[meta-intel] [PATCH 2/2] sugarbay: linux-yocto-dev: update the webcam feature name

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


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

The feature definition has changed in the dev kernel repository.
Change the feature use accordingly to avoid this kind of kernel build errors.

| WARNING: addon feature "features/usb/usb-uvcvideo" was not found
| WARNING: addon feature "features/media/v4l2" was not found
| ERROR: required features were not found. aborting

The srcrevs of the kernel branches are updated to use the new kernel features.

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

diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend
index d810f66..fb3e472 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -4,6 +4,12 @@ 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.12.0"
+
+SRCREV_meta_sugarbay = "75feecae0382601045f508bcce104b3d4af1923d"
+SRCREV_machine_sugarbay = "1f274173a8335dc27daabd9d9fe2e19a8b3978d1"
 
 SRCREV_machine_sugarbay = "60536206ad300ccf5b2be2c2d449f4ab27170238"
 SRCREV_meta_sugarbay = "fe20c99783387dab779472ff50a88666da1c6391"
-- 
1.8.1.4



More information about the meta-intel mailing list