mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
Revert "kernel-fitImage: Strip path component from dtb"
This change breaks arm64 (and likely mips & riscv) This reverts commit 9a42349a176ca4d7a1bfab3425a0821dbcbd9368. (From OE-Core rev: b77cd331199fa62e3b162f37efca3b927c68d8e5) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
@@ -542,11 +542,6 @@ fitimage_assemble() {
|
|||||||
DTB_PATH="arch/${ARCH}/boot/$DTB"
|
DTB_PATH="arch/${ARCH}/boot/$DTB"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Strip off the path component from the filename
|
|
||||||
if "${@'false' if oe.types.boolean(d.getVar('KERNEL_DTBVENDORED')) else 'true'}"; then
|
|
||||||
DTB=`basename $DTB`
|
|
||||||
fi
|
|
||||||
|
|
||||||
DTB=$(echo "$DTB" | tr '/' '_')
|
DTB=$(echo "$DTB" | tr '/' '_')
|
||||||
|
|
||||||
# Skip DTB if we've picked it up previously
|
# Skip DTB if we've picked it up previously
|
||||||
|
|||||||
Reference in New Issue
Block a user