From 9177f4261e12d20816e1d6d8baf460050775d9c3 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 16 Jun 2015 12:40:03 +0200 Subject: colibri_t20: install kernel-image in machine config Since the boot loader requires a kernel-image in /boot, add the kernel-image to MACHINE_ESSENTIAL_EXTRA_RDEPENDS. This allows to boot images which do not select packagegroup-boot by default such as the Poky reference distribution images. --- conf/machine/colibri-t20.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/machine/colibri-t20.conf b/conf/machine/colibri-t20.conf index b0b33aa..6ce6100 100644 --- a/conf/machine/colibri-t20.conf +++ b/conf/machine/colibri-t20.conf @@ -9,6 +9,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-toradex" KERNEL_IMAGETYPE = "zImage" +# U-Boot expects the kernel directly in /boot of the rootfs +MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image" + PREFERRED_PROVIDER_u-boot = "u-boot-toradex" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" UBOOT_MACHINE = "colibri_t20_defconfig" -- cgit v1.2.3