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.
This commit is contained in:
Holger Hans Peter Freyther 2014-07-11 19:45:00 +02:00
parent ff8967feea
commit 8f1cfa46fe
1 changed files with 4 additions and 0 deletions

View File

@ -34,3 +34,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-sysmocom"
KERNEL_IMAGETYPE = "uImage"
PREFERRED_PROVIDER_virtual/bootloader = "barebox-sysmocom"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "\
kernel \
"