From 2562bbbe0a0def38ec07fc28bff85d4a2c8b7d3e Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 4 Sep 2014 13:00:01 +0300 Subject: remove unneeded kernel image from rootfs No need for the kernel image to be in rootfs (/boot/) as it's used from the boot partition. Task-number: QTEE-749 Change-Id: Ic5e53e25d896bba807c8e098c1fd50208b646034 Reviewed-by: Rainer Keller --- recipes/linux/linux-boundary_3.10.17.bbappend | 2 ++ recipes/linux/linux-imx_3.10.17.bbappend | 3 +++ recipes/linux/linux-toradex-fsl_git.bbappend | 3 +++ 3 files changed, 8 insertions(+) (limited to 'recipes') diff --git a/recipes/linux/linux-boundary_3.10.17.bbappend b/recipes/linux/linux-boundary_3.10.17.bbappend index ae59272..da33ff5 100644 --- a/recipes/linux/linux-boundary_3.10.17.bbappend +++ b/recipes/linux/linux-boundary_3.10.17.bbappend @@ -20,6 +20,8 @@ ## ############################################################################# +# kernel image files are not needed in the image +RDEPENDS_kernel-base = "" do_configure_prepend() { # Use multitouch protocol for touchscreen that support it diff --git a/recipes/linux/linux-imx_3.10.17.bbappend b/recipes/linux/linux-imx_3.10.17.bbappend index 082c431..df01b62 100644 --- a/recipes/linux/linux-imx_3.10.17.bbappend +++ b/recipes/linux/linux-imx_3.10.17.bbappend @@ -20,6 +20,9 @@ ## ############################################################################# +# kernel image files are not needed in the image +RDEPENDS_kernel-base = "" + do_configure_prepend() { # FunctionFS for adb echo "CONFIG_USB_FUNCTIONFS=m" >> ${WORKDIR}/defconfig diff --git a/recipes/linux/linux-toradex-fsl_git.bbappend b/recipes/linux/linux-toradex-fsl_git.bbappend index adee8c4..0bcbad7 100644 --- a/recipes/linux/linux-toradex-fsl_git.bbappend +++ b/recipes/linux/linux-toradex-fsl_git.bbappend @@ -20,6 +20,9 @@ ## ############################################################################# +# kernel image files are not needed in the image +RDEPENDS_kernel-base = "" + config_script () { # FunctionFS for adb echo "CONFIG_USB_FUNCTIONFS=m" >> ${S}/.config -- cgit v1.2.3-54-g00ecf