summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-06-16 12:40:03 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-12 15:15:40 +0200
commitb98e7fd224ab1c69b4604b5c41b555975e21892b (patch)
treeca9633f48361e2081718bf238519ce4658edbc89
parentc1534d3008ffc34ae590e9e80682bc22ee2f8c5c (diff)
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.
-rw-r--r--conf/machine/colibri-t20.conf3
1 files changed, 3 insertions, 0 deletions
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"