From: Jeremy Lainé Date: Wed, 25 Nov 2009 10:04:55 +0000 (+0100) Subject: linux.inc: create DEPLOY_DIR_IMAGE in do_devicetree_image X-Git-Tag: Release-2010-05/1~1630 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4293b84e5b95561104df8e902e240a84dd47c663;p=openembedded.git linux.inc: create DEPLOY_DIR_IMAGE in do_devicetree_image --- diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc index 0cce833694..ed96ce6cf5 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