summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-02-08 15:25:19 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-02-13 14:43:52 +0100
commit9e76173ad0553f0819205a69368bb7a6d264eba2 (patch)
tree4540d4585d77142e8df11a7fde17dcfad5b52e33 /conf
parent7b186f18a718d889b5f2a986958b109bf6e9ded6 (diff)
verdin-am62: don't deploy kernel artifacts into rootfs
We have these in the separate bootfs partition. Also only build the Image, Image.gz binaries, not additionally vmlinux.gz and fitImage as set in the k3.inc file. Deploy currently Image, as U-Boot loadaddr and kernel_addr_r are not yet ready to cope with the decompression. Related-to: ELB-5012 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/verdin-am62.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 9f59443..5ee60d6 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -9,7 +9,7 @@ require conf/machine/verdin-am62.inc
require conf/machine/include/am62xx.inc
# Don't include kernels in standard images
-# keep it for now RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
+RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-ti"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-ti-staging"
@@ -27,6 +27,10 @@ KERNEL_DEVICETREE:append = " \
ti/k3-am625-sk-lpmdemo.dtb \
ti/k3-am625-sk-csi2-ov5640.dtbo \
"
+
+KERNEL_IMAGETYPE = "Image"
+KERNEL_IMAGETYPES = "Image Image.gz"
+
# overlays applied by generated overlays.txt
TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT = ""