summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-06-06 11:33:13 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:28:27 +0200
commit665ca2e096eefcfd6b211b891944059e1071ead5 (patch)
tree4117ae0fdae00ba0d05a9831de72d736224db860 /conf
parente04fe9c2766b6a10f1f37d1bfb388a9821011455 (diff)
colibri-imx7: remove zImage and dtbs from rootfs
Remove Kernel image and device tree from rootfs since we start using static UBI volumes. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/colibri-imx7.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/colibri-imx7.conf b/conf/machine/colibri-imx7.conf
index 81dc8b1..e568d45 100644
--- a/conf/machine/colibri-imx7.conf
+++ b/conf/machine/colibri-imx7.conf
@@ -13,8 +13,9 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex"
KERNEL_IMAGETYPE = "zImage"
KERNEL_DEVICETREE += "imx7d-colibri.dtb imx7s-colibri.dtb"
-# U-Boot expects the kernel and device tree directly in /boot of the rootfs
-MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree"
+# U-Boot of our newer release read the Kernel and device tree from static UBI
+# volumes, hence no need to deploy the kernel binary in the image itself
+RDEPENDS_kernel-base = ""
PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"