Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] linux-yocto*: content and config updates
@ 2013-03-11 14:27 Bruce Ashfield
  2013-03-11 14:27 ` [PATCH 1/3] linux-yocto/3.4: update to v3.4.34 and LTSI refresh Bruce Ashfield
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bruce Ashfield @ 2013-03-11 14:27 UTC (permalink / raw)
  To: richard.purdie; +Cc: linux-yocto, openembedded-core

Richard/Saul,

I'm sending out my kernel -stable refresh queue. We have updates to both
3.4, 3.8 and 3.4-LTSI, along with a few config tweaks for the 3.8 EDF
feature.

Build and basic boot tests work here.

Cheers,

Bruce

The following changes since commit 365eb9b5d22208c967dcd91d8ab52faed20f04b5:

  bitbake: bitbake-layers: fix duplicated help info (2013-03-10 04:36:52 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (3):
  linux-yocto/3.4: update to v3.4.34 and LTSI refresh
  linux-yocto/3.8: bump kver to v3.8.1
  linux-yocto/3.8: update EDF configuration

 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb   |    8 ++++----
 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |    6 +++---
 meta/recipes-kernel/linux/linux-yocto_3.4.bb      |   16 ++++++++--------
 meta/recipes-kernel/linux/linux-yocto_3.8.bb      |   16 ++++++++--------
 4 files changed, 23 insertions(+), 23 deletions(-)

-- 
1.7.10.4




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/3] linux-yocto/3.4: update to v3.4.34 and LTSI refresh
  2013-03-11 14:27 [PATCH 0/3] linux-yocto*: content and config updates Bruce Ashfield
@ 2013-03-11 14:27 ` Bruce Ashfield
  2013-03-11 14:27 ` [PATCH 2/3] linux-yocto/3.8: bump kver to v3.8.1 Bruce Ashfield
  2013-03-11 14:27 ` [PATCH 3/3] linux-yocto/3.8: update EDF configuration Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2013-03-11 14:27 UTC (permalink / raw)
  To: richard.purdie; +Cc: linux-yocto, openembedded-core

Updating the 3.4 SRCREVs to incorporate the -stable release of 3.4.34 and
the latest LTSI fixes up to [36a9caf 2 more fixes added].

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb   |    8 ++++----
 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |    6 +++---
 meta/recipes-kernel/linux/linux-yocto_3.4.bb      |   16 ++++++++--------
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
index 50cf953..65ebc46 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -3,14 +3,14 @@ require recipes-kernel/linux/linux-yocto.inc
 KBRANCH = "standard/preempt-rt/base"
 KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
 
-LINUX_VERSION ?= "3.4.28"
+LINUX_VERSION ?= "3.4.34"
 LINUX_KERNEL_TYPE = "preempt-rt"
 
 KMETA = "meta"
 
-SRCREV_machine ?= "3d56b103cd7072d520c395194e620aba2f6e52e3"
-SRCREV_machine_qemuppc ?= "09178bc8825d6fb66ddcb1785f20a022c4ba2efd"
-SRCREV_meta ?= "c0b1845314cebb21694dbb4459fcc6f80feb01d0"
+SRCREV_machine ?= "96730f882e5b3f60d259ef41ed7c18c95512194a"
+SRCREV_machine_qemuppc ?= "9a013a2a1facf949d9f8cc1b2a291651235c75ea"
+SRCREV_meta ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
 
 PR = "${INC_PR}.0"
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
index 35edbd4..6c37b57 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
@@ -8,12 +8,12 @@ KBRANCH = "${KBRANCH_DEFAULT}"
 LINUX_KERNEL_TYPE = "tiny"
 KCONFIG_MODE = "--allnoconfig"
 
-LINUX_VERSION ?= "3.4.28"
+LINUX_VERSION ?= "3.4.34"
 
 KMETA = "meta"
 
-SRCREV_machine ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
-SRCREV_meta ?= "c0b1845314cebb21694dbb4459fcc6f80feb01d0"
+SRCREV_machine ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
+SRCREV_meta ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
 
 PR = "${INC_PR}.0"
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index ca43944..702008c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -3,17 +3,17 @@ require recipes-kernel/linux/linux-yocto.inc
 KBRANCH_DEFAULT = "standard/base"
 KBRANCH = "${KBRANCH_DEFAULT}"
 
