* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2019-03-01 5:34 bruce.ashfield
2019-03-01 5:34 ` [PATCH 1/4] linux-yocto: netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG bruce.ashfield
` (3 more replies)
0 siblings, 4 replies; 23+ messages in thread
From: bruce.ashfield @ 2019-03-01 5:34 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Hi all,
Here's my latest consolidated pull request.
These two changes are routine cleanups/tidying of configs that are no longer
valid in the supported kernels:
linux-yocto: netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG
linux-yocto/4.19: configuration cleanups
This change are the integration of the qemuarm* graphics support from John
Mason, along with a change that I made to map qemuarm -> qemuarma15 for the
4.19 kernel. This KMACHINE mapping allows us to test the switch to qemuarma15
as the default quemuarm without impacting any other branches or users of the
4.19 linux-yocto kernel.
linux-yocto: qemuarm|qemuarm64: graphics support
And finally, we have an objtool -> kernel shared dir fix that was posted
some time ago, and has recently been reported as breaking exernal module
builds.
kernel: add objtool to shared workdir when CONFIG_UNWINDER_ORC is set
I grabbed the change, tweaked it a bit and it tests fine here, so I've
included it in my series.
Cheers,
Bruce
The following changes since commit 4d275d97b6c572fe11668ac16d2c77c018340c7c:
perl: apply a native-only patch only to -native (2019-02-28 17:49:40 +0000)
are available in the Git repository at:
git://git.pokylinux.org/poky-contrib zedd/kernel
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (3):
linux-yocto: netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG
linux-yocto/4.19: configuration cleanups
linux-yocto: qemuarm|qemuarm64: graphics support
Justin Bronder (1):
kernel: add objtool to shared workdir when CONFIG_UNWINDER_ORC is set
meta/classes/kernel.bbclass | 9 +++++++++
meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.19.bb | 5 ++++-
4 files changed, 15 insertions(+), 3 deletions(-)
--
2.19.1
^ permalink raw reply [flat|nested] 23+ messages in thread* [PATCH 1/4] linux-yocto: netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG
2019-03-01 5:34 [PATCH 0/4] linux-yocto: consolidated pull request bruce.ashfield
@ 2019-03-01 5:34 ` bruce.ashfield
2019-03-01 5:34 ` [PATCH 2/4] linux-yocto/4.19: configuration cleanups bruce.ashfield
` (2 subsequent siblings)
3 siblings, 0 replies; 23+ messages in thread
From: bruce.ashfield @ 2019-03-01 5:34 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
[
In order for logging to work, as for example seen with the default
configuration of 'ufw' we need to have logging support enabled. This is
currently gated on the CONFIG_NETFILTER_XT_TARGET_LOG option, so enable
it here.
Fixes: f56608b405f0 ("meta: cleanup invalid/obselete 3.4 CONFIG options")
Signed-off-by: Tom Rini <trini@konsulko.com>
]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.19.bb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
index 345073bceb..328cd2ac12 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "3059029718900250904b9f587e37ba22fb949ea6"
-SRCREV_meta ?= "8d7d003531151ba0a0e0cdb3cefa0bf9b0e84b55"
+SRCREV_meta ?= "83d017da0cc6c84b0167eafcf2811d0717c35b86"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
index df8ecb6cee..b52c82d569 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "6cc861e796ab19a6827cf9996e7755f1875d553e"
SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
-SRCREV_meta ?= "8d7d003531151ba0a0e0cdb3cefa0bf9b0e84b55"
+SRCREV_meta ?= "83d017da0cc6c84b0167eafcf2811d0717c35b86"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.19.bb b/meta/recipes-kernel/linux/linux-yocto_4.19.bb
index 48949d3f9b..bfc9285ccd 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.19.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
SRCREV_machine_qemux86-64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
SRCREV_machine_qemumips64 ?= "fc7a2bf24e0e39b6a260f8650a3c8d497b8cdcfd"
SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
-SRCREV_meta ?= "8d7d003531151ba0a0e0cdb3cefa0bf9b0e84b55"
+SRCREV_meta ?= "83d017da0cc6c84b0167eafcf2811d0717c35b86"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}"
--
2.19.1
^ permalink raw reply related [flat|nested] 23+ messages in thread* [PATCH 2/4] linux-yocto/4.19: configuration cleanups
2019-03-01 5:34 [PATCH 0/4] linux-yocto: consolidated pull request bruce.ashfield
2019-03-01 5:34 ` [PATCH 1/4] linux-yocto: netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG bruce.ashfield
@ 2019-03-01 5:34 ` bruce.ashfield
2019-03-01 5:34 ` [PATCH 3/4] linux-yocto: qemuarm|qemuarm64: graphics support bruce.ashfield
2019-03-01 5:34 ` [PATCH 4/4] kernel: add objtool to shared workdir when CONFIG_UNWINDER_ORC is set bruce.ashfield
3 siblings, 0 replies; 23+ messages in thread
From: bruce.ashfield @ 2019-03-01 5:34 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Integrating the following configuration tweaks (which were already
on yocto-4.18):
9bddc4aa1eb bsp/intel-x86: Rename CONFIG_R8723BE to CONFIG_RTL8723BE
6504b0ed616 features: drop the obsolete kernel option
5d18756a7fc features/hostapd: drop obsolete configs
bdf91f835b9 bsp/intel-x86: Drop configs that has been removed by kernel
0f8bb536c22 intel-x86: Drop configs which are not defined in kernel
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.19.bb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
index 328cd2ac12..18f84827fd 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "3059029718900250904b9f587e37ba22fb949ea6"
-SRCREV_meta ?= "83d017da0cc6c84b0167eafcf2811d0717c35b86"
+SRCREV_meta ?= "17912f45855984e53a3416a88699c9f0f2233972"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
index b52c82d569..8efa9cbe3e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "6cc861e796ab19a6827cf9996e7755f1875d553e"
SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
-SRCREV_meta ?= "83d017da0cc6c84b0167eafcf2811d0717c35b86"
+SRCREV_meta ?= "17912f45855984e53a3416a88699c9f0f2233972"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.19.bb b/meta/recipes-kernel/linux/linux-yocto_4.19.bb
index bfc9285ccd..9e29379a73 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.19.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
SRCREV_machine_qemux86-64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
SRCREV_machine_qemumips64 ?= "fc7a2bf24e0e39b6a260f8650a3c8d497b8cdcfd"
SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
-SRCREV_meta ?= "83d017da0cc6c84b0167eafcf2811d0717c35b86"
+SRCREV_meta ?= "17912f45855984e53a3416a88699c9f0f2233972"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}"
--
2.19.1
^ permalink raw reply related [flat|nested] 23+ messages in thread* [PATCH 3/4] linux-yocto: qemuarm|qemuarm64: graphics support
2019-03-01 5:34 [PATCH 0/4] linux-yocto: consolidated pull request bruce.ashfield
2019-03-01 5:34 ` [PATCH 1/4] linux-yocto: netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG bruce.ashfield
2019-03-01 5:34 ` [PATCH 2/4] linux-yocto/4.19: configuration cleanups bruce.ashfield
@ 2019-03-01 5:34 ` bruce.ashfield
2019-03-01 7:59 ` Richard Purdie
2019-03-01 5:34 ` [PATCH 4/4] kernel: add objtool to shared workdir when CONFIG_UNWINDER_ORC is set bruce.ashfield
3 siblings, 1 reply; 23+ messages in thread
From: bruce.ashfield @ 2019-03-01 5:34 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Integrating the configuration changes from Jon Mason <jdmason@kudzu.us>
to enable graphics for qemuarm/qemuarm64.
Note: we are also remapping qemuarm to qemuarma15 in the 4.19 kernel
as part of this graphics enablement.
Note2: This requires the machine/configuration changes also sent by
John to have working graphics.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.19.bb | 5 ++++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
index 18f84827fd..07dc5b77a1 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "3059029718900250904b9f587e37ba22fb949ea6"
-SRCREV_meta ?= "17912f45855984e53a3416a88699c9f0f2233972"
+SRCREV_meta ?= "41fe45f7c5e69f6ec26c657fea16c459544042cf"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
index 8efa9cbe3e..c6d1594a82 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "6cc861e796ab19a6827cf9996e7755f1875d553e"
SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
-SRCREV_meta ?= "17912f45855984e53a3416a88699c9f0f2233972"
+SRCREV_meta ?= "41fe45f7c5e69f6ec26c657fea16c459544042cf"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.19.bb b/meta/recipes-kernel/linux/linux-yocto_4.19.bb
index 9e29379a73..5a64e1babe 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.19.bb
@@ -19,7 +19,10 @@ SRCREV_machine_qemux86 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
SRCREV_machine_qemux86-64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
SRCREV_machine_qemumips64 ?= "fc7a2bf24e0e39b6a260f8650a3c8d497b8cdcfd"
SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
-SRCREV_meta ?= "17912f45855984e53a3416a88699c9f0f2233972"
+SRCREV_meta ?= "41fe45f7c5e69f6ec26c657fea16c459544042cf"
+
+# remap qemuarm to qemuarma15 for the 4.19 kernel
+KMACHINE_qemuarm ?= "qemuarma15"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}"
--
2.19.1
^ permalink raw reply related [flat|nested] 23+ messages in thread* Re: [PATCH 3/4] linux-yocto: qemuarm|qemuarm64: graphics support
2019-03-01 5:34 ` [PATCH 3/4] linux-yocto: qemuarm|qemuarm64: graphics support bruce.ashfield
@ 2019-03-01 7:59 ` Richard Purdie
0 siblings, 0 replies; 23+ messages in thread
From: Richard Purdie @ 2019-03-01 7:59 UTC (permalink / raw)
To: bruce.ashfield; +Cc: Jon Mason, openembedded-core
On Fri, 2019-03-01 at 00:34 -0500, bruce.ashfield@gmail.com wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
>
> Integrating the configuration changes from Jon Mason <
> jdmason@kudzu.us>
> to enable graphics for qemuarm/qemuarm64.
>
> Note: we are also remapping qemuarm to qemuarma15 in the 4.19 kernel
> as part of this graphics enablement.
>
> Note2: This requires the machine/configuration changes also sent by
> John to have working graphics.
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
> ---
> meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto_4.19.bb | 5 ++++-
> 3 files changed, 6 insertions(+), 3 deletions(-)
I'm testing this minus the KMACHINE piece (commit message suitably
adjusted). I'd suggest Jon add in the KMACHINE piece in his qemuarm
patch so it becomes a bisectable change.
Thanks!
Ruchard
^ permalink raw reply [flat|nested] 23+ messages in thread
* [PATCH 4/4] kernel: add objtool to shared workdir when CONFIG_UNWINDER_ORC is set
2019-03-01 5:34 [PATCH 0/4] linux-yocto: consolidated pull request bruce.ashfield
` (2 preceding siblings ...)
2019-03-01 5:34 ` [PATCH 3/4] linux-yocto: qemuarm|qemuarm64: graphics support bruce.ashfield
@ 2019-03-01 5:34 ` bruce.ashfield
3 siblings, 0 replies; 23+ messages in thread
From: bruce.ashfield @ 2019-03-01 5:34 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Justin Bronder <jsbronder@cold-front.org>
Based on: https://patchwork.openembedded.org/patch/148047/
When x86_64 enables CONFIG_UNWINDER_ORC [ORC (Oops Rewind Capability)
unwinder for unwinding kernel stack traces], objtool is required to
generate the required information.
If we don't copy objtool to the shared workdir, out-of-tree modules
cannot generate object files.
For instance, meta-skeleton/hello-mod fails with:
| make[3]: *** No rule to make target 'tools/objtool/objtool', needed by ...
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
meta/classes/kernel.bbclass | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index a5b1df1b0d..9da9818962 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -487,6 +487,15 @@ do_shared_workdir () {
mkdir -p $kerneldir/arch/${ARCH}/include/generated/
cp -fR arch/${ARCH}/include/generated/* $kerneldir/arch/${ARCH}/include/generated/
fi
+
+ if (grep -q -i -e '^CONFIG_UNWINDER_ORC=y$' $kerneldir/.config); then
+ # With CONFIG_UNWINDER_ORC (the default in 4.14), objtool is required for
+ # out-of-tree modules to be able to generate object files.
+ if [ -x tools/objtool/objtool ]; then
+ mkdir -p ${kerneldir}/tools/objtool
+ cp tools/objtool/objtool ${kerneldir}/tools/objtool/
+ fi
+ fi
}
# We don't need to stage anything, not the modules/firmware since those would clash with linux-firmware
--
2.19.1
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2022-02-13 1:23 bruce.ashfield
0 siblings, 0 replies; 23+ messages in thread
From: bruce.ashfield @ 2022-02-13 1:23 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Richard,
Here's the lastest -stable updates, plus the two backported changes to
fix the binutils 2.3.8 builds.
Bruce
The following changes since commit 81fe3dfab99149a3e5a6b5cf0086dd8cbef1177d:
oeqa/buildtools: Switch to our webserver instead of example.com (2022-02-12 17:38:07 +0000)
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 (4):
linux-yocto/5.15: update to v5.15.22
linux-yocto/5.10: update to v5.10.99
linux-yocto/5.15: ppc/riscv: fix build with binutils 2.3.8
linux-yocto/5.10: ppc/riscv: fix build with binutils 2.3.8
.../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 | 8 +++---
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 ++++++++---------
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++++++++----------
6 files changed, 39 insertions(+), 39 deletions(-)
--
2.19.1
^ permalink raw reply [flat|nested] 23+ messages in thread
* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2021-06-27 14:13 Bruce Ashfield
0 siblings, 0 replies; 23+ messages in thread
From: Bruce Ashfield @ 2021-06-27 14:13 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Richard,
Here are the next -stable integrations, along with some kconfig cleanup
and a backport of the identified rcu looking issue.
Next up will be libc-headers updates, along with the 5.13 reference
kernel (and the dropping of 5.4 from active in master).
Cheers,
Bruce
The following changes since commit 2834c2f853bd0d988dd1e35d4300005be05f8b19:
populate_sdk_ext: copy BBMULTICONFIG files (2021-06-22 15:18:11 +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 (4):
linux-yocto/5.10: update to v5.10.46
linux-yocto/5.4: update to v5.4.128
linux-yocto/5.10: features/nft_tables: refresh config options
linux-yocto/5.10: rcu: Fix stall-warning deadlock due to non-release
of rcu_node ->lock
.../linux/linux-yocto_5.10.bbappend | 8 +++----
.../linux/linux-yocto-rt_5.10.bb | 4 ++--
.../linux/linux-yocto-rt_5.4.bb | 6 ++---
.../linux/linux-yocto-tiny_5.10.bb | 6 ++---
.../linux/linux-yocto-tiny_5.4.bb | 8 +++----
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 22 +++++++++----------
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +++++++++----------
7 files changed, 38 insertions(+), 38 deletions(-)
--
2.19.1
^ permalink raw reply [flat|nested] 23+ messages in thread* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2021-01-12 22:14 Bruce Ashfield
0 siblings, 0 replies; 23+ messages in thread
From: Bruce Ashfield @ 2021-01-12 22:14 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Richard,
Here's the next set of -stable and configuration tweaks for the reference
kernels.
I'm holding back the 5.8 removal just a bit longer, since I want to see that
these + the 5.10 hardware reference bumps aren't causing issues before I
shake that branch.
Cheers,
Bruce
The following changes since commit eee3a23be1768986a51f8612efb78ce115d51368:
net-tools: correct version check (2021-01-10 22:39:27 +0000)
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 (4):
linux-yocto/5.10: update to v5.10.4
linux-yocto/5.10: update to v5.10.5
linux-yocto/5.4: update to v5.4.87
linux-yocto/5.10/cfg: x86 and beaglebone config fixes
.../linux/linux-yocto-rt_5.10.bb | 6 ++---
.../linux/linux-yocto-rt_5.4.bb | 6 ++---
.../linux/linux-yocto-tiny_5.10.bb | 8 +++----
.../linux/linux-yocto-tiny_5.4.bb | 8 +++----
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 22 +++++++++----------
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +++++++++----------
6 files changed, 36 insertions(+), 36 deletions(-)
--
2.19.1
^ permalink raw reply [flat|nested] 23+ messages in thread
* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2015-09-29 14:31 Bruce Ashfield
0 siblings, 0 replies; 23+ messages in thread
From: Bruce Ashfield @ 2015-09-29 14:31 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Hi all,
Here is the latest round of linux-yocto related changes.
The first three are integrations of BSP patches/fixes, and a -stable
update for 4.1. I've built and booted them here.
The only trick with the axxia BSP integration is that there's a branch
rename for standard/preempt-rt to standard/preempt-rt base, so when I
push the rename, builds of -rt won't be happy until the related recipe
change merges to the tree. But otherwise, it is pretty standard stuff.
Khem noticed that in my quest to speed up and simplify the way that
layers patch and configure the tree, that I went too far and broke
multiple layers patching the tree.
So the final fix is a tweak to the tools to address that, which both
Khem and I have tested.
Cheers,
bruce
The following changes since commit f78f90240a3041be426c6ba9085849352164ee8b:
bitbake: prserv/serv.py: Better messaging when starting/stopping the server with port=0 (2015-09-28 12:00:33 +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 (4):
linux-yocto-rt/4.1: integrate axxia BSP
linux-yocto/4.1: update to 4.1.8 -stable
linux-yocto/4.1: braswell bug fixes
kern-tools: fix multi-layer patch application
.../kern-tools/kern-tools-native_git.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 8 ++++----
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20 ++++++++++----------
4 files changed, 18 insertions(+), 18 deletions(-)
--
2.1.0
^ permalink raw reply [flat|nested] 23+ messages in thread
* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2014-02-27 21:12 Bruce Ashfield
0 siblings, 0 replies; 23+ messages in thread
From: Bruce Ashfield @ 2014-02-27 21:12 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Richard/Saul,
While I put the finishing touches on the 3.14 -dev kernel (and versioned
linux-yocto recipe), here are pending updates to the other supported
kernel versions, and a minor change to create consistency in branch
validation process.
I've kept all the incremental version (And LTSI) updates intact in this
series, since they represent build and validation points that I used
during the merges, and should be maintained in the history.
Sanity has passed across all the qemu* platforms, as well as builds for
the hardware references.
Cheers,
Bruce
The following changes since commit 5ab9d7e28f987fba8bab03bb7851c263f746c208:
security-flags: Avoid lttng-tools issue on arm (2014-02-26 13:48:21 +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 (4):
kernel-yocto: always checkout machine branch when existing
validate_branches
linux-yocto/3.10: update to v3.10.32
linux-yocto/3.4: update to v3.4.82 and latest LTSI
linux-yocto/3.10: integrate latest LTSI changes
meta/classes/kernel-yocto.bbclass | 37 ++++++++++------------
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.4.bb | 6 ++--
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +++++------
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 16 +++++-----
7 files changed, 47 insertions(+), 52 deletions(-)
--
1.8.1.2
^ permalink raw reply [flat|nested] 23+ messages in thread* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2013-11-04 5:56 Bruce Ashfield
0 siblings, 0 replies; 23+ messages in thread
From: Bruce Ashfield @ 2013-11-04 5:56 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Richard/Saul,
Here are four patches for kernel updates that I've been working on since
the 1.5 release. Pretty standard stuff, version bumps to track the
korg stable updates, as well as some minor configuration changes.
Cheers,
Bruce
The following changes since commit f3541226b8b1187e79dec0f6f9f3c58cedf9ac9b:
bitbake: hob: do not display the "Package list may be incomplete!" dialog (2013-11-01 17:59:31 +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 (4):
linux-yocto-3.10: bump to 3.10.17 and -rt11
linux-yocto/3.10: haswell-wc and crystalforest support
linux-yocto/3.8: add crystalforest bsp legacy block drivers
configurations
linux-yocto/3.10: common-pc: add missing dependencies for BRCMSMAC
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 ++++----
meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +++++++++---------
meta/recipes-kernel/linux/linux-yocto_3.8.bb | 2 +-
6 files changed, 19 insertions(+), 19 deletions(-)
--
1.8.1.2
^ permalink raw reply [flat|nested] 23+ messages in thread* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2013-06-26 13:40 Bruce Ashfield
0 siblings, 0 replies; 23+ messages in thread
From: Bruce Ashfield @ 2013-06-26 13:40 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Richard/Saul,
Here's a collection of four patches that I've queued in the
past few days. My normal smoke testing passed here.
These are a collection of version refreshes, and configuration
changes. Nothing major. Once these are merged, the stage is
set for more 1.5 development items.
Everything is pretty self explanitory, or was discussed on
the mailing list, so I'll keep it to a summary here. Let me
know if there are any concerns.
[PATCH 1/4] linux-yocto/3.4: allow kernel feature _appends to be overriden
[PATCH 2/4] linux-yocto/3.8: add USB screen configuration and net sched options
[PATCH 3/4] linux-yocto/3.4: ltsi: sync to LTSI commit 5f05247ed
[PATCH 4/4] linux-yocto-dev: bump version to 3.10+
Cheers,
Bruce
The following changes since commit 8e9501ffa8726d69412d669580d787ffedb88d34:
populate_sdk_base, adt_installer: abort install if path contains spaces (2013-06-25 17:59:17 +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 (4):
linux-yocto/3.4: allow kernel feature _appends to be overriden
linux-yocto/3.8: add USB screen configuration and net sched options
linux-yocto/3.4: ltsi: sync to LTSI commit 5f05247ed
linux-yocto-dev: bump version to 3.10+
meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 17 +++++++++--------
meta/recipes-kernel/linux/linux-yocto_3.8.bb | 2 +-
7 files changed, 16 insertions(+), 15 deletions(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 23+ messages in thread
* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2012-11-21 21:32 Bruce Ashfield
2012-12-05 15:48 ` Burton, Ross
0 siblings, 1 reply; 23+ messages in thread
From: Bruce Ashfield @ 2012-11-21 21:32 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, linux-yocto, openembedded-core
Richard/Saul,
Here's another small queue of patches, some minor updates to
kernel configs and fixes for YOCTO #3422 and YOCTO #3473.
patch 1/4 [linux-yocto/3.0: fix virtio configuration typo] fixes
a build error atom-pc build in master by fixing the kernel fragment.
atom-pc should probably be using the 3.4 kernel, but that's a
question for Darren/Tom/Nitin (so I've added them to the cc), since
there may be a reason (with respect to graphics) as to why it is on
3.0.
While fixing that build error, I also modified the kern tools to
clearly report the error and avoid needing to go to the logs for
diagnosis, that's patch 4/4 [kern-tools: report missing config fragments by name].
The other change is a comment fixup for YOCTO #3422, just to make
it clear if meta branches do or do not need to exist.
And finally, Tom noticed that a bad merge dropped some uprobes
configuration and sent a fixup patch.
cc: Tom Zanussi <tom.zanussi@intel.com>
cc: Darren Hart <dvhart@linux.intel.com>
cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cheers,
Bruce
The following changes since commit 1b4dcf10b0fe9b4e95ca84f32de0c7dcfee2b729:
ldconfig/cdrtools/icecc-create-env/linuxdoc-tools/python: Set FILESPATH to find -native files (2012-11-21 16:56:04 +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 (4):
linux-yocto/3.0: fix virtio configuration typo
linux-yocto/3.4: uprobes: reinstate config options for 'uprobe'
feature
kernel-yocto: clarify KMETA branch comments
kern-tools: report missing config fragments by name
meta/classes/kernel-yocto.bbclass | 5 +++--
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 +-
6 files changed, 8 insertions(+), 7 deletions(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 23+ messages in thread* Re: [PATCH 0/4] linux-yocto: consolidated pull request
2012-11-21 21:32 Bruce Ashfield
@ 2012-12-05 15:48 ` Burton, Ross
2012-12-05 16:06 ` Tom Zanussi
0 siblings, 1 reply; 23+ messages in thread
From: Burton, Ross @ 2012-12-05 15:48 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: dvhart, linux-yocto, openembedded-core
On 21 November 2012 21:32, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
> atom-pc should probably be using the 3.4 kernel, but that's a
> question for Darren/Tom/Nitin (so I've added them to the cc), since
> there may be a reason (with respect to graphics) as to why it is on
> 3.0.
Ping Darren/Tom/Nitin.
atom-pc is certainly lagging behind by still being on 3.0, and I can't
see any reason why we'd want to stick with 3.0 for graphics. In fact
as the most common graphics driver used on atom-pc is a i965 we want a
modern kernel as that is where the development is.
(this may explain why my GPU crashes when I stress it under Yocto)
Ross
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 0/4] linux-yocto: consolidated pull request
2012-12-05 15:48 ` Burton, Ross
@ 2012-12-05 16:06 ` Tom Zanussi
2012-12-05 16:27 ` Richard Purdie
0 siblings, 1 reply; 23+ messages in thread
From: Tom Zanussi @ 2012-12-05 16:06 UTC (permalink / raw)
To: Burton, Ross; +Cc: dvhart, linux-yocto, openembedded-core
On Wed, 2012-12-05 at 15:48 +0000, Burton, Ross wrote:
> On 21 November 2012 21:32, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
> > atom-pc should probably be using the 3.4 kernel, but that's a
> > question for Darren/Tom/Nitin (so I've added them to the cc), since
> > there may be a reason (with respect to graphics) as to why it is on
> > 3.0.
>
> Ping Darren/Tom/Nitin.
>
> atom-pc is certainly lagging behind by still being on 3.0, and I can't
> see any reason why we'd want to stick with 3.0 for graphics. In fact
> as the most common graphics driver used on atom-pc is a i965 we want a
> modern kernel as that is where the development is.
>
I don't know of any technical reason for it to still be at 3.0.
Until recently all of the 'core machines' were at 3.0 and probably the
assumption was that whoever upgraded those in the past would also be
upgrading atom-pc - has that changed?.
So who does own the core machines and if that doesn't cover atom-pc,
then who owns that?
Tom
> (this may explain why my GPU crashes when I stress it under Yocto)
>
> Ross
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 0/4] linux-yocto: consolidated pull request
2012-12-05 16:06 ` Tom Zanussi
@ 2012-12-05 16:27 ` Richard Purdie
2012-12-05 16:51 ` Darren Hart
2012-12-05 16:57 ` Tom Zanussi
0 siblings, 2 replies; 23+ messages in thread
From: Richard Purdie @ 2012-12-05 16:27 UTC (permalink / raw)
To: Tom Zanussi; +Cc: dvhart, linux-yocto, openembedded-core
On Wed, 2012-12-05 at 10:06 -0600, Tom Zanussi wrote:
> On Wed, 2012-12-05 at 15:48 +0000, Burton, Ross wrote:
> > On 21 November 2012 21:32, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
> > > atom-pc should probably be using the 3.4 kernel, but that's a
> > > question for Darren/Tom/Nitin (so I've added them to the cc), since
> > > there may be a reason (with respect to graphics) as to why it is on
> > > 3.0.
> >
> > Ping Darren/Tom/Nitin.
> >
> > atom-pc is certainly lagging behind by still being on 3.0, and I can't
> > see any reason why we'd want to stick with 3.0 for graphics. In fact
> > as the most common graphics driver used on atom-pc is a i965 we want a
> > modern kernel as that is where the development is.
> >
>
> I don't know of any technical reason for it to still be at 3.0.
>
> Until recently all of the 'core machines' were at 3.0 and probably the
> assumption was that whoever upgraded those in the past would also be
> upgrading atom-pc - has that changed?.
>
> So who does own the core machines and if that doesn't cover atom-pc,
> then who owns that?
As I understood it, WR owns the non-IA core machines, you (as in the
Intel team) own the IA ones, namely atom-pc.
Cheers,
Richard
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 0/4] linux-yocto: consolidated pull request
2012-12-05 16:27 ` Richard Purdie
@ 2012-12-05 16:51 ` Darren Hart
2012-12-05 16:57 ` Tom Zanussi
1 sibling, 0 replies; 23+ messages in thread
From: Darren Hart @ 2012-12-05 16:51 UTC (permalink / raw)
To: Richard Purdie; +Cc: linux-yocto, openembedded-core
On 12/05/2012 08:27 AM, Richard Purdie wrote:
> On Wed, 2012-12-05 at 10:06 -0600, Tom Zanussi wrote:
>> On Wed, 2012-12-05 at 15:48 +0000, Burton, Ross wrote:
>>> On 21 November 2012 21:32, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
>>>> atom-pc should probably be using the 3.4 kernel, but that's a
>>>> question for Darren/Tom/Nitin (so I've added them to the cc), since
>>>> there may be a reason (with respect to graphics) as to why it is on
>>>> 3.0.
>>>
>>> Ping Darren/Tom/Nitin.
>>>
>>> atom-pc is certainly lagging behind by still being on 3.0, and I can't
>>> see any reason why we'd want to stick with 3.0 for graphics. In fact
>>> as the most common graphics driver used on atom-pc is a i965 we want a
>>> modern kernel as that is where the development is.
>>>
>>
>> I don't know of any technical reason for it to still be at 3.0.
>>
>> Until recently all of the 'core machines' were at 3.0 and probably the
>> assumption was that whoever upgraded those in the past would also be
>> upgrading atom-pc - has that changed?.
>>
>> So who does own the core machines and if that doesn't cover atom-pc,
>> then who owns that?
>
> As I understood it, WR owns the non-IA core machines, you (as in the
> Intel team) own the IA ones, namely atom-pc.
Agreed, it should be updated. Tom, Nitin, and I will discuss and select
an owner.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 0/4] linux-yocto: consolidated pull request
2012-12-05 16:27 ` Richard Purdie
2012-12-05 16:51 ` Darren Hart
@ 2012-12-05 16:57 ` Tom Zanussi
1 sibling, 0 replies; 23+ messages in thread
From: Tom Zanussi @ 2012-12-05 16:57 UTC (permalink / raw)
To: Richard Purdie; +Cc: dvhart, linux-yocto, openembedded-core
On Wed, 2012-12-05 at 16:27 +0000, Richard Purdie wrote:
> On Wed, 2012-12-05 at 10:06 -0600, Tom Zanussi wrote:
> > On Wed, 2012-12-05 at 15:48 +0000, Burton, Ross wrote:
> > > On 21 November 2012 21:32, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
> > > > atom-pc should probably be using the 3.4 kernel, but that's a
> > > > question for Darren/Tom/Nitin (so I've added them to the cc), since
> > > > there may be a reason (with respect to graphics) as to why it is on
> > > > 3.0.
> > >
> > > Ping Darren/Tom/Nitin.
> > >
> > > atom-pc is certainly lagging behind by still being on 3.0, and I can't
> > > see any reason why we'd want to stick with 3.0 for graphics. In fact
> > > as the most common graphics driver used on atom-pc is a i965 we want a
> > > modern kernel as that is where the development is.
> > >
> >
> > I don't know of any technical reason for it to still be at 3.0.
> >
> > Until recently all of the 'core machines' were at 3.0 and probably the
> > assumption was that whoever upgraded those in the past would also be
> > upgrading atom-pc - has that changed?.
> >
> > So who does own the core machines and if that doesn't cover atom-pc,
> > then who owns that?
>
> As I understood it, WR owns the non-IA core machines, you (as in the
> Intel team) own the IA ones, namely atom-pc.
>
OK, yeah, I anyway had just assumed it was WR for the core machines:
commit f08b8c96402cd2b1e939f1babbc002d630fbf274
Author: Bruce Ashfield <bruce.ashfield@windriver.com>
Date: Fri Aug 19 00:37:08 2011 -0400
meta-yocto: atom-pc/mpc8315e-rdb change preferred version to 3.0
Updating two more yocto hardware reference platforms to use the
3.0 kernel by default.
But I see that Darren had done the previous upgrade:
commit 622fb696a6fc9eab991a5f412eb28e2ff949a32b
Author: Darren Hart <dvhart@linux.intel.com>
Date: Fri May 6 12:12:50 2011 -0700
atom-pc: use linux-yocto (2.6.37) kernel
Tested boot, network, sato desktop, amixer, and audio playback on a
Toshiba
NB305 netbook.
And it does make sense for Intel to own the atom-pc, it's just never
been clearly stated unless I missed the discussion.
Tom
> Cheers,
>
> Richard
>
^ permalink raw reply [flat|nested] 23+ messages in thread
* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2012-07-03 15:14 Bruce Ashfield
2012-07-05 17:44 ` Saul Wold
0 siblings, 1 reply; 23+ messages in thread
From: Bruce Ashfield @ 2012-07-03 15:14 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, openembedded-core, saul.wold
Richard/Saul,
Here's a collection of updates and fixes from the past week.
Built and boot tested here.
There's only one that may be slightly interesting, that's my
addition of the qemumipsel as a machine mapping. You may or may
not want this change, but the kernel meta data change was
trivial and should have been done a while ago, so that part I'll
keep even if you don't want the branch mapping.
The routine updates are:
- configuration audit updates
- 3.4.4 -stable update
- -rt refresh to 3.4.4-rt-13
I also fixed linux-yocto-tiny to have kernel configuration
audit reports again, there was a missing KMETA mapping in the
recipe. There's some output from the audit that we need to look
into, but that will be dealt with separately.
I've built and booted this on every qemu target I could get
my hands on .. but the matrix is increasing with multiple
variants, kernel versions and recipes :)
cc: Darren Hart <dvhart@linux.intel.com>
Cheers,
Bruce
The following changes since commit 644ad4bf1e30fcee4b9d5abb819046d1f2193d27:
documentation/bsp-guide/bsp.xml: Yocto term paring (2012-07-02 16:47:45 +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 (4):
linux-yocto/3.4: add qemumipsel machine mapping
linux-yocto/3.4: v3.4.4 + configuration updates
linux-yocto/3.4: update preempt-rt to 3.4.4-rt13
linux-yocto-tiny: add KMETA specification
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 8 ++++----
meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb | 2 ++
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 17 +++++++++--------
3 files changed, 15 insertions(+), 12 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 0/4] linux-yocto: consolidated pull request
2012-07-03 15:14 Bruce Ashfield
@ 2012-07-05 17:44 ` Saul Wold
0 siblings, 0 replies; 23+ messages in thread
From: Saul Wold @ 2012-07-05 17:44 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: dvhart
On 07/03/2012 08:14 AM, Bruce Ashfield wrote:
> Richard/Saul,
>
> Here's a collection of updates and fixes from the past week.
> Built and boot tested here.
>
> There's only one that may be slightly interesting, that's my
> addition of the qemumipsel as a machine mapping. You may or may
> not want this change, but the kernel meta data change was
> trivial and should have been done a while ago, so that part I'll
> keep even if you don't want the branch mapping.
>
> The routine updates are:
>
> - configuration audit updates
> - 3.4.4 -stable update
> - -rt refresh to 3.4.4-rt-13
>
> I also fixed linux-yocto-tiny to have kernel configuration
> audit reports again, there was a missing KMETA mapping in the
> recipe. There's some output from the audit that we need to look
> into, but that will be dealt with separately.
>
> I've built and booted this on every qemu target I could get
> my hands on .. but the matrix is increasing with multiple
> variants, kernel versions and recipes :)
>
> cc: Darren Hart <dvhart@linux.intel.com>
>
> Cheers,
>
> Bruce
>
> The following changes since commit 644ad4bf1e30fcee4b9d5abb819046d1f2193d27:
>
> documentation/bsp-guide/bsp.xml: Yocto term paring (2012-07-02 16:47:45 +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 (4):
> linux-yocto/3.4: add qemumipsel machine mapping
> linux-yocto/3.4: v3.4.4 + configuration updates
> linux-yocto/3.4: update preempt-rt to 3.4.4-rt13
> linux-yocto-tiny: add KMETA specification
>
> meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 8 ++++----
> meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb | 2 ++
> meta/recipes-kernel/linux/linux-yocto_3.4.bb | 17 +++++++++--------
> 3 files changed, 15 insertions(+), 12 deletions(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 23+ messages in thread
* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2011-12-22 18:05 Bruce Ashfield
2012-01-03 21:14 ` Saul Wold
0 siblings, 1 reply; 23+ messages in thread
From: Bruce Ashfield @ 2011-12-22 18:05 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, openembedded-core, saul.wold
Richard/Saul,
Here's a consolidated pull request that adds the cedartrail, and
updates some remaining reference platforms to 3.0.x, including
updated -rt support.
There are also a couple of minor bug fixes that I found when working
on M2 functionality.
Built and boot tested everywhere that I could.
The bulk of my changes are pending on the patch refactoring changes
that have been proposed, and will follow once something merges for
that, and I can re-test.
Cheers,
Bruce
cc: Darren Hart <dvhart@linux.intel.com>
The following changes since commit dee0fc1462ba18551571c3b2d0f2b443a2feca18:
multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:44 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib zedd/kernel-oe
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe
Bruce Ashfield (4):
linux-yocto: add cedartrail BSP support
linux-yocto: update hardware reference boards to 3.0.12
kern-tools: update SRCREV to pickup git operation fixes
linux-yocto: use PATH to locate kconf_check
meta/classes/kernel-yocto.bbclass | 4 ++--
.../kern-tools/kern-tools-native_git.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 0/4] linux-yocto: consolidated pull request
2011-12-22 18:05 Bruce Ashfield
@ 2012-01-03 21:14 ` Saul Wold
0 siblings, 0 replies; 23+ messages in thread
From: Saul Wold @ 2012-01-03 21:14 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: dvhart
On 12/22/2011 10:05 AM, Bruce Ashfield wrote:
> Richard/Saul,
>
> Here's a consolidated pull request that adds the cedartrail, and
> updates some remaining reference platforms to 3.0.x, including
> updated -rt support.
>
> There are also a couple of minor bug fixes that I found when working
> on M2 functionality.
>
> Built and boot tested everywhere that I could.
>
> The bulk of my changes are pending on the patch refactoring changes
> that have been proposed, and will follow once something merges for
> that, and I can re-test.
>
> Cheers,
>
> Bruce
>
> cc: Darren Hart<dvhart@linux.intel.com>
>
> The following changes since commit dee0fc1462ba18551571c3b2d0f2b443a2feca18:
>
> multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:44 +0000)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib zedd/kernel-oe
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe
>
> Bruce Ashfield (4):
> linux-yocto: add cedartrail BSP support
> linux-yocto: update hardware reference boards to 3.0.12
> kern-tools: update SRCREV to pickup git operation fixes
> linux-yocto: use PATH to locate kconf_check
>
> meta/classes/kernel-yocto.bbclass | 4 ++--
> .../kern-tools/kern-tools-native_git.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 +-
> 4 files changed, 5 insertions(+), 5 deletions(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2022-02-13 1:23 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-01 5:34 [PATCH 0/4] linux-yocto: consolidated pull request bruce.ashfield
2019-03-01 5:34 ` [PATCH 1/4] linux-yocto: netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG bruce.ashfield
2019-03-01 5:34 ` [PATCH 2/4] linux-yocto/4.19: configuration cleanups bruce.ashfield
2019-03-01 5:34 ` [PATCH 3/4] linux-yocto: qemuarm|qemuarm64: graphics support bruce.ashfield
2019-03-01 7:59 ` Richard Purdie
2019-03-01 5:34 ` [PATCH 4/4] kernel: add objtool to shared workdir when CONFIG_UNWINDER_ORC is set bruce.ashfield
-- strict thread matches above, loose matches on Subject: below --
2022-02-13 1:23 [PATCH 0/4] linux-yocto: consolidated pull request bruce.ashfield
2021-06-27 14:13 Bruce Ashfield
2021-01-12 22:14 Bruce Ashfield
2015-09-29 14:31 Bruce Ashfield
2014-02-27 21:12 Bruce Ashfield
2013-11-04 5:56 Bruce Ashfield
2013-06-26 13:40 Bruce Ashfield
2012-11-21 21:32 Bruce Ashfield
2012-12-05 15:48 ` Burton, Ross
2012-12-05 16:06 ` Tom Zanussi
2012-12-05 16:27 ` Richard Purdie
2012-12-05 16:51 ` Darren Hart
2012-12-05 16:57 ` Tom Zanussi
2012-07-03 15:14 Bruce Ashfield
2012-07-05 17:44 ` Saul Wold
2011-12-22 18:05 Bruce Ashfield
2012-01-03 21:14 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox