From 7e1853808c8b325bfc6afa00265370c05f469e65 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 6 Jan 2014 10:20:01 -0800 Subject: sugarbay: linux-yocto-dev: update the webcam feature name 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 Signed-off-by: Tom Zanussi --- meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-sugarbay/recipes-kernel') diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend index d810f662..fb3e4729 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" -- cgit v1.2.3-54-g00ecf