-SRCREV_machine_qemuarm ?= "a720acacc415b3323a3ee9076bf9a621a964af2f"
-SRCREV_machine_qemumips  ?= "7d9f14326db1e602b4408f295bef7d12fd07dd55"
-SRCREV_machine_qemuppc ?= "62d3cb6a8e048c4833a5501bea2f35998de0b89d"
-SRCREV_machine_qemux86 ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
-SRCREV_machine_qemux86-64 ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
-SRCREV_machine ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
-SRCREV_meta ?= "c0b1845314cebb21694dbb4459fcc6f80feb01d0"
+SRCREV_machine_qemuarm ?= "c7cc288f0113433bd51d4958d36d4ef4bf13c214"
+SRCREV_machine_qemumips  ?= "d4f5af54aa6a3592c6b2656ef20ea98bee14fde9"
+SRCREV_machine_qemuppc ?= "8afd98bd2aae1ad86b97d4333107408745518f8d"
+SRCREV_machine_qemux86 ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
+SRCREV_machine_qemux86-64 ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
+SRCREV_machine ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
+SRCREV_meta ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
-LINUX_VERSION ?= "3.4.28"
+LINUX_VERSION ?= "3.4.34"
 
 PR = "${INC_PR}.3"
 PV = "${LINUX_VERSION}+git${SRCPV}"
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] linux-yocto/3.8: bump kver to v3.8.1
  2013-03-11 14:27 [PATCH 0/3] linux-yocto*: content and config updates Bruce Ashfield
  2013-03-11 14:27 ` [PATCH 1/3] linux-yocto/3.4: update to v3.4.34 and LTSI refresh Bruce Ashfield
@ 2013-03-11 14:27 ` Bruce Ashfield
  2013-03-11 14:27 ` [PATCH 3/3] linux-yocto/3.8: update EDF configuration Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2013-03-11 14:27 UTC (permalink / raw)
  To: richard.purdie; +Cc: linux-yocto, openembedded-core

Updating the linux-yocto_3.8 SRCREVs to reflect the integration of the
korg 3.8.1 -stable release.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto_3.8.bb |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
index 7c1dff7..d1e0308 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
@@ -3,17 +3,17 @@ require recipes-kernel/linux/linux-yocto.inc
 KBRANCH_DEFAULT = "standard/base"
 KBRANCH = "${KBRANCH_DEFAULT}"
 
-SRCREV_machine_qemuarm ?= "351d133943b50a9dfeee07661d44254722a19f04"
-SRCREV_machine_qemumips  ?= "d529d082041142435587bd442b1235dbe1c72950"
-SRCREV_machine_qemuppc ?= "8dcd155ad408658e9180d1630da2ac7e0ee70542"
-SRCREV_machine_qemux86 ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5"
-SRCREV_machine_qemux86-64 ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5"
-SRCREV_machine ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5"
-SRCREV_meta ?= "c2ed0f16fdec628242a682897d5d86df4547cf24"
+SRCREV_machine_qemuarm ?= "0bed12bdbdd7a2aa39d8390b7a802dd72244b963"
+SRCREV_machine_qemumips  ?= "4328dc8c1b73bdfe90656f217d99dc4ffa47da1f"
+SRCREV_machine_qemuppc ?= "c12eb257c5fd9441b434c1216c3d987c89ecdd68"
+SRCREV_machine_qemux86 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d"
+SRCREV_machine_qemux86-64 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d"
+SRCREV_machine ?= "3fa6521f19ce15c8e950042f843f33986ef2546d"
+SRCREV_meta ?= "27988ba5eb2dd797a355e7d92fd78e78c7066757"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
-LINUX_VERSION ?= "3.8"
+LINUX_VERSION ?= "3.8.1"
 
 PR = "${INC_PR}.0"
 PV = "${LINUX_VERSION}+git${SRCPV}"
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] linux-yocto/3.8: update EDF configuration
  2013-03-11 14:27 [PATCH 0/3] linux-yocto*: content and config updates Bruce Ashfield
  2013-03-11 14:27 ` [PATCH 1/3] linux-yocto/3.4: update to v3.4.34 and LTSI refresh Bruce Ashfield
  2013-03-11 14:27 ` [PATCH 2/3] linux-yocto/3.8: bump kver to v3.8.1 Bruce Ashfield
@ 2013-03-11 14:27 ` Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2013-03-11 14:27 UTC (permalink / raw)
  To: richard.purdie; +Cc: linux-yocto, openembedded-core

The sched_deadline configuration fragmements were not optimal, so tweaking
the meta data to make an enable-only configuration fragment avaiable and
updating the options within that fragment.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto_3.8.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
index d1e0308..b395e45 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
@@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "c12eb257c5fd9441b434c1216c3d987c89ecdd68"
 SRCREV_machine_qemux86 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d"
 SRCREV_machine_qemux86-64 ?= "3fa6521f19ce15c8e950042f843f33986ef2546d"
 SRCREV_machine ?= "3fa6521f19ce15c8e950042f843f33986ef2546d"
-SRCREV_meta ?= "27988ba5eb2dd797a355e7d92fd78e78c7066757"
+SRCREV_meta ?= "cc572ff970662c844c0a8dd2dab93cc10b8b2a3f"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-11 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11 14:27 [PATCH 0/3] linux-yocto*: content and config updates Bruce Ashfield
2013-03-11 14:27 ` [PATCH 1/3] linux-yocto/3.4: update to v3.4.34 and LTSI refresh Bruce Ashfield
2013-03-11 14:27 ` [PATCH 2/3] linux-yocto/3.8: bump kver to v3.8.1 Bruce Ashfield
2013-03-11 14:27 ` [PATCH 3/3] linux-yocto/3.8: update EDF configuration Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox