diff options
Diffstat (limited to 'meta-fsl-extras')
-rw-r--r-- | meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend b/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend index ee4b955..fb5280c 100644 --- a/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend +++ b/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend | |||
@@ -34,3 +34,7 @@ SRC_URI += " \ | |||
34 | 34 | ||
35 | # kernel image files are not needed in the image | 35 | # kernel image files are not needed in the image |
36 | RDEPENDS_kernel-base = "" | 36 | RDEPENDS_kernel-base = "" |
37 | |||
38 | do_configure_prepend() { | ||
39 | echo "CONFIG_HID_MULTITOUCH=m" >> ${WORKDIR}/defconfig | ||
40 | } | ||