* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2014-09-23 14:57 Bruce Ashfield
2014-09-23 14:57 ` [PATCH 1/7] linux-yocto/3.10: update to v3.10.54 and -rt55 Bruce Ashfield
` (6 more replies)
0 siblings, 7 replies; 30+ messages in thread
From: Bruce Ashfield @ 2014-09-23 14:57 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Hi all,
Some parts of this request are repeated from one I sent a while ago, since
they didn't make it into the tree.
These are the release 1.7 kernel updates. For 3.10 and 3.14 they represent
the pickup of -stable fixes (in particular CVEs) and -rt fixes.
For 3.17, we follow the march to the release and are up to -rc6 after this
series. I'm also switching to the dedicated 3.17 repository.
Cheers,
Bruce
The following changes since commit bff185f6252751a97dcdf7ddfe86b808a714fdc5:
dev-manual: Added a note to the EXTERNALSRC example about the class (2014-09-22 13:04:44 +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 (7):
linux-yocto/3.10: update to v3.10.54 and -rt55
linux-yocto/3.14: update to v3.14.18 and -rt9
linux-yocto/3.17: update to v3.17-rc5
linux-yocto/3.17: switch to dedicated 3.17 repository
linux-yocto/3.17: bump to v3.17-rc6
linux-yocto/3.10: update to v3.10.55
linux-yocto/3.14: update to v3.14.19
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 ++++----
meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 ++++----
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 ++++++++--------
meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 ++++++++--------
meta/recipes-kernel/linux/linux-yocto_3.17.bb | 24 +++++++++++-----------
8 files changed, 47 insertions(+), 47 deletions(-)
--
1.8.1.2
^ permalink raw reply [flat|nested] 30+ messages in thread* [PATCH 1/7] linux-yocto/3.10: update to v3.10.54 and -rt55
2014-09-23 14:57 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
@ 2014-09-23 14:57 ` Bruce Ashfield
2014-09-23 14:57 ` [PATCH 2/7] linux-yocto/3.14: update to v3.14.18 and -rt9 Bruce Ashfield
` (5 subsequent siblings)
6 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2014-09-23 14:57 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
The 3.10 kernel needed a refresh to the latest -stable and -rt releases.
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 2f22ba8ea690..b08d7c34c324 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 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "1dfc94848e05989ab6c5fde2080f35546d81e798"
-SRCREV_machine_qemuppc ?= "81334ed6f11da157e13c306c48f3d49a051d9d89"
-SRCREV_meta ?= "fab23a4d44de25ee77e497cbf8605eadc3aaf3d8"
+SRCREV_machine ?= "74d7df0601f4879b525a0f2a0a187c33a23be580"
+SRCREV_machine_qemuppc ?= "087f9fff0860e9a357fe9d4b1f514031e2c2597b"
+SRCREV_meta ?= "5ea3fd0817c2a3173e85102c61c51a5a6268cad6"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
-LINUX_VERSION ?= "3.10.43"
+LINUX_VERSION ?= "3.10.54"
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 bd762f9fff29..6885723977e8 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 @@ require recipes-kernel/linux/linux-yocto.inc
LINUX_KERNEL_TYPE = "tiny"
KCONFIG_MODE = "--allnoconfig"
-LINUX_VERSION ?= "3.10.43"
+LINUX_VERSION ?= "3.10.54"
KMETA = "meta"
-SRCREV_machine ?= "e4f08d724d6663e6d23d19668c97f9e6792c94d2"
-SRCREV_meta ?= "fab23a4d44de25ee77e497cbf8605eadc3aaf3d8"
+SRCREV_machine ?= "e001d3cbec5320c03d2a316aa0e287012be19133"
+SRCREV_meta ?= "5ea3fd0817c2a3173e85102c61c51a5a6268cad6"
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 298d2ca79923..3cb8c582578d 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc/base"
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "cf951fb02f9eb89bd36f30fd6d426d6a06be8739"
-SRCREV_machine_qemumips ?= "82c743bcc8103c82f8cb673eb810a9329a9441d7"
-SRCREV_machine_qemuppc ?= "1deb0e97e9262b02b3ff9b707b13c42c8fa95a13"
-SRCREV_machine_qemux86 ?= "e4f08d724d6663e6d23d19668c97f9e6792c94d2"
-SRCREV_machine_qemux86-64 ?= "e4f08d724d6663e6d23d19668c97f9e6792c94d2"
-SRCREV_machine_qemumips64 ?= "8affc1996043dfe2061953c074c714a9885fde6e"
-SRCREV_machine ?= "e4f08d724d6663e6d23d19668c97f9e6792c94d2"
-SRCREV_meta ?= "fab23a4d44de25ee77e497cbf8605eadc3aaf3d8"
+SRCREV_machine_qemuarm ?= "f075141532317cb7f8b88843354cd901c18c13a1"
+SRCREV_machine_qemumips ?= "e7582bdb55376801e9749141af9f1cc0a9425a31"
+SRCREV_machine_qemuppc ?= "fdc57cf78d788a5efc44ffaafa09db1a3799e5f0"
+SRCREV_machine_qemux86 ?= "e001d3cbec5320c03d2a316aa0e287012be19133"
+SRCREV_machine_qemux86-64 ?= "e001d3cbec5320c03d2a316aa0e287012be19133"
+SRCREV_machine_qemumips64 ?= "e8fdd57656858f06547f61336e130d006fc88de5"
+SRCREV_machine ?= "e001d3cbec5320c03d2a316aa0e287012be19133"
+SRCREV_meta ?= "5ea3fd0817c2a3173e85102c61c51a5a6268cad6"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-LINUX_VERSION ?= "3.10.43"
+LINUX_VERSION ?= "3.10.54"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 2/7] linux-yocto/3.14: update to v3.14.18 and -rt9
2014-09-23 14:57 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
2014-09-23 14:57 ` [PATCH 1/7] linux-yocto/3.10: update to v3.10.54 and -rt55 Bruce Ashfield
@ 2014-09-23 14:57 ` Bruce Ashfield
2014-09-23 14:57 ` [PATCH 3/7] linux-yocto/3.17: update to v3.17-rc5 Bruce Ashfield
` (4 subsequent siblings)
6 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2014-09-23 14:57 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Refreshing the 3.14 kernel to a new korg stable and -rt release.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 ++++----
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 +++++++++---------
3 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
index 1d69fc687bde..0977b6275c6e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -3,13 +3,13 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "cf214eea750707e6261818837e5c508ac1299b19"
-SRCREV_machine_qemuppc ?= "3d5a421fc5c171cd5d322b092e78e0e0dd4f340e"
-SRCREV_meta ?= "a94680bfeb0e8e3025b57f8b42d0825ba743376b"
+SRCREV_machine ?= "41975d7825d8043b054378565b01824ffa961834"
+SRCREV_machine_qemuppc ?= "3bbc23a726520784618a3854747b82792d2a108f"
+SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
-LINUX_VERSION ?= "3.14.17"
+LINUX_VERSION ?= "3.14.18"
PV = "${LINUX_VERSION}+git${SRCPV}"
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 9f78951c52bf..4eb7b1dd477d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -4,12 +4,12 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "3.14.17"
+LINUX_VERSION ?= "3.14.18"
KMETA = "meta"
-SRCREV_machine ?= "b85edae6fd61ceadfc08099608e8ac90aa4c5c33"
-SRCREV_meta ?= "a94680bfeb0e8e3025b57f8b42d0825ba743376b"
+SRCREV_machine ?= "fabce749eb25b8053250b5507868a246ddaf4423"
+SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b"
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 e06b191673e3..6eac062d5964 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
@@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc/base"
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "c32a2e1190325f685a61196f38fc03ceff2645bf"
-SRCREV_machine_qemumips ?= "1ff50c529b49ceb55a670258f7cb8233c8006c6c"
-SRCREV_machine_qemuppc ?= "12e9828a5b78891374375233b4075f682b9fbd0e"
-SRCREV_machine_qemux86 ?= "58d49fe770ad642e2bc0616159195ba837dc513b"
-SRCREV_machine_qemux86-64 ?= "b85edae6fd61ceadfc08099608e8ac90aa4c5c33"
-SRCREV_machine_qemumips64 ?= "dcd579737386fca4d7bcf224bc118b14eb3c1d55"
-SRCREV_machine ?= "b85edae6fd61ceadfc08099608e8ac90aa4c5c33"
-SRCREV_meta ?= "a94680bfeb0e8e3025b57f8b42d0825ba743376b"
+SRCREV_machine_qemuarm ?= "3d5be74be2cab047a1b85e07620beee4791d4594"
+SRCREV_machine_qemumips ?= "2834013809154887772cf1552191a682ed42d9eb"
+SRCREV_machine_qemuppc ?= "44dddef534a3cae1aa952f77f4fd299978552307"
+SRCREV_machine_qemux86 ?= "d77fb23dcc717061f74678babaeb4fa487c55fec"
+SRCREV_machine_qemux86-64 ?= "fabce749eb25b8053250b5507868a246ddaf4423"
+SRCREV_machine_qemumips64 ?= "5c5d8fd23d2b8fb0e8e00e54d2783feeba86ebd0"
+SRCREV_machine ?= "fabce749eb25b8053250b5507868a246ddaf4423"
+SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-LINUX_VERSION ?= "3.14.17"
+LINUX_VERSION ?= "3.14.18"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 3/7] linux-yocto/3.17: update to v3.17-rc5
2014-09-23 14:57 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
2014-09-23 14:57 ` [PATCH 1/7] linux-yocto/3.10: update to v3.10.54 and -rt55 Bruce Ashfield
2014-09-23 14:57 ` [PATCH 2/7] linux-yocto/3.14: update to v3.14.18 and -rt9 Bruce Ashfield
@ 2014-09-23 14:57 ` Bruce Ashfield
2014-09-23 14:57 ` [PATCH 4/7] linux-yocto/3.17: switch to dedicated 3.17 repository Bruce Ashfield
` (3 subsequent siblings)
6 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2014-09-23 14:57 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Bumping the SRCREVs to import the latest korg -rc.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.17.bb | 18 +++++++++---------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
index c1cb47ba9057..4da9c851e275 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
@@ -4,12 +4,12 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "3.17-rc4"
+LINUX_VERSION ?= "3.17-rc5"
KMETA = "meta"
-SRCREV_machine ?= "1a3939eb747a635b23b4234f785795c52dce72a8"
-SRCREV_meta ?= "7df849fc7eba54765368e26634341dbe6e2ad161"
+SRCREV_machine ?= "724ab25b085554741753709941e768cae1a2121e"
+SRCREV_meta ?= "62a1fd63023ab6b18114dd093be86d0854474c41"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.17.bb b/meta/recipes-kernel/linux/linux-yocto_3.17.bb
index 7fe7fdaa4afb..b37ae3cc4e9c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.17.bb
@@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc"
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "4bacea69cf78bdf42bcf7619239294b8996c5dac"
-SRCREV_machine_qemumips ?= "69d4e97c23d4d031f55645cd0486064979e4db5c"
-SRCREV_machine_qemuppc ?= "4e5f8849093f71f8caebedd8af4660baace9bccb"
-SRCREV_machine_qemux86 ?= "1a3939eb747a635b23b4234f785795c52dce72a8"
-SRCREV_machine_qemux86-64 ?= "1a3939eb747a635b23b4234f785795c52dce72a8"
-SRCREV_machine_qemumips64 ?= "5e036fb17397a241fda2211a6caaa6e6f3121250"
-SRCREV_machine ?= "1a3939eb747a635b23b4234f785795c52dce72a8"
-SRCREV_meta ?= "7df849fc7eba54765368e26634341dbe6e2ad161"
+SRCREV_machine_qemuarm ?= "8aa46f1d04208040be52feb422f2aae48655b51f"
+SRCREV_machine_qemumips ?= "b32a452b97972bcaba5a67383f209cec06dfe089"
+SRCREV_machine_qemuppc ?= "72b05f144a4d5331ae33bff0b6f4a70fb90d2b3a"
+SRCREV_machine_qemux86 ?= "724ab25b085554741753709941e768cae1a2121e"
+SRCREV_machine_qemux86-64 ?= "724ab25b085554741753709941e768cae1a2121e"
+SRCREV_machine_qemumips64 ?= "6dabf96a2fe457e4cb8821721936e9fb72556494"
+SRCREV_machine ?= "724ab25b085554741753709941e768cae1a2121e"
+SRCREV_meta ?= "62a1fd63023ab6b18114dd093be86d0854474c41"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-LINUX_VERSION ?= "3.17-rc4"
+LINUX_VERSION ?= "3.17-rc5"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 4/7] linux-yocto/3.17: switch to dedicated 3.17 repository
2014-09-23 14:57 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
` (2 preceding siblings ...)
2014-09-23 14:57 ` [PATCH 3/7] linux-yocto/3.17: update to v3.17-rc5 Bruce Ashfield
@ 2014-09-23 14:57 ` Bruce Ashfield
2014-09-23 14:57 ` [PATCH 5/7] linux-yocto/3.17: bump to v3.17-rc6 Bruce Ashfield
` (2 subsequent siblings)
6 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2014-09-23 14:57 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
The 3.17 repository is ready, so we no longer need to reuse the
linux-yocto-dev tree.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto_3.17.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.17.bb b/meta/recipes-kernel/linux/linux-yocto_3.17.bb
index b37ae3cc4e9c..af6b41e81fcf 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.17.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemumips64 ?= "6dabf96a2fe457e4cb8821721936e9fb72556494"
SRCREV_machine ?= "724ab25b085554741753709941e768cae1a2121e"
SRCREV_meta ?= "62a1fd63023ab6b18114dd093be86d0854474c41"
-SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
+SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
LINUX_VERSION ?= "3.17-rc5"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 5/7] linux-yocto/3.17: bump to v3.17-rc6
2014-09-23 14:57 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
` (3 preceding siblings ...)
2014-09-23 14:57 ` [PATCH 4/7] linux-yocto/3.17: switch to dedicated 3.17 repository Bruce Ashfield
@ 2014-09-23 14:57 ` Bruce Ashfield
2014-09-23 14:57 ` [PATCH 6/7] linux-yocto/3.10: update to v3.10.55 Bruce Ashfield
2014-09-23 14:57 ` [PATCH 7/7] linux-yocto/3.14: update to v3.14.19 Bruce Ashfield
6 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2014-09-23 14:57 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating the 3.17 recipe to -rc6. This is nearly the release kernel, and should
have very few changes aftert this point.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.17.bb | 18 +++++++++---------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
index 4da9c851e275..d1054c3abb73 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
@@ -4,12 +4,12 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "3.17-rc5"
+LINUX_VERSION ?= "3.17-rc6"
KMETA = "meta"
-SRCREV_machine ?= "724ab25b085554741753709941e768cae1a2121e"
-SRCREV_meta ?= "62a1fd63023ab6b18114dd093be86d0854474c41"
+SRCREV_machine ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50"
+SRCREV_meta ?= "eebdfd73e01f53a042d8b03b785db9f998d69b19"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.17.bb b/meta/recipes-kernel/linux/linux-yocto_3.17.bb
index af6b41e81fcf..6ce141d9188b 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.17.bb
@@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc"
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "8aa46f1d04208040be52feb422f2aae48655b51f"
-SRCREV_machine_qemumips ?= "b32a452b97972bcaba5a67383f209cec06dfe089"
-SRCREV_machine_qemuppc ?= "72b05f144a4d5331ae33bff0b6f4a70fb90d2b3a"
-SRCREV_machine_qemux86 ?= "724ab25b085554741753709941e768cae1a2121e"
-SRCREV_machine_qemux86-64 ?= "724ab25b085554741753709941e768cae1a2121e"
-SRCREV_machine_qemumips64 ?= "6dabf96a2fe457e4cb8821721936e9fb72556494"
-SRCREV_machine ?= "724ab25b085554741753709941e768cae1a2121e"
-SRCREV_meta ?= "62a1fd63023ab6b18114dd093be86d0854474c41"
+SRCREV_machine_qemuarm ?= "1d23a0b00164e5ba372988456090d95312f58083"
+SRCREV_machine_qemumips ?= "2f0e803b12728d7af5ab3967c50ef3342d946c65"
+SRCREV_machine_qemuppc ?= "ad01ce94ff8ebaedfa470ee16890255cf6887cc4"
+SRCREV_machine_qemux86 ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50"
+SRCREV_machine_qemux86-64 ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50"
+SRCREV_machine_qemumips64 ?= "823eecd78233f65582724ea1d9c8c6002518ecb0"
+SRCREV_machine ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50"
+SRCREV_meta ?= "eebdfd73e01f53a042d8b03b785db9f998d69b19"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-LINUX_VERSION ?= "3.17-rc5"
+LINUX_VERSION ?= "3.17-rc6"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 6/7] linux-yocto/3.10: update to v3.10.55
2014-09-23 14:57 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
` (4 preceding siblings ...)
2014-09-23 14:57 ` [PATCH 5/7] linux-yocto/3.17: bump to v3.17-rc6 Bruce Ashfield
@ 2014-09-23 14:57 ` Bruce Ashfield
2014-09-23 14:57 ` [PATCH 7/7] linux-yocto/3.14: update to v3.14.19 Bruce Ashfield
6 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2014-09-23 14:57 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating to the latest korg -stable update.
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 b08d7c34c324..10759720580c 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 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "74d7df0601f4879b525a0f2a0a187c33a23be580"
-SRCREV_machine_qemuppc ?= "087f9fff0860e9a357fe9d4b1f514031e2c2597b"
-SRCREV_meta ?= "5ea3fd0817c2a3173e85102c61c51a5a6268cad6"
+SRCREV_machine ?= "0abce5181274dbf37788ab8d2c62e135defd9956"
+SRCREV_machine_qemuppc ?= "c31f38edf5dec2c295632199dbfe3f5a221f7c16"
+SRCREV_meta ?= "f79a00265eefbe2fffc2cdb03f67235497a9a87e"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
-LINUX_VERSION ?= "3.10.54"
+LINUX_VERSION ?= "3.10.55"
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 6885723977e8..a53ce544a39b 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 @@ require recipes-kernel/linux/linux-yocto.inc
LINUX_KERNEL_TYPE = "tiny"
KCONFIG_MODE = "--allnoconfig"
-LINUX_VERSION ?= "3.10.54"
+LINUX_VERSION ?= "3.10.55"
KMETA = "meta"
-SRCREV_machine ?= "e001d3cbec5320c03d2a316aa0e287012be19133"
-SRCREV_meta ?= "5ea3fd0817c2a3173e85102c61c51a5a6268cad6"
+SRCREV_machine ?= "8e055f3b669c65e83ba7128c248c632eedafad72"
+SRCREV_meta ?= "f79a00265eefbe2fffc2cdb03f67235497a9a87e"
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 3cb8c582578d..ea6985659598 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc/base"
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "f075141532317cb7f8b88843354cd901c18c13a1"
-SRCREV_machine_qemumips ?= "e7582bdb55376801e9749141af9f1cc0a9425a31"
-SRCREV_machine_qemuppc ?= "fdc57cf78d788a5efc44ffaafa09db1a3799e5f0"
-SRCREV_machine_qemux86 ?= "e001d3cbec5320c03d2a316aa0e287012be19133"
-SRCREV_machine_qemux86-64 ?= "e001d3cbec5320c03d2a316aa0e287012be19133"
-SRCREV_machine_qemumips64 ?= "e8fdd57656858f06547f61336e130d006fc88de5"
-SRCREV_machine ?= "e001d3cbec5320c03d2a316aa0e287012be19133"
-SRCREV_meta ?= "5ea3fd0817c2a3173e85102c61c51a5a6268cad6"
+SRCREV_machine_qemuarm ?= "a4195791d27ef50feb454765149ea34621ef8ed7"
+SRCREV_machine_qemumips ?= "ff747b3dff7dfa643b3447a348b901cacc5b6a16"
+SRCREV_machine_qemuppc ?= "46e30d608f4268b0ea77362398aae91f1d410ee3"
+SRCREV_machine_qemux86 ?= "8e055f3b669c65e83ba7128c248c632eedafad72"
+SRCREV_machine_qemux86-64 ?= "8e055f3b669c65e83ba7128c248c632eedafad72"
+SRCREV_machine_qemumips64 ?= "42457c568170cb11a9011382ebca4677f22b35c1"
+SRCREV_machine ?= "8e055f3b669c65e83ba7128c248c632eedafad72"
+SRCREV_meta ?= "f79a00265eefbe2fffc2cdb03f67235497a9a87e"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-LINUX_VERSION ?= "3.10.54"
+LINUX_VERSION ?= "3.10.55"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 7/7] linux-yocto/3.14: update to v3.14.19
2014-09-23 14:57 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
` (5 preceding siblings ...)
2014-09-23 14:57 ` [PATCH 6/7] linux-yocto/3.10: update to v3.10.55 Bruce Ashfield
@ 2014-09-23 14:57 ` Bruce Ashfield
6 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2014-09-23 14:57 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating to the latest korg -stable update.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 ++++----
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 +++++++++---------
3 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
index 0977b6275c6e..7eecc7fe562b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -3,13 +3,13 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "41975d7825d8043b054378565b01824ffa961834"
-SRCREV_machine_qemuppc ?= "3bbc23a726520784618a3854747b82792d2a108f"
-SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b"
+SRCREV_machine ?= "63e1f827790683d4ef01c71acfdf20b79f986d99"
+SRCREV_machine_qemuppc ?= "2c51fd8a6fcf79386e3418ff78d42390ad6b5aa2"
+SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
-LINUX_VERSION ?= "3.14.18"
+LINUX_VERSION ?= "3.14.19"
PV = "${LINUX_VERSION}+git${SRCPV}"
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 4eb7b1dd477d..ff4a5748067e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -4,12 +4,12 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "3.14.18"
+LINUX_VERSION ?= "3.14.19"
KMETA = "meta"
-SRCREV_machine ?= "fabce749eb25b8053250b5507868a246ddaf4423"
-SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b"
+SRCREV_machine ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2"
+SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a"
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 6eac062d5964..efc193bb3c4f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
@@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc/base"
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "3d5be74be2cab047a1b85e07620beee4791d4594"
-SRCREV_machine_qemumips ?= "2834013809154887772cf1552191a682ed42d9eb"
-SRCREV_machine_qemuppc ?= "44dddef534a3cae1aa952f77f4fd299978552307"
-SRCREV_machine_qemux86 ?= "d77fb23dcc717061f74678babaeb4fa487c55fec"
-SRCREV_machine_qemux86-64 ?= "fabce749eb25b8053250b5507868a246ddaf4423"
-SRCREV_machine_qemumips64 ?= "5c5d8fd23d2b8fb0e8e00e54d2783feeba86ebd0"
-SRCREV_machine ?= "fabce749eb25b8053250b5507868a246ddaf4423"
-SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b"
+SRCREV_machine_qemuarm ?= "1c7a46a46b2cbf68777713531647cd4b1cf22f12"
+SRCREV_machine_qemumips ?= "f3dea87bc7aaccae5c24240b378a4e09034d80af"
+SRCREV_machine_qemuppc ?= "195f2029d49fc2440cf236d5134eb2ab88b8d407"
+SRCREV_machine_qemux86 ?= "bdef75805ede16c13f4383cc53d66dad3e83da64"
+SRCREV_machine_qemux86-64 ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2"
+SRCREV_machine_qemumips64 ?= "b5c533e6ffba299b24d31cc2b8f32f6302f5d7e3"
+SRCREV_machine ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2"
+SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-LINUX_VERSION ?= "3.14.18"
+LINUX_VERSION ?= "3.14.19"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2026-01-06 15:23 bruce.ashfield
2026-01-07 12:53 ` Kevin Hao
0 siblings, 1 reply; 30+ messages in thread
From: bruce.ashfield @ 2026-01-06 15:23 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core, haokexin
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Hi all,
I'm still tweaking my pull request scripts for the split repositories,
so apologies if something doesn't look quite right.
I'm unable to push to openembedded-contrib right now, so this is a
patch only send.
We are getting closer to removing 6.16 (and then 6.12) from oe-core
master. These updates should address some config warnings, and
otherwise improve stability.
We need to get the reference platforms update to 6.18, so I've cc'
kevin@windriver to see if he has any plans or comments on that.
Cheers,
Bruce
OE-core (7):
linux-yocto/6.18: genericarm64: remove SLIM_QCOM_CTR
linux-yocto/6.12: update to v6.12.63
linux-yocto/6.12: update CVE exclusions (6.12.63)
linux-yocto/6.18: libpf prepare for new glibc
linux-yocto/6.18: update to v6.18.3
linux-yocto/6.18: update CVE exclusions (6.18.3)
linux-yocto/6.18: mtd: use refcount to prevent corruption
OE-core:
meta/recipes-kernel/linux/cve-exclusion_6.12.inc | 380 +-
meta/recipes-kernel/linux/cve-exclusion_6.18.inc | 12024 +++++++++++--------
meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto-rt_6.18.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto-tiny_6.18.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_6.12.bb | 28 +-
meta/recipes-kernel/linux/linux-yocto_6.18.bb | 24 +-
8 files changed, 7168 insertions(+), 5312 deletions(-)
--
2.39.2
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 0/7] linux-yocto: consolidated pull request
2026-01-06 15:23 [PATCH 0/7] linux-yocto: consolidated pull request bruce.ashfield
@ 2026-01-07 12:53 ` Kevin Hao
2026-01-07 13:59 ` Bruce Ashfield
0 siblings, 1 reply; 30+ messages in thread
From: Kevin Hao @ 2026-01-07 12:53 UTC (permalink / raw)
To: bruce.ashfield; +Cc: richard.purdie, openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]
On Tue, Jan 06, 2026 at 10:23:45AM -0500, bruce.ashfield@gmail.com wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
>
> Hi all,
>
> I'm still tweaking my pull request scripts for the split repositories,
> so apologies if something doesn't look quite right.
>
> I'm unable to push to openembedded-contrib right now, so this is a
> patch only send.
>
> We are getting closer to removing 6.16 (and then 6.12) from oe-core
> master. These updates should address some config warnings, and
> otherwise improve stability.
>
> We need to get the reference platforms update to 6.18, so I've cc'
> kevin@windriver to see if he has any plans or comments on that.
The v6.18 kernel triggers an RTNL assertion call trace on my BBB board.
Although this does not block the boot process, I would like to investigate
further to identify the root cause, which may take several days. However,
since it does not affect normal booting, I can update the default kernel to
v6.18 for the reference board first and debug this issue concurrently, if you prefer.
Thanks,
Kevin
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 0/7] linux-yocto: consolidated pull request
2026-01-07 12:53 ` Kevin Hao
@ 2026-01-07 13:59 ` Bruce Ashfield
0 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2026-01-07 13:59 UTC (permalink / raw)
To: Kevin Hao; +Cc: richard.purdie, openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1507 bytes --]
On Wed, Jan 7, 2026 at 7:53 AM Kevin Hao <haokexin@gmail.com> wrote:
> On Tue, Jan 06, 2026 at 10:23:45AM -0500, bruce.ashfield@gmail.com wrote:
> > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> >
> > Hi all,
> >
> > I'm still tweaking my pull request scripts for the split repositories,
> > so apologies if something doesn't look quite right.
> >
> > I'm unable to push to openembedded-contrib right now, so this is a
> > patch only send.
> >
> > We are getting closer to removing 6.16 (and then 6.12) from oe-core
> > master. These updates should address some config warnings, and
> > otherwise improve stability.
> >
> > We need to get the reference platforms update to 6.18, so I've cc'
> > kevin@windriver to see if he has any plans or comments on that.
>
> The v6.18 kernel triggers an RTNL assertion call trace on my BBB board.
> Although this does not block the boot process, I would like to investigate
> further to identify the root cause, which may take several days. However,
> since it does not affect normal booting, I can update the default kernel to
> v6.18 for the reference board first and debug this issue concurrently, if
> you prefer.
>
No rush. Whichever is easiest for you, I appreciate the assistance
on this, and if there's anything I can do, let me know.
Bruce
>
> Thanks,
> Kevin
>
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II
[-- Attachment #2: Type: text/html, Size: 2681 bytes --]
^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2023-12-21 14:25 bruce.ashfield
0 siblings, 0 replies; 30+ messages in thread
From: bruce.ashfield @ 2023-12-21 14:25 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Richard,
Here's the -stable and config changes that i've been collecting for
a bit.
As discussed on the list/IRC/technical calls, I'll drop 6.5 and
introduce 6.6 and the matching libc-headers in early January.
I've been testing with 6.6 for some time, and haven't found any
issues, but I just won't be around enough for the next week and
we can all use the time off.
If anyone does want the 6.6 changes, I can make them available
in a contrib branch.
Cheers,
Bruce
The following changes since commit b92406d2313234dccd77b05fe74c09ba9617a738:
curl: Disable two intermittently failing tests (2023-12-21 13:49:48 +0000)
are available in the Git repository at:
https://git.yoctoproject.org/poky-contrib zedd/kernel
https://git.yoctoproject.org/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (7):
linux-yocto/6.1: drop removed IMA option
linux-yocto/6.5: drop removed IMA option
linux-yocto-rt/6.1: update to -rt18
linux-yocto/6.1: update to v6.1.66
linux-yocto/6.1: update to v6.1.67
linux-yocto/6.5: fix AB-INT: QEMU kernel panic: No irq handler for
vector
linux-yocto/6.1: update to v6.1.68
.../linux/linux-yocto-rt_6.1.bb | 6 ++--
.../linux/linux-yocto-rt_6.5.bb | 4 +--
.../linux/linux-yocto-tiny_6.1.bb | 6 ++--
.../linux/linux-yocto-tiny_6.5.bb | 4 +--
meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +++++++++----------
meta/recipes-kernel/linux/linux-yocto_6.5.bb | 24 ++++++++--------
6 files changed, 36 insertions(+), 36 deletions(-)
--
2.39.2
^ permalink raw reply [flat|nested] 30+ messages in thread* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2023-12-05 4:26 bruce.ashfield
0 siblings, 0 replies; 30+ messages in thread
From: bruce.ashfield @ 2023-12-05 4:26 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Richard,
Here's my latest -stable updates for 6.1 and 6.5 as well as the bump
of the dev kernel to v6.7
I have more pending changes: the 6.6 reference kernel and associated
libc-headers updates, as well as the eventual drop of 6.1 from the
tree.
But this is my first full cycle on my new configured and cobbled
together builder after my disk failure. So to keep things simple,
I've limited this first pull request to try and see if anything
has been missed in my setup.
Bruce
The following changes since commit f89d9240b1208e9df28afed840376ca91842e5dd:
vte: Separate out gtk4 pieces of vte into individual packages (2023-12-04 12:45:27 +0000)
are available in the Git repository at:
https://git.yoctoproject.org/poky-contrib zedd/kernel
https://git.yoctoproject.org/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (7):
linux-yocto/6.5: cfg: split runtime and symbol debug
linux-yocto/6.5: update to v6.5.11
linux-yocto/6.1: update to v6.1.62
linux-yocto-dev: bump to v6.7
linux-yocto/6.5: update to v6.5.12
linux-yocto/6.5: update to v6.5.13
linux-yocto/6.1: update to v6.1.65
meta/recipes-kernel/linux/linux-yocto-dev.bb | 4 +--
.../linux/linux-yocto-rt_6.1.bb | 6 ++--
.../linux/linux-yocto-rt_6.5.bb | 6 ++--
.../linux/linux-yocto-tiny_6.1.bb | 6 ++--
.../linux/linux-yocto-tiny_6.5.bb | 6 ++--
meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +++++++++----------
meta/recipes-kernel/linux/linux-yocto_6.5.bb | 28 +++++++++----------
7 files changed, 42 insertions(+), 42 deletions(-)
--
2.39.2
^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2022-06-07 13:59 bruce.ashfield
0 siblings, 0 replies; 30+ messages in thread
From: bruce.ashfield @ 2022-06-07 13:59 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Richard,
I'm starting to watch v5.19 as the kernel for the fall release, but in
the meantime, here are the 5.10 and 5.15 -stable udpates, along with
some configuration tweaks.
The merges were a bit messy on -rt with some /dev/random changes being
backported that caused significant conflicts. Everything should be sorted
now, but I'm keeping my eyes open for fallout.
Bruce
The following changes since commit 0c855988153f2504f2e79b359cec53b982eb9d52:
udev-extraconf: let automount base directory configurable (2022-06-07 11:56:13 +0100)
are available in the Git repository at:
git://git.yoctoproject.org/poky-contrib zedd/kernel
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (7):
linux-yocto/5.15: bpf: explicitly disable unpriv eBPF by default
linux-yocto/5.15: update to v5.15.43
linux-yocto/5.10: update to v5.10.118
linux-yocto/5.15: Enable MDIO bus config
linux-yocto/5.15: cfg/xen: Move x86 configs to separate file
linux-yocto/5.15: update to v5.15.44
linux-yocto/5.10: update to v5.10.119
.../linux/linux-yocto-rt_5.10.bb | 6 ++---
.../linux/linux-yocto-rt_5.15.bb | 6 ++---
.../linux/linux-yocto-tiny_5.10.bb | 8 +++---
.../linux/linux-yocto-tiny_5.15.bb | 6 ++---
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 ++++++++---------
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++++++++----------
6 files changed, 38 insertions(+), 38 deletions(-)
--
2.19.1
^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2020-10-06 19:04 Bruce Ashfield
0 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2020-10-06 19:04 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Richard,
Here's the set of -stable commits that I've had queued. I ran through a-quick
on the AB and it came back green:
https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/1197
Cheers,
Bruce
The following changes since commit 520e95902f12feac2850e0c24167002eb2cc7c42:
docs: ref-manual: ref-variables: add links to terms in glossary (2020-10-03 12:17:14 +0100)
are available in the Git repository at:
git://git.yoctoproject.org/poky-contrib zedd/kernel
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (7):
linux-yocto/5.4: fix kprobes build warning
linux-yocto/5.4: update to v5.4.67
linux-yocto/5.8: update to v5.8.11
linux-yocto/5.4: update to v5.4.68
linux-yocto/5.8: update to v5.8.12
linux-yocto/5.4: update to v5.4.69
linux-yocto/5.8: update to v5.8.13
.../linux/linux-yocto-rt_5.4.bb | 6 ++---
.../linux/linux-yocto-rt_5.8.bb | 6 ++---
.../linux/linux-yocto-tiny_5.4.bb | 8 +++----
.../linux/linux-yocto-tiny_5.8.bb | 8 +++----
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +++++++++----------
meta/recipes-kernel/linux/linux-yocto_5.8.bb | 22 +++++++++----------
6 files changed, 36 insertions(+), 36 deletions(-)
--
2.19.1
^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2018-05-18 15:05 Bruce Ashfield
0 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2018-05-18 15:05 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Hi all,
Here's the next round of -stable and -dev kernel updates. I've also included
khem's gcc8 fixes in this round, so we should be good to go from the kernel
point of view on that front.
As usual, I built and booted this as much as possible, but there are a lot
of combos to cover. If there are any issues, let me know and I'll take care
of them.
Cheers,
Bruce
The following changes since commit 13cc30cd7de4841990b600e83e1249c81a5171dd:
local.conf.sample.extended: Drop obsolete rpc and libnsl (2018-05-15 11:07:50 +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 (7):
linux-yocto/4.12: update to v4.12.22
linux-yocto/4.12: update to v4.12.23
linux-yocto-dev: update to v4.17+
linux-yocto/4.14: update to v4.14.30
linux-yocto/4.15: update to v4.15.18
linux-yoct/4.12: update to v4.12.24
linux-yocto/4.14/4.15: gcc8 fixes
meta/recipes-kernel/linux/linux-yocto-dev.bb | 4 +++-
meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto.inc | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.12.bb | 20 ++++++++++----------
meta/recipes-kernel/linux/linux-yocto_4.14.bb | 20 ++++++++++----------
meta/recipes-kernel/linux/linux-yocto_4.15.bb | 20 ++++++++++----------
11 files changed, 52 insertions(+), 50 deletions(-)
--
2.5.0
^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2018-03-27 15:03 Bruce Ashfield
2018-03-28 10:31 ` Burton, Ross
0 siblings, 1 reply; 30+ messages in thread
From: Bruce Ashfield @ 2018-03-27 15:03 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Hi all,
This pull request is a series of -stable updates (more Spectre/meltdown
included), and some fixes for the fsl_mpc h/w reference board that will
allow us to update the reference to v4.14+.
We also have a configuration tweak to the wifi fragments, which will
result in more reuse, but won't impact the default configurations.
Note: I haven't included the re-written kernel-devsrc changes, since
I've never been able to reproduce the multilib issue with the ssl
dependency. The devsrc changes will have to be looked at after the
release.
Cheers,
Bruce
The following changes since commit 80c7ca2c28959d08a59d960d318d8360392bd488:
kernel-dev: Clean up of "bsp_name" placeholder. (2018-03-25 09:41:13 +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 (7):
linux-yocto/4.12: update to v4.12.21
mpc8315e-rdb: fix broken ethernet
linux-yocto/4.12: add ssl and utils native dependencies
linux-yocto/meta: improve wifi driver granularity
linux-yocto/4.12: intel-socfpga, intel-pmc-core and ish support for
CoffeeLake board
linux-yocto/4.14: update to v4.14.30
linux-yocto/4.15: update to v4.15.13
meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_4.12.bb | 22 ++++++++++++----------
meta/recipes-kernel/linux/linux-yocto_4.14.bb | 20 ++++++++++----------
meta/recipes-kernel/linux/linux-yocto_4.15.bb | 20 ++++++++++----------
9 files changed, 50 insertions(+), 48 deletions(-)
--
2.5.0
^ permalink raw reply [flat|nested] 30+ messages in thread* Re: [PATCH 0/7] linux-yocto: consolidated pull request
2018-03-27 15:03 Bruce Ashfield
@ 2018-03-28 10:31 ` Burton, Ross
2018-03-28 10:33 ` Burton, Ross
0 siblings, 1 reply; 30+ messages in thread
From: Burton, Ross @ 2018-03-28 10:31 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: OE-core
I think it was this pull but musl builds are now failing like this in selftest:
| NOTE: FAIL: test_kernel_module (kernelmodule.KernelModuleTest)
| NOTE: ----------------------------------------------------------------------
| NOTE: Traceback (most recent call last):
| File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
line 32, in wrapped_f
| return func(*args, **kwargs)
| File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
line 32, in wrapped_f
| return func(*args, **kwargs)
| File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
line 32, in wrapped_f
| return func(*args, **kwargs)
| File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py",
line 40, in test_kernel_module
| self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
| AssertionError: 2 != 0 : cd /tmp && make
| make -C /usr/src/kernel M=/tmp modules
| make[1]: Entering directory '/usr/src/kernel'
| getconf: LFS_CFLAGS: unknown variable
| getconf: LFS_LDFLAGS: unknown variable
| getconf: LFS_LIBS: unknown variable
| make[2]: *** No rule to make target 'tools/objtool/objtool', needed
by '/tmp/hellomod.o'. Stop.
| make[1]: Leaving directory '/usr/src/kernel'
| make[1]: *** [Makefile:1519: _module_/tmp] Error 2
| make: *** [Makefile:5: all] Error 2
Ross
On 27 March 2018 at 16:03, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
> Hi all,
>
> This pull request is a series of -stable updates (more Spectre/meltdown
> included), and some fixes for the fsl_mpc h/w reference board that will
> allow us to update the reference to v4.14+.
>
> We also have a configuration tweak to the wifi fragments, which will
> result in more reuse, but won't impact the default configurations.
>
> Note: I haven't included the re-written kernel-devsrc changes, since
> I've never been able to reproduce the multilib issue with the ssl
> dependency. The devsrc changes will have to be looked at after the
> release.
>
> Cheers,
>
> Bruce
>
> The following changes since commit 80c7ca2c28959d08a59d960d318d8360392bd488:
>
> kernel-dev: Clean up of "bsp_name" placeholder. (2018-03-25 09:41:13 +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 (7):
> linux-yocto/4.12: update to v4.12.21
> mpc8315e-rdb: fix broken ethernet
> linux-yocto/4.12: add ssl and utils native dependencies
> linux-yocto/meta: improve wifi driver granularity
> linux-yocto/4.12: intel-socfpga, intel-pmc-core and ish support for
> CoffeeLake board
> linux-yocto/4.14: update to v4.14.30
> linux-yocto/4.15: update to v4.15.13
>
> meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 6 +++---
> meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 6 +++---
> meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 6 +++---
> meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 6 +++---
> meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 6 +++---
> meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 6 +++---
> meta/recipes-kernel/linux/linux-yocto_4.12.bb | 22 ++++++++++++----------
> meta/recipes-kernel/linux/linux-yocto_4.14.bb | 20 ++++++++++----------
> meta/recipes-kernel/linux/linux-yocto_4.15.bb | 20 ++++++++++----------
> 9 files changed, 50 insertions(+), 48 deletions(-)
>
> --
> 2.5.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 0/7] linux-yocto: consolidated pull request
2018-03-28 10:31 ` Burton, Ross
@ 2018-03-28 10:33 ` Burton, Ross
2018-03-28 12:01 ` Bruce Ashfield
2018-03-29 12:58 ` Bruce Ashfield
0 siblings, 2 replies; 30+ messages in thread
From: Burton, Ross @ 2018-03-28 10:33 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: OE-core
Also a non-musl target failed like this:
| NOTE: FAIL [6.426s]: test_kernel_module (kernelmodule.KernelModuleTest)
| NOTE: ----------------------------------------------------------------------
| NOTE: Traceback (most recent call last):
| File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
line 32, in wrapped_f
| return func(*args, **kwargs)
| File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
line 32, in wrapped_f
| return func(*args, **kwargs)
| File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
line 32, in wrapped_f
| return func(*args, **kwargs)
| File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py",
line 40, in test_kernel_module
| self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
| AssertionError: 2 != 0 : cd /tmp && make
| make -C /usr/src/kernel M=/tmp modules
| make[1]: Entering directory '/usr/src/kernel'
| make[2]: *** No rule to make target 'tools/objtool/objtool', needed
by '/tmp/hellomod.o'. Stop.
| make[1]: Leaving directory '/usr/src/kernel'
| make[1]: *** [Makefile:1519: _module_/tmp] Error 2
| make: *** [Makefile:5: all] Error 2
Same error but with glibc instead of musl.
Ross
On 28 March 2018 at 11:31, Burton, Ross <ross.burton@intel.com> wrote:
> I think it was this pull but musl builds are now failing like this in selftest:
>
> | NOTE: FAIL: test_kernel_module (kernelmodule.KernelModuleTest)
> | NOTE: ----------------------------------------------------------------------
> | NOTE: Traceback (most recent call last):
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py",
> line 40, in test_kernel_module
> | self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
> | AssertionError: 2 != 0 : cd /tmp && make
> | make -C /usr/src/kernel M=/tmp modules
> | make[1]: Entering directory '/usr/src/kernel'
> | getconf: LFS_CFLAGS: unknown variable
> | getconf: LFS_LDFLAGS: unknown variable
> | getconf: LFS_LIBS: unknown variable
> | make[2]: *** No rule to make target 'tools/objtool/objtool', needed
> by '/tmp/hellomod.o'. Stop.
> | make[1]: Leaving directory '/usr/src/kernel'
> | make[1]: *** [Makefile:1519: _module_/tmp] Error 2
> | make: *** [Makefile:5: all] Error 2
>
> Ross
>
> On 27 March 2018 at 16:03, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
>> Hi all,
>>
>> This pull request is a series of -stable updates (more Spectre/meltdown
>> included), and some fixes for the fsl_mpc h/w reference board that will
>> allow us to update the reference to v4.14+.
>>
>> We also have a configuration tweak to the wifi fragments, which will
>> result in more reuse, but won't impact the default configurations.
>>
>> Note: I haven't included the re-written kernel-devsrc changes, since
>> I've never been able to reproduce the multilib issue with the ssl
>> dependency. The devsrc changes will have to be looked at after the
>> release.
>>
>> Cheers,
>>
>> Bruce
>>
>> The following changes since commit 80c7ca2c28959d08a59d960d318d8360392bd488:
>>
>> kernel-dev: Clean up of "bsp_name" placeholder. (2018-03-25 09:41:13 +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 (7):
>> linux-yocto/4.12: update to v4.12.21
>> mpc8315e-rdb: fix broken ethernet
>> linux-yocto/4.12: add ssl and utils native dependencies
>> linux-yocto/meta: improve wifi driver granularity
>> linux-yocto/4.12: intel-socfpga, intel-pmc-core and ish support for
>> CoffeeLake board
>> linux-yocto/4.14: update to v4.14.30
>> linux-yocto/4.15: update to v4.15.13
>>
>> meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 6 +++---
>> meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 6 +++---
>> meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 6 +++---
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 6 +++---
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 6 +++---
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 6 +++---
>> meta/recipes-kernel/linux/linux-yocto_4.12.bb | 22 ++++++++++++----------
>> meta/recipes-kernel/linux/linux-yocto_4.14.bb | 20 ++++++++++----------
>> meta/recipes-kernel/linux/linux-yocto_4.15.bb | 20 ++++++++++----------
>> 9 files changed, 50 insertions(+), 48 deletions(-)
>>
>> --
>> 2.5.0
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 0/7] linux-yocto: consolidated pull request
2018-03-28 10:33 ` Burton, Ross
@ 2018-03-28 12:01 ` Bruce Ashfield
2018-03-28 12:07 ` Burton, Ross
2018-03-29 12:58 ` Bruce Ashfield
1 sibling, 1 reply; 30+ messages in thread
From: Bruce Ashfield @ 2018-03-28 12:01 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
On Wed, Mar 28, 2018 at 6:33 AM, Burton, Ross <ross.burton@intel.com> wrote:
> Also a non-musl target failed like this:
>
> | NOTE: FAIL [6.426s]: test_kernel_module (kernelmodule.KernelModuleTest)
> | NOTE: ----------------------------------------------------------------------
> | NOTE: Traceback (most recent call last):
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py",
> line 40, in test_kernel_module
> | self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
> | AssertionError: 2 != 0 : cd /tmp && make
> | make -C /usr/src/kernel M=/tmp modules
> | make[1]: Entering directory '/usr/src/kernel'
> | make[2]: *** No rule to make target 'tools/objtool/objtool', needed
> by '/tmp/hellomod.o'. Stop.
> | make[1]: Leaving directory '/usr/src/kernel'
> | make[1]: *** [Makefile:1519: _module_/tmp] Error 2
> | make: *** [Makefile:5: all] Error 2
>
> Same error but with glibc instead of musl.
That's the annoying new dependency kicking in, it keeps sneaking back
with -stable updates
and it is maddening.
What kernel version is this 4.14 ? If so, I'll need to add the
dependency lines from the 4.15
to 4.14 as well .. after just doing that for 4.12.
Bruce
>
> Ross
>
> On 28 March 2018 at 11:31, Burton, Ross <ross.burton@intel.com> wrote:
>> I think it was this pull but musl builds are now failing like this in selftest:
>>
>> | NOTE: FAIL: test_kernel_module (kernelmodule.KernelModuleTest)
>> | NOTE: ----------------------------------------------------------------------
>> | NOTE: Traceback (most recent call last):
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py",
>> line 40, in test_kernel_module
>> | self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
>> | AssertionError: 2 != 0 : cd /tmp && make
>> | make -C /usr/src/kernel M=/tmp modules
>> | make[1]: Entering directory '/usr/src/kernel'
>> | getconf: LFS_CFLAGS: unknown variable
>> | getconf: LFS_LDFLAGS: unknown variable
>> | getconf: LFS_LIBS: unknown variable
>> | make[2]: *** No rule to make target 'tools/objtool/objtool', needed
>> by '/tmp/hellomod.o'. Stop.
>> | make[1]: Leaving directory '/usr/src/kernel'
>> | make[1]: *** [Makefile:1519: _module_/tmp] Error 2
>> | make: *** [Makefile:5: all] Error 2
>>
>> Ross
>>
>> On 27 March 2018 at 16:03, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
>>> Hi all,
>>>
>>> This pull request is a series of -stable updates (more Spectre/meltdown
>>> included), and some fixes for the fsl_mpc h/w reference board that will
>>> allow us to update the reference to v4.14+.
>>>
>>> We also have a configuration tweak to the wifi fragments, which will
>>> result in more reuse, but won't impact the default configurations.
>>>
>>> Note: I haven't included the re-written kernel-devsrc changes, since
>>> I've never been able to reproduce the multilib issue with the ssl
>>> dependency. The devsrc changes will have to be looked at after the
>>> release.
>>>
>>> Cheers,
>>>
>>> Bruce
>>>
>>> The following changes since commit 80c7ca2c28959d08a59d960d318d8360392bd488:
>>>
>>> kernel-dev: Clean up of "bsp_name" placeholder. (2018-03-25 09:41:13 +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 (7):
>>> linux-yocto/4.12: update to v4.12.21
>>> mpc8315e-rdb: fix broken ethernet
>>> linux-yocto/4.12: add ssl and utils native dependencies
>>> linux-yocto/meta: improve wifi driver granularity
>>> linux-yocto/4.12: intel-socfpga, intel-pmc-core and ish support for
>>> CoffeeLake board
>>> linux-yocto/4.14: update to v4.14.30
>>> linux-yocto/4.15: update to v4.15.13
>>>
>>> meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto_4.12.bb | 22 ++++++++++++----------
>>> meta/recipes-kernel/linux/linux-yocto_4.14.bb | 20 ++++++++++----------
>>> meta/recipes-kernel/linux/linux-yocto_4.15.bb | 20 ++++++++++----------
>>> 9 files changed, 50 insertions(+), 48 deletions(-)
>>>
>>> --
>>> 2.5.0
>>>
>>> --
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 0/7] linux-yocto: consolidated pull request
2018-03-28 12:01 ` Bruce Ashfield
@ 2018-03-28 12:07 ` Burton, Ross
2018-03-28 12:57 ` Bruce Ashfield
0 siblings, 1 reply; 30+ messages in thread
From: Burton, Ross @ 2018-03-28 12:07 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: OE-core
On 28 March 2018 at 13:01, Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
> On Wed, Mar 28, 2018 at 6:33 AM, Burton, Ross <ross.burton@intel.com> wrote:
>> Also a non-musl target failed like this:
>>
>> | NOTE: FAIL [6.426s]: test_kernel_module (kernelmodule.KernelModuleTest)
>> | NOTE: ----------------------------------------------------------------------
>> | NOTE: Traceback (most recent call last):
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py",
>> line 40, in test_kernel_module
>> | self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
>> | AssertionError: 2 != 0 : cd /tmp && make
>> | make -C /usr/src/kernel M=/tmp modules
>> | make[1]: Entering directory '/usr/src/kernel'
>> | make[2]: *** No rule to make target 'tools/objtool/objtool', needed
>> by '/tmp/hellomod.o'. Stop.
>> | make[1]: Leaving directory '/usr/src/kernel'
>> | make[1]: *** [Makefile:1519: _module_/tmp] Error 2
>> | make: *** [Makefile:5: all] Error 2
>>
>> Same error but with glibc instead of musl.
>
> That's the annoying new dependency kicking in, it keeps sneaking back
> with -stable updates
> and it is maddening.
>
> What kernel version is this 4.14 ? If so, I'll need to add the
> dependency lines from the 4.15
> to 4.14 as well .. after just doing that for 4.12.
Yes, 4.13.30 on x86-64 only, interestingly. Not sure if that's the
test matrix being odd, or the kernel.
Ross
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 0/7] linux-yocto: consolidated pull request
2018-03-28 12:07 ` Burton, Ross
@ 2018-03-28 12:57 ` Bruce Ashfield
0 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2018-03-28 12:57 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
On Wed, Mar 28, 2018 at 8:07 AM, Burton, Ross <ross.burton@intel.com> wrote:
> On 28 March 2018 at 13:01, Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>> On Wed, Mar 28, 2018 at 6:33 AM, Burton, Ross <ross.burton@intel.com> wrote:
>>> Also a non-musl target failed like this:
>>>
>>> | NOTE: FAIL [6.426s]: test_kernel_module (kernelmodule.KernelModuleTest)
>>> | NOTE: ----------------------------------------------------------------------
>>> | NOTE: Traceback (most recent call last):
>>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>>> line 32, in wrapped_f
>>> | return func(*args, **kwargs)
>>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>>> line 32, in wrapped_f
>>> | return func(*args, **kwargs)
>>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>>> line 32, in wrapped_f
>>> | return func(*args, **kwargs)
>>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py",
>>> line 40, in test_kernel_module
>>> | self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
>>> | AssertionError: 2 != 0 : cd /tmp && make
>>> | make -C /usr/src/kernel M=/tmp modules
>>> | make[1]: Entering directory '/usr/src/kernel'
>>> | make[2]: *** No rule to make target 'tools/objtool/objtool', needed
>>> by '/tmp/hellomod.o'. Stop.
>>> | make[1]: Leaving directory '/usr/src/kernel'
>>> | make[1]: *** [Makefile:1519: _module_/tmp] Error 2
>>> | make: *** [Makefile:5: all] Error 2
>>>
>>> Same error but with glibc instead of musl.
>>
>> That's the annoying new dependency kicking in, it keeps sneaking back
>> with -stable updates
>> and it is maddening.
>>
>> What kernel version is this 4.14 ? If so, I'll need to add the
>> dependency lines from the 4.15
>> to 4.14 as well .. after just doing that for 4.12.
>
> Yes, 4.13.30 on x86-64 only, interestingly. Not sure if that's the
> test matrix being odd, or the kernel.
Nope. That's what I expected, for the 4.14+ kernels, I had to add:
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
And it has now come back to the -stable kernel to haunt me.
I'll send another patch to add the dependency, and we should be good. If it
doesn't fix the problem, then 4.15 should be blowing up in the same way.
Bruce
>
> Ross
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 0/7] linux-yocto: consolidated pull request
2018-03-28 10:33 ` Burton, Ross
2018-03-28 12:01 ` Bruce Ashfield
@ 2018-03-29 12:58 ` Bruce Ashfield
2018-03-29 13:13 ` Richard Purdie
1 sibling, 1 reply; 30+ messages in thread
From: Bruce Ashfield @ 2018-03-29 12:58 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
There's the stack validation warning, but I can run the hellomod
test on my qemux86-64 target and the 4.14 kernel.
It is an incremental patch to linux-yocto_4.14 to add the dependencies.
Would you like the entire queue again, or just the new patch sent to
the list ?
Bruce
---------
Makefile:947: "Cannot use CONFIG_STACK_VALIDATION=y, please install
libelf-dev, libelf-devel or elfutils-libelf-devel"
CC [M] /tmp/hellomod.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/hellomod.mod.o
LD [M] /tmp/hellomod.ko
make: Leaving directory '/usr/src/kernel'
root@qemux86-64:~# uname -a
Linux qemux86-64 4.14.30-yocto-standard #1 SMP PREEMPT Wed Mar 28
11:55:44 EDT 2018 x86_64 GNU/Linux
On 03/28/2018 06:33 AM, Burton, Ross wrote:
> Also a non-musl target failed like this:
>
> | NOTE: FAIL [6.426s]: test_kernel_module (kernelmodule.KernelModuleTest)
> | NOTE: ----------------------------------------------------------------------
> | NOTE: Traceback (most recent call last):
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py",
> line 40, in test_kernel_module
> | self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
> | AssertionError: 2 != 0 : cd /tmp && make
> | make -C /usr/src/kernel M=/tmp modules
> | make[1]: Entering directory '/usr/src/kernel'
> | make[2]: *** No rule to make target 'tools/objtool/objtool', needed
> by '/tmp/hellomod.o'. Stop.
> | make[1]: Leaving directory '/usr/src/kernel'
> | make[1]: *** [Makefile:1519: _module_/tmp] Error 2
> | make: *** [Makefile:5: all] Error 2
>
> Same error but with glibc instead of musl.
>
> Ross
>
> On 28 March 2018 at 11:31, Burton, Ross <ross.burton@intel.com> wrote:
>> I think it was this pull but musl builds are now failing like this in selftest:
>>
>> | NOTE: FAIL: test_kernel_module (kernelmodule.KernelModuleTest)
>> | NOTE: ----------------------------------------------------------------------
>> | NOTE: Traceback (most recent call last):
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py",
>> line 40, in test_kernel_module
>> | self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
>> | AssertionError: 2 != 0 : cd /tmp && make
>> | make -C /usr/src/kernel M=/tmp modules
>> | make[1]: Entering directory '/usr/src/kernel'
>> | getconf: LFS_CFLAGS: unknown variable
>> | getconf: LFS_LDFLAGS: unknown variable
>> | getconf: LFS_LIBS: unknown variable
>> | make[2]: *** No rule to make target 'tools/objtool/objtool', needed
>> by '/tmp/hellomod.o'. Stop.
>> | make[1]: Leaving directory '/usr/src/kernel'
>> | make[1]: *** [Makefile:1519: _module_/tmp] Error 2
>> | make: *** [Makefile:5: all] Error 2
>>
>> Ross
>>
>> On 27 March 2018 at 16:03, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
>>> Hi all,
>>>
>>> This pull request is a series of -stable updates (more Spectre/meltdown
>>> included), and some fixes for the fsl_mpc h/w reference board that will
>>> allow us to update the reference to v4.14+.
>>>
>>> We also have a configuration tweak to the wifi fragments, which will
>>> result in more reuse, but won't impact the default configurations.
>>>
>>> Note: I haven't included the re-written kernel-devsrc changes, since
>>> I've never been able to reproduce the multilib issue with the ssl
>>> dependency. The devsrc changes will have to be looked at after the
>>> release.
>>>
>>> Cheers,
>>>
>>> Bruce
>>>
>>> The following changes since commit 80c7ca2c28959d08a59d960d318d8360392bd488:
>>>
>>> kernel-dev: Clean up of "bsp_name" placeholder. (2018-03-25 09:41:13 +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 (7):
>>> linux-yocto/4.12: update to v4.12.21
>>> mpc8315e-rdb: fix broken ethernet
>>> linux-yocto/4.12: add ssl and utils native dependencies
>>> linux-yocto/meta: improve wifi driver granularity
>>> linux-yocto/4.12: intel-socfpga, intel-pmc-core and ish support for
>>> CoffeeLake board
>>> linux-yocto/4.14: update to v4.14.30
>>> linux-yocto/4.15: update to v4.15.13
>>>
>>> meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto_4.12.bb | 22 ++++++++++++----------
>>> meta/recipes-kernel/linux/linux-yocto_4.14.bb | 20 ++++++++++----------
>>> meta/recipes-kernel/linux/linux-yocto_4.15.bb | 20 ++++++++++----------
>>> 9 files changed, 50 insertions(+), 48 deletions(-)
>>>
>>> --
>>> 2.5.0
>>>
>>> --
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 0/7] linux-yocto: consolidated pull request
2018-03-29 12:58 ` Bruce Ashfield
@ 2018-03-29 13:13 ` Richard Purdie
2018-03-29 13:55 ` Bruce Ashfield
0 siblings, 1 reply; 30+ messages in thread
From: Richard Purdie @ 2018-03-29 13:13 UTC (permalink / raw)
To: Bruce Ashfield, Burton, Ross; +Cc: OE-core
On Thu, 2018-03-29 at 08:58 -0400, Bruce Ashfield wrote:
> There's the stack validation warning, but I can run the hellomod
> test on my qemux86-64 target and the 4.14 kernel.
>
> It is an incremental patch to linux-yocto_4.14 to add the
> dependencies.
>
> Would you like the entire queue again, or just the new patch sent to
> the list ?
Just new patches is fine, I have the current set in master-next,
thanks.
Richard
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 0/7] linux-yocto: consolidated pull request
2018-03-29 13:13 ` Richard Purdie
@ 2018-03-29 13:55 ` Bruce Ashfield
0 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2018-03-29 13:55 UTC (permalink / raw)
To: Richard Purdie, Burton, Ross; +Cc: OE-core
On 03/29/2018 09:13 AM, Richard Purdie wrote:
> On Thu, 2018-03-29 at 08:58 -0400, Bruce Ashfield wrote:
>> There's the stack validation warning, but I can run the hellomod
>> test on my qemux86-64 target and the 4.14 kernel.
>>
>> It is an incremental patch to linux-yocto_4.14 to add the
>> dependencies.
>>
>> Would you like the entire queue again, or just the new patch sent to
>> the list ?
>
> Just new patches is fine, I have the current set in master-next,
> thanks.
I just sent the new patch, with a quick summary of how I tested it.
I did revert my new devsrc package (since it has different rdepends)
and do another image build + test. Seems to work, but I never did have
the exact same error as the QA/autobuilder saw, so I always doubt the
fix.
I added the same dependencies as the newer kernels, but thinking about
it, I'm not 100% sure I understand how that fixes the on-target build
of the scripts, since the linux-yocto* isn't actually installed, but
only devsrc .. so maybe it isn't a fix.
If you can just reply to the single patch, and tell me I'm insane,
I'll have another go at it.
Bruce
>
> Richard
>
^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2016-11-22 15:58 Bruce Ashfield
0 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2016-11-22 15:58 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Hi all,
I sent some of these previously, but I kept them in this pull request since
the changes are all incremental.
New in this pull request are 4.8.10 and the introduction of 4.9-rcX as the
linux-yocto-dev kernel.
Bruce
The following changes since commit 7c3a47ed8965c3a3eb90a9a4678d5caedbba6337:
bitbake: toaster: settings set ALLOWED_HOSTS to * in debug mode (2016-11-16 11:38:44 +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 (7):
linux-yocto/4.8: fix cryptodev compilation error
linux-yocto/4.8: update to v4.8.6-rt5
linux-yocto/4.8: update from v4.8.6 -> v4.8.8
linux-yocto/4.4: update to v4.4.32
linux-yocto/4.8: update to v4.8.10
linux-yocto-dev: update to 4.9-rcX
kern-tools: error checking and tree generation fixes
.../kern-tools/kern-tools-native_git.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_4.4.bb | 20 ++++++++++----------
meta/recipes-kernel/linux/linux-yocto_4.8.bb | 20 ++++++++++----------
8 files changed, 34 insertions(+), 34 deletions(-)
--
2.5.0
^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2015-05-21 19:08 Bruce Ashfield
0 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2015-05-21 19:08 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Richard,
This pull request covers configuration and BSP fixes that I've been
gathering for 3.19 and 3.14.
There are two minor Yocto bug fixes as well:
linux-yocto-custom: clarify bbappend versus copy in comments
linux-yocto: drop suggestion of devshell for patch failures
This doesn't contain the 3.14 or 3.19 gcc5 changes, since mips is
being problematic and the other changes are tied to that arch
getting sorted out.
Cheers,
Bruce
The following changes since commit 16caaabfcc678b03a0cd88aaeac15f9b8d1c3dad:
bitbake: bitbake-user-manual-customization.xsl: Pointing to mirrors for XSL files. (2015-05-19 22:09:36 +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 (7):
linux-yocto/3.14: cavium and configuration changes
linux-yocto/3.19: braswell DRM/i915 Graphics fixes
linux-yocto-custom: clarify bbappend versus copy in comments
linux-yocto: drop suggestion of devshell for patch failures
linux-yocto/3.19: Braswell DRM fixes
linux-yocto/3.19: CONFIG_ATA_BMDMA and gcc5 ARM64
linux-yocto/3.19: NFC config, Braswell fixes and axxia support
.../recipes-kernel/linux/linux-yocto-custom.bb | 10 +++++-----
meta/classes/kernel-yocto.bbclass | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 +++++++++---------
meta/recipes-kernel/linux/linux-yocto_3.19.bb | 18 +++++++++---------
7 files changed, 31 insertions(+), 31 deletions(-)
--
2.1.0
^ permalink raw reply [flat|nested] 30+ messages in thread
* [PATCH 0/7] linux-yocto*: consolidated pull request
@ 2014-09-08 19:55 Bruce Ashfield
2014-09-09 11:42 ` Burton, Ross
0 siblings, 1 reply; 30+ messages in thread
From: Bruce Ashfield @ 2014-09-08 19:55 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Richard/Saul,
Here's the next round of linux-yocto* changes for the 1.7 release. The
notable update here, is the introduction of the 3.17-rcX kernel via both
linux-yoct-dev and a named recipe (which uses the same -dev tree for
now).
I've built and booted all the qemu BSPs on this tree, using the kernel-dev
image type.
The fixes required from that testing are the lttng and perf commits. I'll
drop the perf commit once a fix is available via the upstream kernel. I
tested both the perf and lttng updates on older and newer kernels without
any issues.
I'm on the road for the next three days, but wanted to get this out for
a preview before being a bit unresponsive, and to let others apply and build
these if they want.
I've done my best here, but I expect we'll find something in the broader
testing.
Cheers,
Bruce
The following changes since commit 1894522f357fdf0b6adb2dcc14f12817628596bd:
bitbake: tinfoil: add a means of enabling variable history tracking (2014-09-05 10:14:25 +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 (7):
linux-yocto/3.10: baytrail i/o updates
lttng-modules: fix compilation for 3.17-rcX
perf: fix v3.17 powerpc compilation issues
linux-yocto: introduce v3.17
linux-yocto/3.10: update valleyisland-io merge branch
linux-yocto/3.14: configuration updates and feature merges.
linux-yocto-dev: bump to v3.17+
meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 4 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 4 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 21 ++++
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 16 +--
meta/recipes-kernel/linux/linux-yocto_3.14.bb | 16 +--
meta/recipes-kernel/linux/linux-yocto_3.17.bb | 37 ++++++
...probes-should-calculate-alignment-and-eve.patch | 127 +++++++++++++++++++++
...e-kvm-instrumentation-compile-on-3.17-rc1.patch | 43 +++++++
.../Update-statedump-to-3.17-nsproxy-locking.patch | 67 +++++++++++
meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb | 3 +
meta/recipes-kernel/perf/perf.bb | 5 +
14 files changed, 330 insertions(+), 27 deletions(-)
create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
create mode 100644 meta/recipes-kernel/linux/linux-yocto_3.17.bb
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Fix-noargs-probes-should-calculate-alignment-and-eve.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Update-kvm-instrumentation-compile-on-3.17-rc1.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Update-statedump-to-3.17-nsproxy-locking.patch
--
1.8.1.2
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 0/7] linux-yocto*: consolidated pull request
2014-09-08 19:55 [PATCH 0/7] linux-yocto*: " Bruce Ashfield
@ 2014-09-09 11:42 ` Burton, Ross
2014-09-09 12:55 ` Bruce Ashfield
0 siblings, 1 reply; 30+ messages in thread
From: Burton, Ross @ 2014-09-09 11:42 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: OE-core
On 8 September 2014 20:55, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
> I'm on the road for the next three days, but wanted to get this out for
> a preview before being a bit unresponsive, and to let others apply and build
> these if they want.
Just noticed this. I'll pull these into my mut and see what the
autobuilder makes of them. If they pass testing and you're away I'll
fix up the patches myself.
Ross
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PATCH 0/7] linux-yocto*: consolidated pull request
2014-09-09 11:42 ` Burton, Ross
@ 2014-09-09 12:55 ` Bruce Ashfield
0 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2014-09-09 12:55 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
On Tue, Sep 9, 2014 at 7:42 AM, Burton, Ross <ross.burton@intel.com> wrote:
> On 8 September 2014 20:55, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
>> I'm on the road for the next three days, but wanted to get this out for
>> a preview before being a bit unresponsive, and to let others apply and build
>> these if they want.
>
> Just noticed this. I'll pull these into my mut and see what the
> autobuilder makes of them. If they pass testing and you're away I'll
> fix up the patches myself.
Thanks!
Bruce
>
> Ross
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 30+ messages in thread
end of thread, other threads:[~2026-01-07 13:59 UTC | newest]
Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-23 14:57 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
2014-09-23 14:57 ` [PATCH 1/7] linux-yocto/3.10: update to v3.10.54 and -rt55 Bruce Ashfield
2014-09-23 14:57 ` [PATCH 2/7] linux-yocto/3.14: update to v3.14.18 and -rt9 Bruce Ashfield
2014-09-23 14:57 ` [PATCH 3/7] linux-yocto/3.17: update to v3.17-rc5 Bruce Ashfield
2014-09-23 14:57 ` [PATCH 4/7] linux-yocto/3.17: switch to dedicated 3.17 repository Bruce Ashfield
2014-09-23 14:57 ` [PATCH 5/7] linux-yocto/3.17: bump to v3.17-rc6 Bruce Ashfield
2014-09-23 14:57 ` [PATCH 6/7] linux-yocto/3.10: update to v3.10.55 Bruce Ashfield
2014-09-23 14:57 ` [PATCH 7/7] linux-yocto/3.14: update to v3.14.19 Bruce Ashfield
-- strict thread matches above, loose matches on Subject: below --
2026-01-06 15:23 [PATCH 0/7] linux-yocto: consolidated pull request bruce.ashfield
2026-01-07 12:53 ` Kevin Hao
2026-01-07 13:59 ` Bruce Ashfield
2023-12-21 14:25 bruce.ashfield
2023-12-05 4:26 bruce.ashfield
2022-06-07 13:59 bruce.ashfield
2020-10-06 19:04 Bruce Ashfield
2018-05-18 15:05 Bruce Ashfield
2018-03-27 15:03 Bruce Ashfield
2018-03-28 10:31 ` Burton, Ross
2018-03-28 10:33 ` Burton, Ross
2018-03-28 12:01 ` Bruce Ashfield
2018-03-28 12:07 ` Burton, Ross
2018-03-28 12:57 ` Bruce Ashfield
2018-03-29 12:58 ` Bruce Ashfield
2018-03-29 13:13 ` Richard Purdie
2018-03-29 13:55 ` Bruce Ashfield
2016-11-22 15:58 Bruce Ashfield
2015-05-21 19:08 Bruce Ashfield
2014-09-08 19:55 [PATCH 0/7] linux-yocto*: " Bruce Ashfield
2014-09-09 11:42 ` Burton, Ross
2014-09-09 12:55 ` Bruce Ashfield
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox