From d71375eab4cd6df78cbb57f7a56508957cd6f59e Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 23 Dec 2015 20:43:51 +0800 Subject: linux-qoriq: default not install Images into rootfs As size limited, kernel image files are not wanted in rootfs. Install kernel-image if needed. Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo --- recipes-kernel/linux/linux-qoriq.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-kernel/linux/linux-qoriq.inc b/recipes-kernel/linux/linux-qoriq.inc index a832b46..30ab775 100644 --- a/recipes-kernel/linux/linux-qoriq.inc +++ b/recipes-kernel/linux/linux-qoriq.inc @@ -10,6 +10,9 @@ KSRC ?= "" S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' DEPENDS_append = " libgcc" +# not put Images into /boot of rootfs, install kernel-image if needed +RDEPENDS_kernel-base = "" + KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS}" KERNEL_LD_append = " ${TOOLCHAIN_OPTIONS}" -- cgit v1.2.3-54-g00ecf