summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-02 14:33:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-10 17:35:16 +0100
commit1ac45f78d9a1315f7c687b0444c381a1f67e6819 (patch)
tree32ac62fc21aad5d84998992e8c5c57a79089064f /meta
parent4f6259987f2c2bf4b81b6dfe712ae2fb8f18fc53 (diff)
downloadpoky-1ac45f78d9a1315f7c687b0444c381a1f67e6819.tar.gz
linux-yocto/3.10: intel-common: Add preempt-rt ktype targets
Updating the meta SRCREV to incorporate the intel common preempt-rt kernel support. (From OE-Core rev: 63de385a2dce1727d6d4b42dfdf8cb38d8ae5792) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 98bf996a70..5cabb5ad00 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 ?= "d1e73a1e09f9641c44e7d713d1a6b5b088411459" 6SRCREV_machine ?= "d1e73a1e09f9641c44e7d713d1a6b5b088411459"
7SRCREV_machine_qemuppc ?= "9a34d9c957e69f28e89e879d9dd6e8fe5c7270c5" 7SRCREV_machine_qemuppc ?= "9a34d9c957e69f28e89e879d9dd6e8fe5c7270c5"
8SRCREV_meta ?= "b6e58b33dd427fe471f8827c83e311acdf4558a4" 8SRCREV_meta ?= "5824403ba2b877eca33969425ac1ac5dbeb72720"
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 9e5c070c10..7eacfc0f25 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.35"
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" 12SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
13SRCREV_meta ?= "b6e58b33dd427fe471f8827c83e311acdf4558a4" 13SRCREV_meta ?= "5824403ba2b877eca33969425ac1ac5dbeb72720"
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 f275693ae4..38bba6815b 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 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
18SRCREV_machine_qemux86-64 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" 18SRCREV_machine_qemux86-64 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
19SRCREV_machine_qemumips64 ?= "a1491c3b367a75c7003b2fb58706e3631413b337" 19SRCREV_machine_qemumips64 ?= "a1491c3b367a75c7003b2fb58706e3631413b337"
20SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" 20SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
21SRCREV_meta ?= "b6e58b33dd427fe471f8827c83e311acdf4558a4" 21SRCREV_meta ?= "5824403ba2b877eca33969425ac1ac5dbeb72720"
22 22
23SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 23SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
24 24