summaryrefslogtreecommitdiffstats
path: root/meta-sugarbay/recipes-kernel
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-01-06 10:23:49 -0800
committerTom Zanussi <tom.zanussi@intel.com>2014-01-15 12:58:38 -0600
commitbf9f6e42b2c45ad8269ac1c623f548f4c7171737 (patch)
treeefb58d12ce8a8117a60735635b3a928aae597d92 /meta-sugarbay/recipes-kernel
parent11fc51c05f378b7fef2f5879e8e1f11d7046e85b (diff)
downloadmeta-intel-bf9f6e42b2c45ad8269ac1c623f548f4c7171737.tar.gz
sugarbay: linux-yocto-3.10: enable the webcam feature
The feature definition in the kernel repository has changed. Because of it the webcam feature got pulled out in the commit noted below. Bringing back the webcam support with the updated feature. commit 1b2ed9a990fec6b2f0ebb3846c4f0f091ef83e04 Author: Tom Zanussi <tom.zanussi@intel.com> Date: Thu Dec 19 17:56:01 2013 -0600 meta-sugarbay: Remove obsolete features features/usb/usb-uvcvideo features/media/v4l2 were removed from the kernel metadata and should therefore have been removed from the kernel recipes as well, which this does for sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-sugarbay/recipes-kernel')
-rw-r--r--meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
index db4f1945..af7020c2 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -4,6 +4,7 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
4 4
5KMACHINE_sugarbay = "sugarbay" 5KMACHINE_sugarbay = "sugarbay"
6KBRANCH_sugarbay = "standard/common-pc-64/sugarbay" 6KBRANCH_sugarbay = "standard/common-pc-64/sugarbay"
7KERNEL_FEATURES_append_sugarbay = " features/media/media-usb-webcams.scc"
7 8
8LINUX_VERSION = "3.10.19" 9LINUX_VERSION = "3.10.19"
9 10