summaryrefslogtreecommitdiff
path: root/recipes-kernel
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 /recipes-kernel
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 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-ti_5.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex-ti_5.10.bb b/recipes-kernel/linux/linux-toradex-ti_5.10.bb
index b197ee4..292a04d 100644
--- a/recipes-kernel/linux/linux-toradex-ti_5.10.bb
+++ b/recipes-kernel/linux/linux-toradex-ti_5.10.bb
@@ -37,7 +37,7 @@ export DTC_FLAGS = "-@"
# From meta-ti/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc
# Likely to be dropped later
# Pull in the devicetree files into the rootfs
-RDEPENDS:${KERNEL_PACKAGE_NAME}-base += "kernel-devicetree"
+# RDEPENDS:${KERNEL_PACKAGE_NAME}-base += "kernel-devicetree"
# Add run-time dependency for TIFS Low Power Module stub
RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:am62xx = " tifs-lpm-stub"