diff options
author | Arslan Ahmad <arslan_ahmad@mentor.com> | 2023-04-11 16:25:09 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:07 +0100 |
commit | 03395abc2c2b8ade5204da57be794b4e351fda8c (patch) | |
tree | 831ffd5c4681d46540afe0f8e83a0bce52162d72 /bitbake/lib/bb/parse/parse_py/ConfHandler.py | |
parent | 042d94dce894ae56b9b83cc7a708eeb4a1dc7740 (diff) | |
download | poky-03395abc2c2b8ade5204da57be794b4e351fda8c.tar.gz |
kernel-fitimage: Fix the default dtb config check
The current check for default dtb image checks if the file exists and is
not empty but appends a slash to the path due to which the file is never
found. It also doesn't replace slash in filename with _ as done when
populating the DTB variable. A better way to check the existence of the
device tree would be from the list of DTBs since this is used during
compilation.
(From OE-Core rev: e8e31e11b158837804d029e85f5f8ed3c219a4ea)
Signed-off-by: Arslan Ahmad <arslan_ahmad@mentor.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py/ConfHandler.py')
0 files changed, 0 insertions, 0 deletions