diff options
-rw-r--r-- | recipes/linux/linux-boundary_3.10.17.bbappend | 2 | ||||
-rw-r--r-- | recipes/linux/linux-imx_3.10.17.bbappend | 3 | ||||
-rw-r--r-- | recipes/linux/linux-toradex-fsl_git.bbappend | 3 |
3 files changed, 8 insertions, 0 deletions
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 @@ | |||
20 | ## | 20 | ## |
21 | ############################################################################# | 21 | ############################################################################# |
22 | 22 | ||
23 | # kernel image files are not needed in the image | ||
24 | RDEPENDS_kernel-base = "" | ||
23 | 25 | ||
24 | do_configure_prepend() { | 26 | do_configure_prepend() { |
25 | # Use multitouch protocol for touchscreen that support it | 27 | # 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 @@ | |||
20 | ## | 20 | ## |
21 | ############################################################################# | 21 | ############################################################################# |
22 | 22 | ||
23 | # kernel image files are not needed in the image | ||
24 | RDEPENDS_kernel-base = "" | ||
25 | |||
23 | do_configure_prepend() { | 26 | do_configure_prepend() { |
24 | # FunctionFS for adb | 27 | # FunctionFS for adb |
25 | echo "CONFIG_USB_FUNCTIONFS=m" >> ${WORKDIR}/defconfig | 28 | 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 @@ | |||
20 | ## | 20 | ## |
21 | ############################################################################# | 21 | ############################################################################# |
22 | 22 | ||
23 | # kernel image files are not needed in the image | ||
24 | RDEPENDS_kernel-base = "" | ||
25 | |||
23 | config_script () { | 26 | config_script () { |
24 | # FunctionFS for adb | 27 | # FunctionFS for adb |
25 | echo "CONFIG_USB_FUNCTIONFS=m" >> ${S}/.config | 28 | echo "CONFIG_USB_FUNCTIONFS=m" >> ${S}/.config |