summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-23 20:43:51 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:00:57 +0800
commitd71375eab4cd6df78cbb57f7a56508957cd6f59e (patch)
treeb74079efb5ec7dee40f3316a5136d37bf78a91c1
parent6c164a50fefed5383d9598cc0849caa48c3a1282 (diff)
downloadmeta-fsl-ppc-d71375eab4cd6df78cbb57f7a56508957cd6f59e.tar.gz
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 <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-kernel/linux/linux-qoriq.inc3
1 files changed, 3 insertions, 0 deletions
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 ?= ""
10S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' 10S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}'
11 11
12DEPENDS_append = " libgcc" 12DEPENDS_append = " libgcc"
13# not put Images into /boot of rootfs, install kernel-image if needed
14RDEPENDS_kernel-base = ""
15
13KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS}" 16KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS}"
14KERNEL_LD_append = " ${TOOLCHAIN_OPTIONS}" 17KERNEL_LD_append = " ${TOOLCHAIN_OPTIONS}"
15 18