From 00036eeefcdc887e629c7776b52d60fde349e448 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 23 Feb 2017 20:23:21 +0100 Subject: machine configs: don't deploy the kernel in /boot In our images this has been done during do_rootfs and friends, do it the oe-core way. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- conf/machine/apalis-tk1.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/apalis-tk1.conf') diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf index 29ae5c5..8f58763 100644 --- a/conf/machine/apalis-tk1.conf +++ b/conf/machine/apalis-tk1.conf @@ -11,6 +11,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-toradex" KERNEL_IMAGETYPE = "uImage" KERNEL_DEVICETREE += "tegra124-apalis-eval.dtb" +# The kernel lives in a seperate FAT or UBI partition, don't deploy it in /boot +RDEPENDS_kernel-base = "" PREFERRED_PROVIDER_u-boot = "u-boot-toradex" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" -- cgit v1.2.3