From 910bc1944b67811761bcdbec7105ad6d226fc605 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 27 Jun 2013 13:33:51 -0700 Subject: sugarbay: enable webcam on the huronriver platform The sugarbay BSP also covers the huronriver platform. And the huronriver laptop has a built-in webcam. Enable the driver support for it so that it is accessible by user level software. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-sugarbay') diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend index 2646b75f..af5ac24e 100644 --- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend @@ -4,8 +4,9 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay" KMACHINE_sugarbay = "sugarbay" KBRANCH_sugarbay = "standard/common-pc-64/sugarbay" +KERNEL_FEATURES_sugarbay_append = " features/usb/usb-uvcvideo features/media/v4l2" LINUX_VERSION = "3.8.13" -SRCREV_meta_sugarbay = "acee86ed84e252f1c3af782cc3aa044aaa13e51a" +SRCREV_meta_sugarbay = "8ef9136539464c145963ac2b8ee0196fea1c2337" SRCREV_machine_sugarbay = "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25" -- cgit v1.2.3-54-g00ecf