summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-10-04 15:53:09 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2017-10-04 16:17:54 +0200
commit7eddcf5562bea3bff8f6ea1926ee98a10c9a29df (patch)
tree81b339b3a1dd628b5d8126e3961cbf95526905e2
parent89b8f5310a4096486c97e26c11e6d997f5ae6c8d (diff)
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 <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--conf/machine/colibri-imx6ull.conf2
1 files changed, 2 insertions, 0 deletions
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"