diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-12-23 20:43:51 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2015-12-28 11:00:57 +0800 |
commit | d71375eab4cd6df78cbb57f7a56508957cd6f59e (patch) | |
tree | b74079efb5ec7dee40f3316a5136d37bf78a91c1 /recipes-kernel | |
parent | 6c164a50fefed5383d9598cc0849caa48c3a1282 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-qoriq.inc | 3 |
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 ?= "" | |||
10 | S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' | 10 | S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' |
11 | 11 | ||
12 | DEPENDS_append = " libgcc" | 12 | DEPENDS_append = " libgcc" |
13 | # not put Images into /boot of rootfs, install kernel-image if needed | ||
14 | RDEPENDS_kernel-base = "" | ||
15 | |||
13 | KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS}" | 16 | KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS}" |
14 | KERNEL_LD_append = " ${TOOLCHAIN_OPTIONS}" | 17 | KERNEL_LD_append = " ${TOOLCHAIN_OPTIONS}" |
15 | 18 | ||