[meta-freescale] [meta-fsl-ppc][PATCH 04/39] linux-qoriq: default not install Images into rootfs

b28495 at freescale.com b28495 at freescale.com
Wed Dec 23 07:26:05 PST 2015


From: Ting Liu <ting.liu at freescale.com>

As size limited, kernel image files are not wanted in rootfs.
Install kernel-image if needed.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 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}"
 
-- 
1.9.1



More information about the meta-freescale mailing list