* Chunrong Guo <b40...@freescale.com> [170510 11:02]:

> From: Chunrong Guo <chunrong....@nxp.com>

>     * For example:
>       KERNEL_DEVICETREE ?= "freescale/fsl-ls1046a-rdb.dtb"

>       ${DTB}= "freescale/fsl-ls1046a-rdb.dtb"

Why not just change the definition above?

Curious, as that would've been the easiest and quickest solution.

Is the current definition necessary in some other way?

Cheers,
Anders

>       but only fsl-ls1046a-rdb.dtb  should be used in fit-image.its

> -                     DTB_PATH="arch/${ARCH}/boot/dts/${DTB}"
> +                          
> +                     DTB=`basename ${DTB}`
> +                        DTB_PATH=`find arch/${ARCH}/boot -name "${DTB}"`
> + 


-- 
Anders Darander, Senior System Architect
ChargeStorm AB / eStorm AB
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to