Re: [meta-freescale] [PATCH] utilities.inc: Use only the basename for dtb files

2018-07-23 Thread Fabio Berton
Merged to master. Thanks, Fabio On Mon, Jul 23, 2018 at 4:31 AM, Gary Bisson wrote: > Hi Fabio, > > On Fri, Jul 20, 2018 at 10:45 PM, Fabio Berton > wrote: >> Use make_dtb_boot_files function to use basename from >> KERNEL_DEVICETREE files. This is useful for dtb with name: >> >>

Re: [meta-freescale] [PATCH] utilities.inc: Use only the basename for dtb files

2018-07-23 Thread Gary Bisson
Hi Fabio, On Fri, Jul 20, 2018 at 10:45 PM, Fabio Berton wrote: > Use make_dtb_boot_files function to use basename from > KERNEL_DEVICETREE files. This is useful for dtb with name: > > whatever/my_dtb_file.dtb > > Signed-off-by: Fabio Berton Tested-by: Gary Bisson Regards, Gary --

[meta-freescale] [PATCH] utilities.inc: Use only the basename for dtb files

2018-07-20 Thread Fabio Berton
Use make_dtb_boot_files function to use basename from KERNEL_DEVICETREE files. This is useful for dtb with name: whatever/my_dtb_file.dtb Signed-off-by: Fabio Berton --- conf/machine/include/imx-base.inc | 4 +++- conf/machine/include/utilities.inc | 16 2 files changed,