diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-27 01:02:35 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-28 17:39:00 +0000 |
commit | 821b1c03db3793609e3ae564358de10e23591604 (patch) | |
tree | 985d922d8bab8a1d6098f1d8e9c591db05bc5d09 /meta | |
parent | 4d636396435f1165481cb103512026a8660ca8b2 (diff) | |
download | openembedded-core-821b1c03db3793609e3ae564358de10e23591604.tar.gz openembedded-core-821b1c03db3793609e3ae564358de10e23591604.tar.bz2 openembedded-core-821b1c03db3793609e3ae564358de10e23591604.zip |
linux-yocto/3.10: update intel common meta data
Bumping the meta branch SRCREV for the following two commits:
df3aa753c882 intel-common: Add media-all to the standard builds
4b0d57269dae intel-common: Add mohonpeak BSP
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb index 98f4936c87..9b0c5d3e23 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb @@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" SRCREV_machine ?= "f121a3aa028df37b8050779adaa239d29aaa2edd" SRCREV_machine_qemuppc ?= "7172d3cbc73584e724b61ef5d13fc3519720f4c0" -SRCREV_meta ?= "cce9fc32c10dc875bf1ae0a4a86fe3ce79138f5a" +SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index bb41ef2b16..baa82fd886 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb @@ -10,7 +10,7 @@ LINUX_VERSION ?= "3.10.34" KMETA = "meta" SRCREV_machine ?= "2ee37bfe732c73f7d39af55875ce8d30b282471c" -SRCREV_meta ?= "cce9fc32c10dc875bf1ae0a4a86fe3ce79138f5a" +SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 2586ffc0d5..56fbd07c21 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb @@ -18,7 +18,7 @@ SRCREV_machine_qemux86 ?= "2ee37bfe732c73f7d39af55875ce8d30b282471c" SRCREV_machine_qemux86-64 ?= "2ee37bfe732c73f7d39af55875ce8d30b282471c" SRCREV_machine_qemumips64 ?= "e05f0378e9c21d689eed8aacb306d2c1a044e0d0" SRCREV_machine ?= "2ee37bfe732c73f7d39af55875ce8d30b282471c" -SRCREV_meta ?= "cce9fc32c10dc875bf1ae0a4a86fe3ce79138f5a" +SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |