summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-09-06 16:58:37 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-06 23:04:52 +0100
commitfbd629745f80302f25bf0e758d25bec50eafc29f (patch)
tree88018b6714a44a1d60baf4e476ee3be3c2104b90 /meta/recipes-kernel
parentea8494350fc8affa8c8a890e4ba1ba4b70a4ff56 (diff)
downloadpoky-fbd629745f80302f25bf0e758d25bec50eafc29f.tar.gz
linux-yocto/3.10: update meta SRCREV for beagleboard config changes
Updating the beagleboard configuration to match the 3.10 kernel changes. With this, the beagle* boards boot out of the box, with no additional changes required. Simarpreet Singh <simar@linux.com> (From OE-Core rev: 410a4db2faec084a0e918dfce9fcb6c54d2aeaaf) Signed-off-by: Liming Wang <liming.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.10.bb2
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 a2e0310d69..a4366d0aaf 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"
5 5
6SRCREV_machine ?= "38793e629654f6b3e3f371a6b1f1745df26450f4" 6SRCREV_machine ?= "38793e629654f6b3e3f371a6b1f1745df26450f4"
7SRCREV_machine_qemuppc ?= "d4c836c55fce6f1a7f299bba2104f457b201c63d" 7SRCREV_machine_qemuppc ?= "d4c836c55fce6f1a7f299bba2104f457b201c63d"
8SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446" 8SRCREV_meta ?= "ea900d1db60ba48962227f0976ac55f9e25bfa24"
9 9
10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
11 11
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 8b3dbe0d46..b3457b3213 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.10"
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" 12SRCREV_machine ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1"
13SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446" 13SRCREV_meta ?= "ea900d1db60ba48962227f0976ac55f9e25bfa24"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index 2de1798c1f..e570cd6c43 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -10,7 +10,7 @@ SRCREV_machine_qemux86 ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1"
10SRCREV_machine_qemux86-64 ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" 10SRCREV_machine_qemux86-64 ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1"
11SRCREV_machine_qemumips64 ?= "ebc55bed9558a0e2f390e9cef03161b299138326" 11SRCREV_machine_qemumips64 ?= "ebc55bed9558a0e2f390e9cef03161b299138326"
12SRCREV_machine ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" 12SRCREV_machine ?= "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1"
13SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446" 13SRCREV_meta ?= "ea900d1db60ba48962227f0976ac55f9e25bfa24"
14 14
15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
16 16