Add device tree overlay support in Linux, U-Boot, and post image script

This commit is contained in:
2026-03-30 13:28:16 -03:00
parent 002757909d
commit 00e3ad2a80
3 changed files with 18 additions and 1 deletions

View File

@@ -20,6 +20,10 @@ if [ ! -e "${GENIMAGE_CFG}" ]; then
FILES+=( "${i#${BINARIES_DIR}/}" )
done
for i in "${BINARIES_DIR}"/*.dtbo; do
FILES+=( "${i#${BINARIES_DIR}/}" )
done
FILES+=( "u-boot.bin" )
FILES+=( "zImage" )
FILES+=( "extlinux/" )