* [PATCH 0/6] linux-yocto/3.4/3.10/3.14: updates
@ 2014-04-10 15:12 Bruce Ashfield
2014-04-10 15:12 ` [PATCH 1/6] linux-yocto/3.10: v3.10.35 and emenlow boot fixes Bruce Ashfield
` (5 more replies)
0 siblings, 6 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-04-10 15:12 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Richard,
While we are working throught he -rc releases, I've been sitting
on korg -stable updates and as many changes I can .. since I know we
don't want any destabilization.
What I've collected here is pretty much the minimum set of updates
that I could gather.
They are config udpates that won't globally impact BSPs, or are
-stable updates that contain important fixes for booting a few boards.
Everything else, I have queued for post 1.6.
Cheers,
Bruce
The following changes since commit db80f796e78746014a0f9497638e5c6fd2953ef0:
README.hardware: update with Texas Instruments Beaglebone instructions (2014-04-10 10:13:55 +0100)
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 (6):
linux-yocto/3.10: v3.10.35 and emenlow boot fixes
linux-yocto/3.4: update to v3.4.85
linux-yocto/3.10: intel-common: Add preempt-rt ktype targets
linux-yocto/3.14: intel configuration fixes
linux-yocto/3.14: beagleboard black: USB, DRM config tweaks
linux-yocto/3.10: intel BSP configuration updates
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 ++++----
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 8 ++++----
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +++++++++---------
meta/recipes-kernel/linux/linux-yocto_3.14.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 16 ++++++++--------
8 files changed, 33 insertions(+), 33 deletions(-)
--
1.8.1.2
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 1/6] linux-yocto/3.10: v3.10.35 and emenlow boot fixes
2014-04-10 15:12 [PATCH 0/6] linux-yocto/3.4/3.10/3.14: updates Bruce Ashfield
@ 2014-04-10 15:12 ` Bruce Ashfield
2014-04-10 15:12 ` [PATCH 2/6] linux-yocto/3.4: update to v3.4.85 Bruce Ashfield
` (4 subsequent siblings)
5 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-04-10 15:12 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating the 3.10 SRCREVs to pick up 3.10.35 and a LTSI cherry pick that
fixes a boot issue with the emenlow.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 ++++----
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +++++++++---------
3 files changed, 16 insertions(+), 16 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 fe6773a5ece3..98bf996a7092 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
@@ -3,13 +3,13 @@ require recipes-kernel/linux/linux-yocto.inc
KBRANCH = "standard/preempt-rt/base"
KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
-SRCREV_machine ?= "f4351616572c6ad5a8b71b1becf02c3e779b85b8"
-SRCREV_machine_qemuppc ?= "a6dfc85e99633d739068a03d2551e39847628551"
-SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4"
+SRCREV_machine ?= "d1e73a1e09f9641c44e7d713d1a6b5b088411459"
+SRCREV_machine_qemuppc ?= "9a34d9c957e69f28e89e879d9dd6e8fe5c7270c5"
+SRCREV_meta ?= "b6e58b33dd427fe471f8827c83e311acdf4558a4"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
-LINUX_VERSION ?= "3.10.34"
+LINUX_VERSION ?= "3.10.35"
PV = "${LINUX_VERSION}+git${SRCPV}"
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 123f3070d9f7..9e5c070c106d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -5,12 +5,12 @@ KBRANCH = "${KBRANCH_DEFAULT}"
LINUX_KERNEL_TYPE = "tiny"
KCONFIG_MODE = "--allnoconfig"
-LINUX_VERSION ?= "3.10.34"
+LINUX_VERSION ?= "3.10.35"
KMETA = "meta"
-SRCREV_machine ?= "c7739be126930006e3bfbdb2fb070a967abc5e09"
-SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4"
+SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
+SRCREV_meta ?= "b6e58b33dd427fe471f8827c83e311acdf4558a4"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index 10f407202175..f275693ae4ed 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -11,18 +11,18 @@ KBRANCH_qemux86 = "standard/common-pc/base"
KBRANCH_qemux86-64 = "standard/common-pc-64/base"
KBRANCH_qemumips64 = "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "52a6807f42846c7d1442e11227722f59221fc64e"
-SRCREV_machine_qemumips ?= "b6b20f49e9a169a0672b7cc2d7b93d6652ca7873"
-SRCREV_machine_qemuppc ?= "d71b782615b802c78e1586494b94dd40531775c8"
-SRCREV_machine_qemux86 ?= "c7739be126930006e3bfbdb2fb070a967abc5e09"
-SRCREV_machine_qemux86-64 ?= "c7739be126930006e3bfbdb2fb070a967abc5e09"
-SRCREV_machine_qemumips64 ?= "88abb1eb327f4e3c711d19a228cb153fdd9b3506"
-SRCREV_machine ?= "c7739be126930006e3bfbdb2fb070a967abc5e09"
-SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4"
+SRCREV_machine_qemuarm ?= "7b466aae62395490769f96635bd077ee8f313f18"
+SRCREV_machine_qemumips ?= "cc5059ae360e0586375bbd1ed46e1e6f3e267dea"
+SRCREV_machine_qemuppc ?= "663a3068c9756137a84bbfb3a76eeae7cb4373e1"
+SRCREV_machine_qemux86 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
+SRCREV_machine_qemux86-64 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
+SRCREV_machine_qemumips64 ?= "a1491c3b367a75c7003b2fb58706e3631413b337"
+SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
+SRCREV_meta ?= "b6e58b33dd427fe471f8827c83e311acdf4558a4"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-LINUX_VERSION ?= "3.10.34"
+LINUX_VERSION ?= "3.10.35"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 2/6] linux-yocto/3.4: update to v3.4.85
2014-04-10 15:12 [PATCH 0/6] linux-yocto/3.4/3.10/3.14: updates Bruce Ashfield
2014-04-10 15:12 ` [PATCH 1/6] linux-yocto/3.10: v3.10.35 and emenlow boot fixes Bruce Ashfield
@ 2014-04-10 15:12 ` Bruce Ashfield
2014-04-10 15:12 ` [PATCH 3/6] linux-yocto/3.10: intel-common: Add preempt-rt ktype targets Bruce Ashfield
` (3 subsequent siblings)
5 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-04-10 15:12 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating the SRCREVs to integrate the latest korg -stable update.
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 dfe11e4925c4..dc3813ca6d00 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.82"
+LINUX_VERSION ?= "3.4.85"
LINUX_KERNEL_TYPE = "preempt-rt"
KMETA = "meta"
-SRCREV_machine ?= "74369c14c79dbb546ce1e387b1363e808ea4f5b1"
-SRCREV_machine_qemuppc ?= "71694a302cda24cc8a7c5f772e8306111ffcfb6c"
-SRCREV_meta ?= "ef4cd500d4b64680f7a319d399b8a12f9ecc9fe6"
+SRCREV_machine ?= "fd1626cc2a1144a7760bcfc9c6e48a14de28624e"
+SRCREV_machine_qemuppc ?= "605cdff89f2d36d44ebfc75d6427eea5f236a940"
+SRCREV_meta ?= "7c9e1e0117e7ca1f7451870dad5db50adc21732e"
PR = "${INC_PR}.1"
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 7db9099fece4..f22a3f46a0b9 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.82"
+LINUX_VERSION ?= "3.4.85"
KMETA = "meta"
-SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb"
-SRCREV_meta ?= "ef4cd500d4b64680f7a319d399b8a12f9ecc9fe6"
+SRCREV_machine ?= "95a3ff6e3c2eec2fafe9d1813048fcdb468a678e"
+SRCREV_meta ?= "7c9e1e0117e7ca1f7451870dad5db50adc21732e"
PR = "${INC_PR}.1"
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 878422985b12..3a2ff2f50417 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -11,17 +11,17 @@ KBRANCH_qemux86 = "standard/common-pc/base"
KBRANCH_qemux86-64 = "standard/common-pc-64/base"
KBRANCH_qemumips64 = "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "6c34763a9e4e05e1fcaa32d915bd05cccd0abc1d"
-SRCREV_machine_qemumips ?= "fa9377eda8d2dceccb218f229551424c64ef0c28"
-SRCREV_machine_qemuppc ?= "85868d48f06911b7dddaf0180af96c8f2e874922"
-SRCREV_machine_qemux86 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb"
-SRCREV_machine_qemux86-64 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb"
-SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb"
-SRCREV_meta ?= "ef4cd500d4b64680f7a319d399b8a12f9ecc9fe6"
+SRCREV_machine_qemuarm ?= "64f9a290683b1ab08136ef5d54d1845a961a6940"
+SRCREV_machine_qemumips ?= "ad7aa3ecf8ab00055d31c3f7b059c8b8a8633e19"
+SRCREV_machine_qemuppc ?= "7aaa5a4debe4b1987d2d11707313e682b185e876"
+SRCREV_machine_qemux86 ?= "95a3ff6e3c2eec2fafe9d1813048fcdb468a678e"
+SRCREV_machine_qemux86-64 ?= "95a3ff6e3c2eec2fafe9d1813048fcdb468a678e"
+SRCREV_machine ?= "95a3ff6e3c2eec2fafe9d1813048fcdb468a678e"
+SRCREV_meta ?= "7c9e1e0117e7ca1f7451870dad5db50adc21732e"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-LINUX_VERSION ?= "3.4.82"
+LINUX_VERSION ?= "3.4.85"
PR = "${INC_PR}.5"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 3/6] linux-yocto/3.10: intel-common: Add preempt-rt ktype targets
2014-04-10 15:12 [PATCH 0/6] linux-yocto/3.4/3.10/3.14: updates Bruce Ashfield
2014-04-10 15:12 ` [PATCH 1/6] linux-yocto/3.10: v3.10.35 and emenlow boot fixes Bruce Ashfield
2014-04-10 15:12 ` [PATCH 2/6] linux-yocto/3.4: update to v3.4.85 Bruce Ashfield
@ 2014-04-10 15:12 ` Bruce Ashfield
2014-04-10 15:12 ` [PATCH 4/6] linux-yocto/3.14: intel configuration fixes Bruce Ashfield
` (2 subsequent siblings)
5 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-04-10 15:12 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating the meta SRCREV to incorporate the intel common preempt-rt kernel
support.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 +-
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 98bf996a7092..5cabb5ad007e 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"
SRCREV_machine ?= "d1e73a1e09f9641c44e7d713d1a6b5b088411459"
SRCREV_machine_qemuppc ?= "9a34d9c957e69f28e89e879d9dd6e8fe5c7270c5"
-SRCREV_meta ?= "b6e58b33dd427fe471f8827c83e311acdf4558a4"
+SRCREV_meta ?= "5824403ba2b877eca33969425ac1ac5dbeb72720"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
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 9e5c070c106d..7eacfc0f258a 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"
KMETA = "meta"
SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
-SRCREV_meta ?= "b6e58b33dd427fe471f8827c83e311acdf4558a4"
+SRCREV_meta ?= "5824403ba2b877eca33969425ac1ac5dbeb72720"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index f275693ae4ed..38bba6815b84 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"
SRCREV_machine_qemux86-64 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
SRCREV_machine_qemumips64 ?= "a1491c3b367a75c7003b2fb58706e3631413b337"
SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
-SRCREV_meta ?= "b6e58b33dd427fe471f8827c83e311acdf4558a4"
+SRCREV_meta ?= "5824403ba2b877eca33969425ac1ac5dbeb72720"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 4/6] linux-yocto/3.14: intel configuration fixes
2014-04-10 15:12 [PATCH 0/6] linux-yocto/3.4/3.10/3.14: updates Bruce Ashfield
` (2 preceding siblings ...)
2014-04-10 15:12 ` [PATCH 3/6] linux-yocto/3.10: intel-common: Add preempt-rt ktype targets Bruce Ashfield
@ 2014-04-10 15:12 ` Bruce Ashfield
2014-04-10 15:12 ` [PATCH 5/6] linux-yocto/3.14: beagleboard black: USB, DRM config tweaks Bruce Ashfield
2014-04-10 15:12 ` [PATCH 6/6] linux-yocto/3.10: intel BSP configuration updates Bruce Ashfield
5 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-04-10 15:12 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Importing the intel configuration fixes from Darren Hart:
a82ccc635e7a meta: Purge retired BSPs chiefriver, sys940x, and atom-pc
b50ba1e37c26 x86: Drop X86_32 configs
8aa0a946f528 x86: Move MTRR config into x86 common fragments
ddae217aefee common-pc: Remove SMP from common-pc*-cpu fragments
f3ad83aa4c39 x86: Consolidate common x86* CPU features
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.14.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index 2e142bfd9029..2a1e20429d8a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.14"
KMETA = "meta"
SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
-SRCREV_meta ?= "fc8c30398dbc3cdea787a1042242d4aab689d0ae"
+SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
index 46c42601fe04..b275f2738d8b 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
@@ -17,7 +17,7 @@ SRCREV_machine_qemux86 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
SRCREV_machine_qemux86-64 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
SRCREV_machine_qemumips64 ?= "ccb2a788551a7951563ac44a27175c6f28501008"
SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
-SRCREV_meta ?= "fc8c30398dbc3cdea787a1042242d4aab689d0ae"
+SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 5/6] linux-yocto/3.14: beagleboard black: USB, DRM config tweaks
2014-04-10 15:12 [PATCH 0/6] linux-yocto/3.4/3.10/3.14: updates Bruce Ashfield
` (3 preceding siblings ...)
2014-04-10 15:12 ` [PATCH 4/6] linux-yocto/3.14: intel configuration fixes Bruce Ashfield
@ 2014-04-10 15:12 ` Bruce Ashfield
2014-04-10 15:55 ` Denys Dmytriyenko
2014-04-10 15:12 ` [PATCH 6/6] linux-yocto/3.10: intel BSP configuration updates Bruce Ashfield
5 siblings, 1 reply; 9+ messages in thread
From: Bruce Ashfield @ 2014-04-10 15:12 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Importing the meta SRCREV to pick up the following two fixes:
928d7b2ddad0 beaglebone: enhance USB support and enable MUSB modules
fbe38387ac61 beaglebone: enable DRM for HDMI output
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.14.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index 2a1e20429d8a..a441a53fb95b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.14"
KMETA = "meta"
SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
-SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
+SRCREV_meta ?= "928d7b2ddad0abc8827055c51ba34225878344a0"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
index b275f2738d8b..7f0ec2b559a3 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
@@ -17,7 +17,7 @@ SRCREV_machine_qemux86 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
SRCREV_machine_qemux86-64 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
SRCREV_machine_qemumips64 ?= "ccb2a788551a7951563ac44a27175c6f28501008"
SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
-SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
+SRCREV_meta ?= "928d7b2ddad0abc8827055c51ba34225878344a0"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 6/6] linux-yocto/3.10: intel BSP configuration updates
2014-04-10 15:12 [PATCH 0/6] linux-yocto/3.4/3.10/3.14: updates Bruce Ashfield
` (4 preceding siblings ...)
2014-04-10 15:12 ` [PATCH 5/6] linux-yocto/3.14: beagleboard black: USB, DRM config tweaks Bruce Ashfield
@ 2014-04-10 15:12 ` Bruce Ashfield
5 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-04-10 15:12 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating the SRCREV for the following configuration changes:
7df9ef8ee47d minnow: Add minnow-drivers-extra fragment
4f12b62002ca meta: smp.scc: increase default NR_CPUS to 64
de70ccd19f86 intel-common: change intel-corei7064-preempt-rt-scc filename
e3780cd93809 meta: mohonpeak: remove branch 'mohonpeak'
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 +-
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 5cabb5ad007e..4087d02f6ba5 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"
SRCREV_machine ?= "d1e73a1e09f9641c44e7d713d1a6b5b088411459"
SRCREV_machine_qemuppc ?= "9a34d9c957e69f28e89e879d9dd6e8fe5c7270c5"
-SRCREV_meta ?= "5824403ba2b877eca33969425ac1ac5dbeb72720"
+SRCREV_meta ?= "7df9ef8ee47dc9023044614210f4c1d9d916dd5f"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
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 7eacfc0f258a..099655f381e3 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"
KMETA = "meta"
SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
-SRCREV_meta ?= "5824403ba2b877eca33969425ac1ac5dbeb72720"
+SRCREV_meta ?= "7df9ef8ee47dc9023044614210f4c1d9d916dd5f"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index 38bba6815b84..89263d98b91e 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"
SRCREV_machine_qemux86-64 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
SRCREV_machine_qemumips64 ?= "a1491c3b367a75c7003b2fb58706e3631413b337"
SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4"
-SRCREV_meta ?= "5824403ba2b877eca33969425ac1ac5dbeb72720"
+SRCREV_meta ?= "7df9ef8ee47dc9023044614210f4c1d9d916dd5f"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH 5/6] linux-yocto/3.14: beagleboard black: USB, DRM config tweaks
2014-04-10 15:12 ` [PATCH 5/6] linux-yocto/3.14: beagleboard black: USB, DRM config tweaks Bruce Ashfield
@ 2014-04-10 15:55 ` Denys Dmytriyenko
2014-04-10 15:57 ` Bruce Ashfield
0 siblings, 1 reply; 9+ messages in thread
From: Denys Dmytriyenko @ 2014-04-10 15:55 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: openembedded-core
Thanks, Bruce!
The subject says beagleboard but should be beaglebone...
On Thu, Apr 10, 2014 at 11:12:35AM -0400, Bruce Ashfield wrote:
> Importing the meta SRCREV to pick up the following two fixes:
>
> 928d7b2ddad0 beaglebone: enhance USB support and enable MUSB modules
> fbe38387ac61 beaglebone: enable DRM for HDMI output
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
> meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto_3.14.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
> index 2a1e20429d8a..a441a53fb95b 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
> @@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.14"
> KMETA = "meta"
>
> SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
> -SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
> +SRCREV_meta ?= "928d7b2ddad0abc8827055c51ba34225878344a0"
>
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
> index b275f2738d8b..7f0ec2b559a3 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
> @@ -17,7 +17,7 @@ SRCREV_machine_qemux86 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
> SRCREV_machine_qemux86-64 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
> SRCREV_machine_qemumips64 ?= "ccb2a788551a7951563ac44a27175c6f28501008"
> SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
> -SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
> +SRCREV_meta ?= "928d7b2ddad0abc8827055c51ba34225878344a0"
>
> SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
>
> --
> 1.8.1.2
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 5/6] linux-yocto/3.14: beagleboard black: USB, DRM config tweaks
2014-04-10 15:55 ` Denys Dmytriyenko
@ 2014-04-10 15:57 ` Bruce Ashfield
0 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-04-10 15:57 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: openembedded-core
On 14-04-10 11:55 AM, Denys Dmytriyenko wrote:
> Thanks, Bruce!
>
> The subject says beagleboard but should be beaglebone...
old habits die hard ;)
Bruce
>
>
> On Thu, Apr 10, 2014 at 11:12:35AM -0400, Bruce Ashfield wrote:
>> Importing the meta SRCREV to pick up the following two fixes:
>>
>> 928d7b2ddad0 beaglebone: enhance USB support and enable MUSB modules
>> fbe38387ac61 beaglebone: enable DRM for HDMI output
>>
>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
>> ---
>> meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +-
>> meta/recipes-kernel/linux/linux-yocto_3.14.bb | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
>> index 2a1e20429d8a..a441a53fb95b 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
>> @@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.14"
>> KMETA = "meta"
>>
>> SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
>> -SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
>> +SRCREV_meta ?= "928d7b2ddad0abc8827055c51ba34225878344a0"
>>
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
>> index b275f2738d8b..7f0ec2b559a3 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
>> @@ -17,7 +17,7 @@ SRCREV_machine_qemux86 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
>> SRCREV_machine_qemux86-64 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
>> SRCREV_machine_qemumips64 ?= "ccb2a788551a7951563ac44a27175c6f28501008"
>> SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
>> -SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
>> +SRCREV_meta ?= "928d7b2ddad0abc8827055c51ba34225878344a0"
>>
>> SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
>>
>> --
>> 1.8.1.2
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-04-10 15:57 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-10 15:12 [PATCH 0/6] linux-yocto/3.4/3.10/3.14: updates Bruce Ashfield
2014-04-10 15:12 ` [PATCH 1/6] linux-yocto/3.10: v3.10.35 and emenlow boot fixes Bruce Ashfield
2014-04-10 15:12 ` [PATCH 2/6] linux-yocto/3.4: update to v3.4.85 Bruce Ashfield
2014-04-10 15:12 ` [PATCH 3/6] linux-yocto/3.10: intel-common: Add preempt-rt ktype targets Bruce Ashfield
2014-04-10 15:12 ` [PATCH 4/6] linux-yocto/3.14: intel configuration fixes Bruce Ashfield
2014-04-10 15:12 ` [PATCH 5/6] linux-yocto/3.14: beagleboard black: USB, DRM config tweaks Bruce Ashfield
2014-04-10 15:55 ` Denys Dmytriyenko
2014-04-10 15:57 ` Bruce Ashfield
2014-04-10 15:12 ` [PATCH 6/6] linux-yocto/3.10: intel BSP configuration updates Bruce Ashfield
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox