diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-11-25 11:04:55 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-11-25 11:04:55 +0100 |
commit | 4293b84e5b95561104df8e902e240a84dd47c663 (patch) | |
tree | 7a55b990c79310ed4ca78a1cd65a20e30c11a787 /recipes/linux/linux.inc | |
parent | 53ee8aa88942c5f6f3f60939c337b961df4d62b1 (diff) |
linux.inc: create DEPLOY_DIR_IMAGE in do_devicetree_image
Diffstat (limited to 'recipes/linux/linux.inc')
-rw-r--r-- | 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 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 |