From 7eddcf5562bea3bff8f6ea1926ee98a10c9a29df Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 4 Oct 2017 15:53:09 +0200 Subject: colibri-imx6ull: don't deploy the kernel in the rootfs The kernel lives in its own ubi volume. Save the space in the rootfs. Signed-off-by: Max Krummenacher Acked-by: Stefan Agner --- conf/machine/colibri-imx6ull.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/colibri-imx6ull.conf') diff --git a/conf/machine/colibri-imx6ull.conf b/conf/machine/colibri-imx6ull.conf index 76ccea0..f890c8d 100644 --- a/conf/machine/colibri-imx6ull.conf +++ b/conf/machine/colibri-imx6ull.conf @@ -12,6 +12,8 @@ include conf/machine/include/tune-cortexa7.inc PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex" KERNEL_DEVICETREE += "imx6ull-colibri-eval-v3.dtb" KERNEL_IMAGETYPE = "zImage" +# The kernel lives in its own ubi volume. +RDEPENDS_kernel-base = "" PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex" -- cgit v1.2.3