diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-08 00:52:13 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-10 15:19:58 +0100 |
commit | 4d804dc8d683024ef2a0a07200492f458f52b535 (patch) | |
tree | 714afc68f7d1edd96844ef99c62b601f79a6097d /meta/recipes-kernel | |
parent | 07315861450ebf3cd224f4700eb125b74057aa0f (diff) | |
download | openembedded-core-4d804dc8d683024ef2a0a07200492f458f52b535.tar.gz openembedded-core-4d804dc8d683024ef2a0a07200492f458f52b535.tar.bz2 openembedded-core-4d804dc8d683024ef2a0a07200492f458f52b535.zip |
linux-yocto/3.10: update valleyisland-io merge branch
Updating the topic branch that is used for valleyisland-io merges.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel')
-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 ec155089a8..2f22ba8ea6 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 @@ require recipes-kernel/linux/linux-yocto.inc SRCREV_machine ?= "1dfc94848e05989ab6c5fde2080f35546d81e798" SRCREV_machine_qemuppc ?= "81334ed6f11da157e13c306c48f3d49a051d9d89" -SRCREV_meta ?= "bacd863f7d1ce9135b8dde4394120f66707c7747" +SRCREV_meta ?= "fab23a4d44de25ee77e497cbf8605eadc3aaf3d8" 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 08b295ba62..bd762f9fff 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.43" KMETA = "meta" SRCREV_machine ?= "e4f08d724d6663e6d23d19668c97f9e6792c94d2" -SRCREV_meta ?= "bacd863f7d1ce9135b8dde4394120f66707c7747" +SRCREV_meta ?= "fab23a4d44de25ee77e497cbf8605eadc3aaf3d8" 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 44b6464258..298d2ca799 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb @@ -17,7 +17,7 @@ SRCREV_machine_qemux86 ?= "e4f08d724d6663e6d23d19668c97f9e6792c94d2" SRCREV_machine_qemux86-64 ?= "e4f08d724d6663e6d23d19668c97f9e6792c94d2" SRCREV_machine_qemumips64 ?= "8affc1996043dfe2061953c074c714a9885fde6e" SRCREV_machine ?= "e4f08d724d6663e6d23d19668c97f9e6792c94d2" -SRCREV_meta ?= "bacd863f7d1ce9135b8dde4394120f66707c7747" +SRCREV_meta ?= "fab23a4d44de25ee77e497cbf8605eadc3aaf3d8" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |