Skip to content
Snippets Groups Projects
Commit 48c3aade authored by Samuli Piippo's avatar Samuli Piippo
Browse files

apalis: use uImage for kernel type


Upstream recipes have changed default kernel type to zImage,
but apalis u-boot scripts still want to use uImage.
Also include the new dtb to boot package.

Change-Id: I42e807359b725802a747cb69858b981b88432554
Reviewed-by: default avatarAndy Nichols <andy.nichols@theqtcompany.com>
parent 4cee106a
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,12 @@
include conf/distro/include/toradex.inc
KERNEL_IMAGETYPE = "uImage"
BOOTFS_CONTENT = "\
${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \
${KERNEL_IMAGETYPE}-imx6q-apalis-eval.dtb:imx6q-apalis-eval.dtb \
${KERNEL_IMAGETYPE}-imx6q-apalis-eval_v1_0.dtb:imx6q-apalis-eval_v1_0.dtb \
u-boot-${MACHINE}.imx:u-boot.imx \
flash_mmc-${MACHINE}.img:flash_mmc.img \
"
......
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