diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-08-11 08:37:50 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-08-11 10:16:11 +0000 |
commit | 96550b28fc28fd3b59f8bf1ac92686dea1ace3ce (patch) | |
tree | b6dd2effd30a85317f19601c444cb3289912751c /meta-fsl-extras | |
parent | 7b7b6b9f369a2b707e8ed9334e0d81cdb588e2b1 (diff) | |
download | meta-boot2qt-96550b28fc28fd3b59f8bf1ac92686dea1ace3ce.tar.gz |
boundary: include uvcvideo kernel module
Add support for webcams for Boundary Devices imx6
Change-Id: I8ea1b056c5eab7120c4269a98710de322fb304e0
Reviewed-by: Karim Pinter <karim.pinter@theqtcompany.com>
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'meta-fsl-extras')
-rw-r--r-- | meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend b/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend index 3bbb690..9a2bebb 100644 --- a/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend +++ b/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend | |||
@@ -41,4 +41,8 @@ do_configure_prepend() { | |||
41 | 41 | ||
42 | # include LEDS_GPIO for Nitrogen6_Lite | 42 | # include LEDS_GPIO for Nitrogen6_Lite |
43 | echo "CONFIG_LEDS_GPIO=y" >> ${WORKDIR}/defconfig | 43 | echo "CONFIG_LEDS_GPIO=y" >> ${WORKDIR}/defconfig |
44 | |||
45 | # enable uvcvideo module | ||
46 | echo "CONFIG_MEDIA_USB_SUPPORT=y" >> ${WORKDIR}/defconfig | ||
47 | echo "CONFIG_USB_VIDEO_CLASS=m" >> ${WORKDIR}/defconfig | ||
44 | } | 48 | } |