summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorArslan Ahmad <arslan_ahmad@mentor.com>2023-04-11 16:25:09 +0500
committerSteve Sakoman <steve@sakoman.com>2023-05-10 04:16:51 -1000
commitfcdf501ba0e392356b61d72e479e9e2367597c1e (patch)
tree5bda576bebadbb9c171e050c071355ccb36e53fd /documentation/kernel-dev
parent9e144f49cbe7d267f7a0022ab2cbea07aa1ad22e (diff)
downloadpoky-fcdf501ba0e392356b61d72e479e9e2367597c1e.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: f8efe7d50860e44cd22a91685d0438c5c73d8557) Signed-off-by: Arslan Ahmad <arslan_ahmad@mentor.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> (cherry picked from commit e8e31e11b158837804d029e85f5f8ed3c219a4ea) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/kernel-dev')
0 files changed, 0 insertions, 0 deletions