From 8f1cfa46fe431406b19ba92859f87da847eee74e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 11 Jul 2014 19:45:00 +0200 Subject: [PATCH] sysmocom-odu: Force a kernel into the image We want to have a /boot/uImage file in the rootfs to be used by the bootloader. This way we can easily upgrade the kernel. --- conf/machine/sysmocom-odu.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/machine/sysmocom-odu.conf b/conf/machine/sysmocom-odu.conf index 02bf39c..08a530e 100644 --- a/conf/machine/sysmocom-odu.conf +++ b/conf/machine/sysmocom-odu.conf @@ -34,3 +34,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-sysmocom" KERNEL_IMAGETYPE = "uImage" PREFERRED_PROVIDER_virtual/bootloader = "barebox-sysmocom" + +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "\ + kernel \ +"