mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
uboot-sign: Fix to install nonexistent dtb file
Add to check dtb file exist, then install it. (From OE-Core rev: d2d818534d9334213730c169f8b235af8a794b33) Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a3c69c088e
commit
338a96e7c3
@@ -318,7 +318,9 @@ EOF
|
||||
${SPL_MKIMAGE_SIGN_ARGS}
|
||||
fi
|
||||
|
||||
cp ${SPL_DIR}/${SPL_DTB_BINARY} ${SPL_DIR}/${SPL_DTB_SIGNED}
|
||||
if [ -e "${SPL_DIR}/${SPL_DTB_BINARY}" ]; then
|
||||
cp ${SPL_DIR}/${SPL_DTB_BINARY} ${SPL_DIR}/${SPL_DTB_SIGNED}
|
||||
fi
|
||||
}
|
||||
|
||||
uboot_assemble_fitimage_helper() {
|
||||
|
||||
Reference in New Issue
Block a user