From 665ca2e096eefcfd6b211b891944059e1071ead5 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 6 Jun 2016 11:33:13 -0700 Subject: 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 Acked-by: Marcel Ziswiler --- conf/machine/colibri-imx7.conf | 5 +++-- 1 file 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" -- cgit v1.2.3