summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-08 17:04:14 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-14 16:55:23 +0100
commit73513f94efc1eebc24597316e0ddb2517e1054fe (patch)
tree68f35076edfa9a34f450c18d0386cade22d84b45 /meta/recipes-kernel
parentff843e56d107bc026cf211b3e748ae8b0d5b1d72 (diff)
downloadpoky-73513f94efc1eebc24597316e0ddb2517e1054fe.tar.gz
linux-yocto/3.10: boot-live.cfg: Add CONFIG_ZISO=y
Updating the meta branch SRCREV with the following commit: [ The oe-core live class now fully support compressed ISO images this is the corresponding kernel change. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> ] (From OE-Core rev: af2ef5085e92ca6291dabb134a7a3fb194a21d7a) 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.bb3
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.10.bb2
3 files changed, 4 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 d55c7b9486..9ca87f3182 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 ?= "f1e003e9441f0366d7b9a2209ef3108438745ea3" 6SRCREV_machine ?= "f1e003e9441f0366d7b9a2209ef3108438745ea3"
7SRCREV_machine_qemuppc ?= "12be459359d5b20dbf856aa3649304c6f618d420" 7SRCREV_machine_qemuppc ?= "12be459359d5b20dbf856aa3649304c6f618d420"
8SRCREV_meta ?= "363bd856c8101d4227d492cc911bc4ca0c4987c6" 8SRCREV_meta ?= "d671e0ec09b330d68f70f13a7813cc9ecfceaa8d"
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 a238b6a15b..6bd7ab266d 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,8 @@ LINUX_VERSION ?= "3.10.11"
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52" 12SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52"
13SRCREV_meta ?= "363bd856c8101d4227d492cc911bc4ca0c4987c6" 13SRCREV_meta ?= "d671e0ec09b330d68f70f13a7813cc9ecfceaa8d"
14
14 15
15PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"
16 17
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index 3b8121b553..d49fdacfcb 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 ?= "e1aa804148370cda6f85640281af156ffa007d52"
10SRCREV_machine_qemux86-64 ?= "e1aa804148370cda6f85640281af156ffa007d52" 10SRCREV_machine_qemux86-64 ?= "e1aa804148370cda6f85640281af156ffa007d52"
11SRCREV_machine_qemumips64 ?= "6973844d304411893420a7e57545edc4dc854bd7" 11SRCREV_machine_qemumips64 ?= "6973844d304411893420a7e57545edc4dc854bd7"
12SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52" 12SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52"
13SRCREV_meta ?= "363bd856c8101d4227d492cc911bc4ca0c4987c6" 13SRCREV_meta ?= "d671e0ec09b330d68f70f13a7813cc9ecfceaa8d"
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