]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto/3.10: integrate lxc kernel feature and 32 bit x86 config
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 8 Oct 2013 21:04:15 +0000 (17:04 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Oct 2013 22:18:15 +0000 (23:18 +0100)
Updating the meta branch SRCREV to incorporate the two following
configuration changes:

  452f067 lxc: Add lxc kernel config
  a249eba x86_32: Enable X86_32 and disable 64BIT explicitly

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
meta/recipes-kernel/linux/linux-yocto_3.10.bb

index 9ca87f31827c529c8b6f0caaedf1e6d82ebe1740..1a8599544dcb949767b6d7ebebf7d62d308a9c8c 100644 (file)
@@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
 
 SRCREV_machine ?= "f1e003e9441f0366d7b9a2209ef3108438745ea3"
 SRCREV_machine_qemuppc ?= "12be459359d5b20dbf856aa3649304c6f618d420"
-SRCREV_meta ?= "d671e0ec09b330d68f70f13a7813cc9ecfceaa8d"
+SRCREV_meta ?= "452f0679ea93a6cb4433bebd7177629228a5cf68"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
 
index 6bd7ab266dd2e0af4e42dbc1ca73471fc5166c8d..1405e4115f82e3609d4ae326812f0af1136f2c39 100644 (file)
@@ -10,7 +10,7 @@ LINUX_VERSION ?= "3.10.11"
 KMETA = "meta"
 
 SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52"
-SRCREV_meta ?= "d671e0ec09b330d68f70f13a7813cc9ecfceaa8d"
+SRCREV_meta ?= "452f0679ea93a6cb4433bebd7177629228a5cf68"
 
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
index d49fdacfcb7b28e45048e9e406c04a154e755a4b..fa37e8a054b0bf3c225949a2e948350c136b8af1 100644 (file)
@@ -10,7 +10,7 @@ SRCREV_machine_qemux86 ?= "e1aa804148370cda6f85640281af156ffa007d52"
 SRCREV_machine_qemux86-64 ?= "e1aa804148370cda6f85640281af156ffa007d52"
 SRCREV_machine_qemumips64 ?= "6973844d304411893420a7e57545edc4dc854bd7"
 SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52"
-SRCREV_meta ?= "d671e0ec09b330d68f70f13a7813cc9ecfceaa8d"
+SRCREV_meta ?= "452f0679ea93a6cb4433bebd7177629228a5cf68"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"