Skip to content
Snippets Groups Projects
Commit 754eab20 authored by Oleksii Kutuzov's avatar Oleksii Kutuzov
Browse files

machine:genio: Remove dtb and dtbo files from IMAGE_BOOT_FILES

parent b4f119e2
No related branches found
No related tags found
1 merge request!83fngsystem: Load fdt file and overlays directly from fitImage
Pipeline #128382 passed with stage
in 1 minute and 27 seconds
......@@ -26,8 +26,6 @@ OPTEE_TZDRAM_SIZE ?= "0x00a00000"
IMAGE_BOOT_FILES = " \
${@bb.utils.contains('KERNEL_IMAGETYPE', 'fitImage', '', os.path.basename("${KERNEL_DEVICETREE}"), d)} \
${KERNEL_IMAGETYPE} \
${@' '.join([dtb.split('/')[-1] for dtb in d.getVar('KERNEL_DEVICETREE').split()])} \
${@' '.join(['devicetree/' + dtbo[:-5] + '.dtbo' for dtbo in d.getVar('KERNEL_DTBO').split()])} \
fngsystem-image.cpio.gz \
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment