[OE-core] [PATCH oe-core v4] linux-dtb: add multi-dtb build support and keep dtb in deploy cache package
McClintock Matthew-B29882
B29882 at freescale.com
Fri Jan 6 06:08:38 UTC 2012
On Thu, Jan 5, 2012 at 11:57 PM, <b19537 at freescale.com> wrote:
> + ln -sf ${DTB_NAME}.dtb ${DTB_SYMLINK_NAME}.dtb
> + cd -
> +
> + install -d ${DEPLOYDIR}
> + install -m 0644 ${DEPLOY_DIR_IMAGE}/${DTB_NAME}.dtb ${DEPLOYDIR}/${DTB_NAME}.dtb
> + cd ${DEPLOYDIR}
> + ln -sf ${DTB_NAME}.dtb ${DTB_SYMLINK_NAME=}.dtb
Can you elaborate why we are doing these things twice? Is on for the
cache and one for the current deploy dir or something?
-M
More information about the Openembedded-core
mailing list