Re: [OE-core] [PATCH 07/14] kernel-fitimage: fix external dtb check

2024-07-10 Thread Adrian Freihofer
On Tue, 2024-07-09 at 14:48 -0500, Mark Hatle wrote: > > > On 7/4/24 2:09 AM, Adrian Freihofer wrote: > > From: Adrian Freihofer > > > > If EXTERNAL_KERNEL_DEVICETREE and dtb_image_sect are empty > > variables > > dtb_path ends up as "/" which is available on most Unix systems but > > probably

Re: [OE-core] [PATCH 07/14] kernel-fitimage: fix external dtb check

2024-07-09 Thread Mark Hatle
On 7/4/24 2:09 AM, Adrian Freihofer wrote: From: Adrian Freihofer If EXTERNAL_KERNEL_DEVICETREE and dtb_image_sect are empty variables dtb_path ends up as "/" which is available on most Unix systems but probably not the dtb_path which is needed here. Checking for a file makes more sense and a

[OE-core] [PATCH 07/14] kernel-fitimage: fix external dtb check

2024-07-04 Thread Adrian Freihofer
From: Adrian Freihofer If EXTERNAL_KERNEL_DEVICETREE and dtb_image_sect are empty variables dtb_path ends up as "/" which is available on most Unix systems but probably not the dtb_path which is needed here. Checking for a file makes more sense and also solves the issue with the "/". Signed-off-