aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-02-24 15:30:59 -0700
committerTom Rini <tom_rini@mentor.com>2010-02-24 15:30:59 -0700
commitb8c742d6c653ead0510a7b60689c7e82b1ab5cce (patch)
tree805ebe424975c9166ba7e76cf557201dbf31b0c0 /recipes/linux/linux.inc
parentfd0d1b5f8782fbe62c3f8165aeee44d5945dac67 (diff)
downloadopenembedded-b8c742d6c653ead0510a7b60689c7e82b1ab5cce.tar.gz
linux.inc: Use package_stagefile_shell in do_devicetree_image
Diffstat (limited to 'recipes/linux/linux.inc')
-rw-r--r--recipes/linux/linux.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc
index 7405c087b0..6c2ce3166a 100644
--- a/recipes/linux/linux.inc
+++ b/recipes/linux/linux.inc
@@ -187,9 +187,11 @@ do_devicetree_image() {
install -m 0644 devicetree ${D}/boot/devicetree-${KERNEL_VERSION}
install -d ${DEPLOY_DIR_IMAGE}
install -m 0644 devicetree ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.dtb
+ package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.dtb
cd ${DEPLOY_DIR_IMAGE}
rm -f ${KERNEL_IMAGE_SYMLINK_NAME}.dtb
ln -sf ${KERNEL_IMAGE_BASE_NAME}.dtb ${KERNEL_IMAGE_SYMLINK_NAME}.dtb
+ package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_SYMLINK_NAME}.dtb
fi
}