[meta-intel] [PATCH 1/2] sugarbay: linux-yocto-3.10: enable the webcam feature

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Tue Jan 14 15:45:32 PST 2014


From: Nitin A Kamble <nitin.a.kamble at intel.com>

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 at 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 at intel.com>

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 1 +
 1 file changed, 1 insertion(+)

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 db4f194..af7020c 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"
 
 KMACHINE_sugarbay = "sugarbay"
 KBRANCH_sugarbay = "standard/common-pc-64/sugarbay"
+KERNEL_FEATURES_append_sugarbay = " features/media/media-usb-webcams.scc"
 
 LINUX_VERSION = "3.10.19"
 
-- 
1.8.1.4



More information about the meta-intel mailing list