From 1ed566023b56f0af2896ea9d544a672d637c7b23 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 26 Oct 2016 13:11:42 +0300 Subject: colibri-vf: add kernel image to rootfs The new toradex u-boot tries to find kernel image from rootfs' /boot folder instead of the separate boot partition. Change-Id: I159aa0674e6ce03dabca56f70ec454bc6a9e7336 Reviewed-by: Risto Avila --- meta-toradex-extras/recipes/linux/linux-toradex_4.%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-toradex-extras/recipes/linux/linux-toradex_4.%.bbappend b/meta-toradex-extras/recipes/linux/linux-toradex_4.%.bbappend index 77ce484..dfc24a1 100644 --- a/meta-toradex-extras/recipes/linux/linux-toradex_4.%.bbappend +++ b/meta-toradex-extras/recipes/linux/linux-toradex_4.%.bbappend @@ -27,6 +27,8 @@ ## ############################################################################ +RDEPENDS_kernel-base = "kernel-image kernel-devicetree" + do_configure_prepend () { # FunctionFS for adb echo "CONFIG_USB_FUNCTIONFS=m" >> ${WORKDIR}/defconfig -- cgit v1.2.3-54-g00ecf