[oe-commits] Jeremy Lainé : linux.inc: create DEPLOY_DIR_IMAGE in do_devicetree_image

git version control git at git.openembedded.org
Wed Nov 25 10:05:21 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4293b84e5b95561104df8e902e240a84dd47c663
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4293b84e5b95561104df8e902e240a84dd47c663

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Wed Nov 25 11:04:55 2009 +0100

linux.inc: create DEPLOY_DIR_IMAGE in do_devicetree_image

---

 recipes/linux/linux.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc
index 0cce833..ed96ce6 100644
--- a/recipes/linux/linux.inc
+++ b/recipes/linux/linux.inc
@@ -162,6 +162,7 @@ do_devicetree_image() {
     if test -n "${KERNEL_DEVICETREE}" ; then
         dtc -I dts -O dtb ${KERNEL_DEVICETREE_FLAGS} -o devicetree ${KERNEL_DEVICETREE}
         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
         cd ${DEPLOY_DIR_IMAGE}
         rm -f ${KERNEL_IMAGE_SYMLINK_NAME}.dtb





More information about the Openembedded-commits mailing list