From bf9f6e42b2c45ad8269ac1c623f548f4c7171737 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 6 Jan 2014 10:23:49 -0800 Subject: 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 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 Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-sugarbay/recipes-kernel') 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" 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" -- cgit v1.2.3-54-g00ecf