summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-05-30 23:28:47 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-31 08:06:57 +0100
commita43e43fc604da41adeb17f645d1dba9d06e3d38f (patch)
tree7ad872d8ed890a6bb77ed895682adcc663d1c035 /meta/recipes-kernel/linux/linux-yocto_3.8.bb
parent254b93224ab7397373aabef6830407ad9417f350 (diff)
downloadpoky-a43e43fc604da41adeb17f645d1dba9d06e3d38f.tar.gz
linux-yocto: v3.8.13 and v3.4.46
Updating the -stable linux-yocto trees to the latest korg -stable releases. (From OE-Core rev: 00e0ec6c1441815a7605753e8888e45244900b63) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.8.bb17
1 files changed, 8 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
index d458212c09..1517f4007c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
@@ -3,18 +3,17 @@ require recipes-kernel/linux/linux-yocto.inc
3KBRANCH_DEFAULT = "standard/base" 3KBRANCH_DEFAULT = "standard/base"
4KBRANCH = "${KBRANCH_DEFAULT}" 4KBRANCH = "${KBRANCH_DEFAULT}"
5 5
6SRCREV_machine_qemuarm ?= "8fb1a478c9a05362e2e4e62fc30f5ef5d6c21f49" 6SRCREV_machine_qemuarm ?= "e267fe88798892416828d89bde7f778380b87a90"
7SRCREV_machine_qemumips ?= "b8870f2b11f4c948ae90a19886335fa8b7fca487" 7SRCREV_machine_qemumips ?= "813bae2e17db9310f220935e87d168c8e52fafaf"
8SRCREV_machine_qemumips64 ?= "49041e56a3c4ff552bf9f8195809b8040e2e2723" 8SRCREV_machine_qemuppc ?= "f90923775f9bcec3ce23246e8fb59d8f9551e566"
9SRCREV_machine_qemuppc ?= "e4c12f12e61a29b6605c4fcbcfd6dbe18bd7b4e4" 9SRCREV_machine_qemux86 ?= "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25"
10SRCREV_machine_qemux86 ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d" 10SRCREV_machine_qemux86-64 ?= "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25"
11SRCREV_machine_qemux86-64 ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d" 11SRCREV_machine ?= "1f973c0fc8eea9a8f9758f47cf689ba89dbe9a25"
12SRCREV_machine ?= "dd089cb5ba37ea14e8f90a884bf2a5be64ed817d" 12SRCREV_meta ?= "edd6461602f6c2fc27bc72997e4437f422a9dccd"
13SRCREV_meta ?= "8482dcdf68f9f7501118f4c01fdcb8f851882997"
14 13
15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
16 15
17LINUX_VERSION ?= "3.8.11" 16LINUX_VERSION ?= "3.8.13"
18 17
19PR = "${INC_PR}.1" 18PR = "${INC_PR}.1"
20PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"