linux-yocto/3.10: update meta data for media fragments

Updating the meta SRCREV to import the following changes:

   d9cd83c0292b remove old MEDIA config fragments
   06b76256d7e2 common-pc-standard.scc: Enable USB webcam support
   acb8b43837d8 common-pc-64.scc: update as per changes in the media config fragments
   5513fd2ad72a minnow-standard.scc: Enable media features
   172ba799bedc media-all.scc: A feature including all the media features
   1a7e1d3a292e media-platform: A feature for platform media devices
   03c48dacbb9a media-dvb-frontends : A feature for Digital Video Broadcast Devices
   59b92b9d6c72 media-usb-tv: A feature for USB TV media adapters
   5ec0709b1fed media-tuners: A feature for media tuner devices
   356dc83e39f3 media-rc: A feature for remote control media devices
   89d96cf9d574 media-radio: A feature for AM/FM radio devices
   3dd2ebeaf49b media-pci-capture: A feature for PCI media capture devices
   9ee0e95bfc52 media-i2c: A feature for I2C media devices
   28976f4a3e27 media-usb-webcams: A feature for USB media devices
   f8206f4e00b1 media: A feature for media infrastructure
   08bfb248a17f standard.scc: Add firmware loading feature
   e567a3d53593 firmware: A feature for firmware loading support

(From OE-Core rev: f4b00c4ddf1efb2a728b7a08b542c9c7254c787f)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield 2014-01-15 00:57:42 -05:00 committed by Richard Purdie
parent cea75f9c8c
commit 5d90065858
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
SRCREV_machine ?= "ee9480cd91b2b46325a2da9aa6ae779d8e4163c0"
SRCREV_machine_qemuppc ?= "5c126504c0a2f72d80bae9d96cea7eb9d7854290"
SRCREV_meta ?= "f47ea2844543c8ebf4572cfe23e4cfd6cb94d887"
SRCREV_meta ?= "d9cd83c0292bd4e2a6754a96761027252e726a42"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"

View File

@ -10,7 +10,7 @@ LINUX_VERSION ?= "3.10.19"
KMETA = "meta"
SRCREV_machine ?= "a9ec82e355130160f9094e670bd5be0022a84194"
SRCREV_meta ?= "f47ea2844543c8ebf4572cfe23e4cfd6cb94d887"
SRCREV_meta ?= "d9cd83c0292bd4e2a6754a96761027252e726a42"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@ -12,13 +12,13 @@ KBRANCH_qemux86-64 = "standard/common-pc-64/base"
KBRANCH_qemumips64 = "standard/mti-malta64"
SRCREV_machine_qemuarm ?= "7744145fcc3e4b6b6e308a1b86dc1c8b237b7575"
SRCREV_machine_qemumips ?= "2b8e8c694c38729ce724facdb0ab20751d061a2e"
SRCREV_machine_qemumips ?= "2b8e8c694c38729ce724facdb0ab20751d061a2e"
SRCREV_machine_qemuppc ?= "9a7537cb9bcc5c835dae6ac84fbbe7298473f69c"
SRCREV_machine_qemux86 ?= "a9ec82e355130160f9094e670bd5be0022a84194"
SRCREV_machine_qemux86-64 ?= "a9ec82e355130160f9094e670bd5be0022a84194"
SRCREV_machine_qemumips64 ?= "0cd8e958d0ec7e01fd21fc7891da7eed688b0d37"
SRCREV_machine ?= "a9ec82e355130160f9094e670bd5be0022a84194"
SRCREV_meta ?= "f47ea2844543c8ebf4572cfe23e4cfd6cb94d887"
SRCREV_meta ?= "d9cd83c0292bd4e2a6754a96761027252e726a42"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"