* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2015-05-21 19:08 Bruce Ashfield
2015-05-21 19:08 ` [PATCH 1/7] linux-yocto/3.14: cavium and configuration changes Bruce Ashfield
` (6 more replies)
0 siblings, 7 replies; 34+ 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] 34+ messages in thread* [PATCH 1/7] linux-yocto/3.14: cavium and configuration changes
2015-05-21 19:08 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
@ 2015-05-21 19:08 ` Bruce Ashfield
2015-05-21 19:08 ` [PATCH 2/7] linux-yocto/3.19: braswell DRM/i915 Graphics fixes Bruce Ashfield
` (5 subsequent siblings)
6 siblings, 0 replies; 34+ messages in thread
From: Bruce Ashfield @ 2015-05-21 19:08 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating the 3.14 SRCREVs to integrate the latest round of cavium
support patches, as well as configuration backports from 3.19.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
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_3.14.bb | 18 +++++++++---------
3 files changed, 14 insertions(+), 14 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 86b31738b609..7da7f83b3ad0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -3,9 +3,9 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "0c641a6c0e38137364535b99e43657a0cbc07cd4"
-SRCREV_machine_qemuppc ?= "cfc4e296efcaa84358c9ab1cdeee6ce7c378436f"
-SRCREV_meta ?= "46df2668fa657162d11f96a6f1af138c562a03aa"
+SRCREV_machine ?= "3428de71031ede23682dd0842b9cfc23ae465f39"
+SRCREV_machine_qemuppc ?= "32c44a56a8218c3349f50d8151a10252d5e85dd1"
+SRCREV_meta ?= "a996d95104b72c422a56e7d9bc8615ec4219ac74"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
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 d0b71c4859b1..000f288fb3e1 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "3.14.36"
KMETA = "meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "b991a586470900e3de824f5ea75653aa2150594d"
-SRCREV_meta ?= "46df2668fa657162d11f96a6f1af138c562a03aa"
+SRCREV_machine ?= "bda175966009d5a94103559e6e6ae51279952f39"
+SRCREV_meta ?= "a996d95104b72c422a56e7d9bc8615ec4219ac74"
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 d4ea55a2398e..c809d2e29f60 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/common-pc/base"
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "e4f91293908648d495b4f9735768633569e39b9f"
-SRCREV_machine_qemuarm64 ?= "b991a586470900e3de824f5ea75653aa2150594d"
-SRCREV_machine_qemumips ?= "6623389731309b0ac591736d5b438de833f195c7"
-SRCREV_machine_qemuppc ?= "3217fbcd002914fba4914d2e61dabb378081fd25"
-SRCREV_machine_qemux86 ?= "8794bd6a473199b2baa7a405d44cdbfa5351b60b"
-SRCREV_machine_qemux86-64 ?= "b991a586470900e3de824f5ea75653aa2150594d"
-SRCREV_machine_qemumips64 ?= "6649ef219b3bf6da1678547b9da376367520e80a"
-SRCREV_machine ?= "b991a586470900e3de824f5ea75653aa2150594d"
-SRCREV_meta ?= "46df2668fa657162d11f96a6f1af138c562a03aa"
+SRCREV_machine_qemuarm ?= "dbd8e70653ffb6b63a1b8b7134813d3a93975ff5"
+SRCREV_machine_qemuarm64 ?= "bda175966009d5a94103559e6e6ae51279952f39"
+SRCREV_machine_qemumips ?= "b985d5039e5b14f5acac135a84f2d6541b531552"
+SRCREV_machine_qemuppc ?= "dbbdaf47fae37664ea30181b18a436b3d5401293"
+SRCREV_machine_qemux86 ?= "d3943ebf24457188669472c85d82ab32e2f95f6b"
+SRCREV_machine_qemux86-64 ?= "bda175966009d5a94103559e6e6ae51279952f39"
+SRCREV_machine_qemumips64 ?= "a594ff1fef248d72bf4ef929fa4497cf54a04500"
+SRCREV_machine ?= "bda175966009d5a94103559e6e6ae51279952f39"
+SRCREV_meta ?= "a996d95104b72c422a56e7d9bc8615ec4219ac74"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
--
2.1.0
^ permalink raw reply related [flat|nested] 34+ messages in thread* [PATCH 2/7] linux-yocto/3.19: braswell DRM/i915 Graphics fixes
2015-05-21 19:08 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
2015-05-21 19:08 ` [PATCH 1/7] linux-yocto/3.14: cavium and configuration changes Bruce Ashfield
@ 2015-05-21 19:08 ` Bruce Ashfield
2015-05-21 19:08 ` [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments Bruce Ashfield
` (4 subsequent siblings)
6 siblings, 0 replies; 34+ messages in thread
From: Bruce Ashfield @ 2015-05-21 19:08 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating the SRCREVs to integrate the following fixes:
0befa35f4099 drm/i915/chv: Remove DPIO force latency causing interpair skew issue
184e0374e4eb drm/i915: Fix chv cdclk support
e2a99b9cd086 drm/i915: Increase the range of sideband address.
9d5d55ede53b drm/i915: Disable DDR DVFS on CHV
96cce945ac97 drm/i915: Enable the maxfifo PM5 mode when appropriate on CHV
b5005319da56 drm/i915: Program PFI credits for VLV
c7aa33eb3697 drm/i915: Rewrite VLV/CHV watermark code
a421d8bcaa6d drm/i915: Make sure PND deadline mode is enabled on VLV/CHV
631afc98c4b5 drm/i915: Read out display FIFO size on VLV/CHV
e0dcdc019b8a drm/i915: Pass plane to vlv_compute_drain_latency()
a6a5562b7754 drm/i915: Reorganize VLV DDL setup
bb662a47ec0c drm/i915: Hide VLV DDL precision handling
3d2d93239cd7 drm/i915: Simplify VLV drain latency computation
f68614743b92 drm/i915: Kill DRAIN_LATENCY_PRECISION_* defines
86c658c06ede drm/i915: Reduce CHV DDL multiplier to 16/8
8c4cdd96a3f2 drm/i915: Allow pixel clock up to 95% of cdclk on CHV
d9d4fb889c2a drm/i915: Reduce CHV DPLL min vco frequency to 4.8 GHz
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.19.bb | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
index 50a426d665bf..d8f8d498ad27 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.19.5"
KMETA = "meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "0a0d499541e2bb13ecc1001d0947bed6106c26a6"
+SRCREV_machine ?= "0befa35f40997c90936047e57fbbdd7edbf7e525"
SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
index 429c019ece79..b6ec61a43b98 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/common-pc"
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "060c6306d0be2726638ab18bd68977de4c7a38e5"
-SRCREV_machine_qemuarm64 ?= "0a0d499541e2bb13ecc1001d0947bed6106c26a6"
-SRCREV_machine_qemumips ?= "4b206f611f6d4c35a27a44e24ba0cedfc71301ec"
-SRCREV_machine_qemuppc ?= "18e00694ed76d18bf020e3288a6fdce63412887d"
-SRCREV_machine_qemux86 ?= "0a0d499541e2bb13ecc1001d0947bed6106c26a6"
-SRCREV_machine_qemux86-64 ?= "0a0d499541e2bb13ecc1001d0947bed6106c26a6"
-SRCREV_machine_qemumips64 ?= "0e31a9b3e54a2c87645f34bcbbe704ac62c04602"
-SRCREV_machine ?= "0a0d499541e2bb13ecc1001d0947bed6106c26a6"
+SRCREV_machine_qemuarm ?= "123f12cf162082802442d70701d83749376c45df"
+SRCREV_machine_qemuarm64 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525"
+SRCREV_machine_qemumips ?= "c6bc6e6a10b188f96b9761411421be78ee67aa75"
+SRCREV_machine_qemuppc ?= "b79584c854f875890d708d7fb3cda85430a9d3ec"
+SRCREV_machine_qemux86 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525"
+SRCREV_machine_qemux86-64 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525"
+SRCREV_machine_qemumips64 ?= "b25c62fa52d51dac118b0eed20b8d5971434fa80"
+SRCREV_machine ?= "0befa35f40997c90936047e57fbbdd7edbf7e525"
SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
--
2.1.0
^ permalink raw reply related [flat|nested] 34+ messages in thread* [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments
2015-05-21 19:08 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
2015-05-21 19:08 ` [PATCH 1/7] linux-yocto/3.14: cavium and configuration changes Bruce Ashfield
2015-05-21 19:08 ` [PATCH 2/7] linux-yocto/3.19: braswell DRM/i915 Graphics fixes Bruce Ashfield
@ 2015-05-21 19:08 ` Bruce Ashfield
2015-05-21 21:55 ` Andre McCurdy
2015-05-21 19:08 ` [PATCH 4/7] linux-yocto: drop suggestion of devshell for patch failures Bruce Ashfield
` (3 subsequent siblings)
6 siblings, 1 reply; 34+ messages in thread
From: Bruce Ashfield @ 2015-05-21 19:08 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
The kernel development manual recommends making a copy of
linux-yocto-custom, while the comments in the recipe talk about
bbappends.
To synchronize the two, we remove the bbappend references from the
recipe and instead indicate that a copy should be updated.
[YOCTO: #6925]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
index 05463c026304..e38af19f827b 100644
--- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
+++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
@@ -11,8 +11,8 @@
#
# You must also provide a Linux kernel configuration. The most direct
# method is to copy your .config to files/defconfig in your layer,
-# in the same directory as the bbappend and add file://defconfig to
-# your SRC_URI.
+# in the same directory as the copy (and rename) of this recipe and
+# add file://defconfig to your SRC_URI.
#
# To use the yocto kernel tooling to generate a BSP configuration
# using modular configuration fragments, see the yocto-bsp and
@@ -52,14 +52,14 @@
inherit kernel
require recipes-kernel/linux/linux-yocto.inc
-# Override SRC_URI in a bbappend file to point at a different source
+# Override SRC_URI in a copy of this recipe to point at a different source
# tree if you do not want to build from Linus' tree.
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;nocheckout=1;name=machine"
LINUX_VERSION ?= "3.4"
LINUX_VERSION_EXTENSION ?= "-custom"
-# Override SRCREV to point to a different commit in a bbappend file to
+# Override SRCREV to point to a different commit in a copy of this recipe
# build a different release of the Linux kernel.
# tag: v3.4 76e10d158efb6d4516018846f60c2ab5501900bc
SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
@@ -67,6 +67,6 @@ SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
PR = "r1"
PV = "${LINUX_VERSION}+git${SRCPV}"
-# Override COMPATIBLE_MACHINE to include your machine in a bbappend
+# Override COMPATIBLE_MACHINE to include your machine in a copy of this recipe
# file. Leaving it empty here ensures an early explicit build failure.
COMPATIBLE_MACHINE = "(^$)"
--
2.1.0
^ permalink raw reply related [flat|nested] 34+ messages in thread* Re: [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments
2015-05-21 19:08 ` [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments Bruce Ashfield
@ 2015-05-21 21:55 ` Andre McCurdy
2015-05-22 0:59 ` Bruce Ashfield
0 siblings, 1 reply; 34+ messages in thread
From: Andre McCurdy @ 2015-05-21 21:55 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: OE Core mailing list
On Thu, May 21, 2015 at 12:08 PM, Bruce Ashfield
<bruce.ashfield@windriver.com> wrote:
> The kernel development manual recommends making a copy of
> linux-yocto-custom, while the comments in the recipe talk about
> bbappends.
>
> To synchronize the two, we remove the bbappend references from the
> recipe and instead indicate that a copy should be updated.
>
> [YOCTO: #6925]
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
> meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
> index 05463c026304..e38af19f827b 100644
> --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
> +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
> @@ -11,8 +11,8 @@
> #
> # You must also provide a Linux kernel configuration. The most direct
> # method is to copy your .config to files/defconfig in your layer,
> -# in the same directory as the bbappend and add file://defconfig to
> -# your SRC_URI.
> +# in the same directory as the copy (and rename) of this recipe and
> +# add file://defconfig to your SRC_URI.
> #
> # To use the yocto kernel tooling to generate a BSP configuration
> # using modular configuration fragments, see the yocto-bsp and
> @@ -52,14 +52,14 @@
> inherit kernel
> require recipes-kernel/linux/linux-yocto.inc
>
> -# Override SRC_URI in a bbappend file to point at a different source
> +# Override SRC_URI in a copy of this recipe to point at a different source
> # tree if you do not want to build from Linus' tree.
Would "Update SRC_URI in your copy of this recipe..." make more sense here?
> SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;nocheckout=1;name=machine"
>
> LINUX_VERSION ?= "3.4"
> LINUX_VERSION_EXTENSION ?= "-custom"
>
> -# Override SRCREV to point to a different commit in a bbappend file to
> +# Override SRCREV to point to a different commit in a copy of this recipe
> # build a different release of the Linux kernel.
> # tag: v3.4 76e10d158efb6d4516018846f60c2ab5501900bc
Same comment, "Override" -> "Update" and "a copy" -> "your copy".
Also, the word "to" seems to have gone missing from the end of the line.
> SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
> @@ -67,6 +67,6 @@ SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
> PR = "r1"
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> -# Override COMPATIBLE_MACHINE to include your machine in a bbappend
> +# Override COMPATIBLE_MACHINE to include your machine in a copy of this recipe
> # file. Leaving it empty here ensures an early explicit build failure.
> COMPATIBLE_MACHINE = "(^$)"
> --
> 2.1.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 34+ messages in thread* Re: [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments
2015-05-21 21:55 ` Andre McCurdy
@ 2015-05-22 0:59 ` Bruce Ashfield
2015-05-22 1:19 ` Andre McCurdy
0 siblings, 1 reply; 34+ messages in thread
From: Bruce Ashfield @ 2015-05-22 0:59 UTC (permalink / raw)
To: Andre McCurdy; +Cc: OE Core mailing list
On 2015-05-21 5:55 PM, Andre McCurdy wrote:
> On Thu, May 21, 2015 at 12:08 PM, Bruce Ashfield
> <bruce.ashfield@windriver.com> wrote:
>> The kernel development manual recommends making a copy of
>> linux-yocto-custom, while the comments in the recipe talk about
>> bbappends.
>>
>> To synchronize the two, we remove the bbappend references from the
>> recipe and instead indicate that a copy should be updated.
>>
>> [YOCTO: #6925]
>>
>> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
>> ---
>> meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 10 +++++-----
>> 1 file changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
>> index 05463c026304..e38af19f827b 100644
>> --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
>> +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
>> @@ -11,8 +11,8 @@
>> #
>> # You must also provide a Linux kernel configuration. The most direct
>> # method is to copy your .config to files/defconfig in your layer,
>> -# in the same directory as the bbappend and add file://defconfig to
>> -# your SRC_URI.
>> +# in the same directory as the copy (and rename) of this recipe and
>> +# add file://defconfig to your SRC_URI.
>> #
>> # To use the yocto kernel tooling to generate a BSP configuration
>> # using modular configuration fragments, see the yocto-bsp and
>> @@ -52,14 +52,14 @@
>> inherit kernel
>> require recipes-kernel/linux/linux-yocto.inc
>>
>> -# Override SRC_URI in a bbappend file to point at a different source
>> +# Override SRC_URI in a copy of this recipe to point at a different source
>> # tree if you do not want to build from Linus' tree.
>
> Would "Update SRC_URI in your copy of this recipe..." make more sense here?
I avoided possessives on purpose, this could be one of many copies,
most may not be 'yours'.
>
>> SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;nocheckout=1;name=machine"
>>
>> LINUX_VERSION ?= "3.4"
>> LINUX_VERSION_EXTENSION ?= "-custom"
>>
>> -# Override SRCREV to point to a different commit in a bbappend file to
>> +# Override SRCREV to point to a different commit in a copy of this recipe
>> # build a different release of the Linux kernel.
>> # tag: v3.4 76e10d158efb6d4516018846f60c2ab5501900bc
>
> Same comment, "Override" -> "Update" and "a copy" -> "your copy".
There's a default SRCREV in many configs, that's why I say override,
but update works too.
>
> Also, the word "to" seems to have gone missing from the end of the line.
Indeed. I'll add that back.
Bruce
>
>> SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
>> @@ -67,6 +67,6 @@ SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
>> PR = "r1"
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> -# Override COMPATIBLE_MACHINE to include your machine in a bbappend
>> +# Override COMPATIBLE_MACHINE to include your machine in a copy of this recipe
>> # file. Leaving it empty here ensures an early explicit build failure.
>> COMPATIBLE_MACHINE = "(^$)"
>> --
>> 2.1.0
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 34+ messages in thread* Re: [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments
2015-05-22 0:59 ` Bruce Ashfield
@ 2015-05-22 1:19 ` Andre McCurdy
2015-05-22 1:31 ` Bruce Ashfield
0 siblings, 1 reply; 34+ messages in thread
From: Andre McCurdy @ 2015-05-22 1:19 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: OE Core mailing list
On Thu, May 21, 2015 at 5:59 PM, Bruce Ashfield
<bruce.ashfield@windriver.com> wrote:
> On 2015-05-21 5:55 PM, Andre McCurdy wrote:
>>
>> On Thu, May 21, 2015 at 12:08 PM, Bruce Ashfield
>> <bruce.ashfield@windriver.com> wrote:
>>>
>>> The kernel development manual recommends making a copy of
>>> linux-yocto-custom, while the comments in the recipe talk about
>>> bbappends.
>>>
>>> To synchronize the two, we remove the bbappend references from the
>>> recipe and instead indicate that a copy should be updated.
>>>
>>> [YOCTO: #6925]
>>>
>>> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
>>> ---
>>> meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 10
>>> +++++-----
>>> 1 file changed, 5 insertions(+), 5 deletions(-)
>>>
>>> diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
>>> b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
>>> index 05463c026304..e38af19f827b 100644
>>> --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
>>> +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
>>> @@ -11,8 +11,8 @@
>>> #
>>> # You must also provide a Linux kernel configuration. The most direct
>>> # method is to copy your .config to files/defconfig in your layer,
>>> -# in the same directory as the bbappend and add file://defconfig to
>>> -# your SRC_URI.
>>> +# in the same directory as the copy (and rename) of this recipe and
>>> +# add file://defconfig to your SRC_URI.
>>> #
>>> # To use the yocto kernel tooling to generate a BSP configuration
>>> # using modular configuration fragments, see the yocto-bsp and
>>> @@ -52,14 +52,14 @@
>>> inherit kernel
>>> require recipes-kernel/linux/linux-yocto.inc
>>>
>>> -# Override SRC_URI in a bbappend file to point at a different source
>>> +# Override SRC_URI in a copy of this recipe to point at a different
>>> source
>>> # tree if you do not want to build from Linus' tree.
>>
>> Would "Update SRC_URI in your copy of this recipe..." make more sense
>> here?
>
> I avoided possessives on purpose, this could be one of many copies,
> most may not be 'yours'.
There's already mention of "your layer", "your .config" and "your
machine", so I don't think "your copy of this recipe" is out of place,
but "a copy of this recipe" is clear too.
>>> SRC_URI =
>>> "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;nocheckout=1;name=machine"
>>>
>>> LINUX_VERSION ?= "3.4"
>>> LINUX_VERSION_EXTENSION ?= "-custom"
>>>
>>> -# Override SRCREV to point to a different commit in a bbappend file to
>>> +# Override SRCREV to point to a different commit in a copy of this
>>> recipe
>>> # build a different release of the Linux kernel.
>>> # tag: v3.4 76e10d158efb6d4516018846f60c2ab5501900bc
>>
>>
>> Same comment, "Override" -> "Update" and "a copy" -> "your copy".
>
>
> There's a default SRCREV in many configs, that's why I say override,
> but update works too.
>>
>> Also, the word "to" seems to have gone missing from the end of the line.
>
>
> Indeed. I'll add that back.
>
> Bruce
>
>
>>
>>> SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
>>> @@ -67,6 +67,6 @@
>>> SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
>>> PR = "r1"
>>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>>
>>> -# Override COMPATIBLE_MACHINE to include your machine in a bbappend
>>> +# Override COMPATIBLE_MACHINE to include your machine in a copy of this
>>> recipe
>>> # file. Leaving it empty here ensures an early explicit build failure.
>>> COMPATIBLE_MACHINE = "(^$)"
>>> --
>>> 2.1.0
>>>
>>> --
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
^ permalink raw reply [flat|nested] 34+ messages in thread* Re: [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments
2015-05-22 1:19 ` Andre McCurdy
@ 2015-05-22 1:31 ` Bruce Ashfield
0 siblings, 0 replies; 34+ messages in thread
From: Bruce Ashfield @ 2015-05-22 1:31 UTC (permalink / raw)
To: Andre McCurdy; +Cc: OE Core mailing list
On 2015-05-21 9:19 PM, Andre McCurdy wrote:
> On Thu, May 21, 2015 at 5:59 PM, Bruce Ashfield
> <bruce.ashfield@windriver.com> wrote:
>> On 2015-05-21 5:55 PM, Andre McCurdy wrote:
>>>
>>> On Thu, May 21, 2015 at 12:08 PM, Bruce Ashfield
>>> <bruce.ashfield@windriver.com> wrote:
>>>>
>>>> The kernel development manual recommends making a copy of
>>>> linux-yocto-custom, while the comments in the recipe talk about
>>>> bbappends.
>>>>
>>>> To synchronize the two, we remove the bbappend references from the
>>>> recipe and instead indicate that a copy should be updated.
>>>>
>>>> [YOCTO: #6925]
>>>>
>>>> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
>>>> ---
>>>> meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 10
>>>> +++++-----
>>>> 1 file changed, 5 insertions(+), 5 deletions(-)
>>>>
>>>> diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
>>>> b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
>>>> index 05463c026304..e38af19f827b 100644
>>>> --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
>>>> +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
>>>> @@ -11,8 +11,8 @@
>>>> #
>>>> # You must also provide a Linux kernel configuration. The most direct
>>>> # method is to copy your .config to files/defconfig in your layer,
>>>> -# in the same directory as the bbappend and add file://defconfig to
>>>> -# your SRC_URI.
>>>> +# in the same directory as the copy (and rename) of this recipe and
>>>> +# add file://defconfig to your SRC_URI.
>>>> #
>>>> # To use the yocto kernel tooling to generate a BSP configuration
>>>> # using modular configuration fragments, see the yocto-bsp and
>>>> @@ -52,14 +52,14 @@
>>>> inherit kernel
>>>> require recipes-kernel/linux/linux-yocto.inc
>>>>
>>>> -# Override SRC_URI in a bbappend file to point at a different source
>>>> +# Override SRC_URI in a copy of this recipe to point at a different
>>>> source
>>>> # tree if you do not want to build from Linus' tree.
>>>
>>> Would "Update SRC_URI in your copy of this recipe..." make more sense
>>> here?
>>
>> I avoided possessives on purpose, this could be one of many copies,
>> most may not be 'yours'.
>
> There's already mention of "your layer", "your .config" and "your
> machine", so I don't think "your copy of this recipe" is out of place,
> but "a copy of this recipe" is clear too.
For a trivial patch, I'm just going to leave it as is. Old crimes
don't justify new ones. (and I'm the criminal in all cases ;)
Cheers,
Bruce
>
>>>> SRC_URI =
>>>> "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;nocheckout=1;name=machine"
>>>>
>>>> LINUX_VERSION ?= "3.4"
>>>> LINUX_VERSION_EXTENSION ?= "-custom"
>>>>
>>>> -# Override SRCREV to point to a different commit in a bbappend file to
>>>> +# Override SRCREV to point to a different commit in a copy of this
>>>> recipe
>>>> # build a different release of the Linux kernel.
>>>> # tag: v3.4 76e10d158efb6d4516018846f60c2ab5501900bc
>>>
>>>
>>> Same comment, "Override" -> "Update" and "a copy" -> "your copy".
>>
>>
>> There's a default SRCREV in many configs, that's why I say override,
>> but update works too.
>>>
>>> Also, the word "to" seems to have gone missing from the end of the line.
>>
>>
>> Indeed. I'll add that back.
>>
>> Bruce
>>
>>
>>>
>>>> SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
>>>> @@ -67,6 +67,6 @@
>>>> SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
>>>> PR = "r1"
>>>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>>>
>>>> -# Override COMPATIBLE_MACHINE to include your machine in a bbappend
>>>> +# Override COMPATIBLE_MACHINE to include your machine in a copy of this
>>>> recipe
>>>> # file. Leaving it empty here ensures an early explicit build failure.
>>>> COMPATIBLE_MACHINE = "(^$)"
>>>> --
>>>> 2.1.0
>>>>
>>>> --
>>>> _______________________________________________
>>>> Openembedded-core mailing list
>>>> Openembedded-core@lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>>
^ permalink raw reply [flat|nested] 34+ messages in thread
* [PATCH 4/7] linux-yocto: drop suggestion of devshell for patch failures
2015-05-21 19:08 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
` (2 preceding siblings ...)
2015-05-21 19:08 ` [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments Bruce Ashfield
@ 2015-05-21 19:08 ` Bruce Ashfield
2015-05-21 19:08 ` [PATCH 5/7] linux-yocto/3.19: Braswell DRM fixes Bruce Ashfield
` (2 subsequent siblings)
6 siblings, 0 replies; 34+ messages in thread
From: Bruce Ashfield @ 2015-05-21 19:08 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
When a patch fails to apply, the kernel-yocto bbclass attempted to
be helpful and suggest that devshell be used to fix the issue.
The only problem is that you can't get to devshell if a patch is
failing.
We drop this bad advise and instead point to the linux source directory.
[YOCTO: #6202]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/classes/kernel-yocto.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 88588d7cacc9..6fd025ef1e0c 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -163,7 +163,7 @@ do_patch() {
patchme ${KMACHINE}
if [ $? -ne 0 ]; then
bberror "Could not apply patches for ${KMACHINE}."
- bbfatal "Patch failures can be resolved in the devshell (bitbake -c devshell ${PN})"
+ bbfatal "Patch failures can be resolved in the linux source directory ${S})"
fi
# check to see if the specified SRCREV is reachable from the final branch.
--
2.1.0
^ permalink raw reply related [flat|nested] 34+ messages in thread* [PATCH 5/7] linux-yocto/3.19: Braswell DRM fixes
2015-05-21 19:08 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
` (3 preceding siblings ...)
2015-05-21 19:08 ` [PATCH 4/7] linux-yocto: drop suggestion of devshell for patch failures Bruce Ashfield
@ 2015-05-21 19:08 ` Bruce Ashfield
2015-05-21 19:08 ` [PATCH 6/7] linux-yocto/3.19: CONFIG_ATA_BMDMA and gcc5 ARM64 Bruce Ashfield
2015-05-21 19:08 ` [PATCH 7/7] linux-yocto/3.19: NFC config, Braswell fixes and axxia support Bruce Ashfield
6 siblings, 0 replies; 34+ messages in thread
From: Bruce Ashfield @ 2015-05-21 19:08 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating the 3.19 kernel SRCREVs to integrate the following Braswell
changes:
374b5d0e09ea drm/i915: Only wait for required lanes in vlv_wait_port_ready()
fca99e8ee111 Revert "drm/i915: Hack to tie both common lanes together on chv"
00682f31b612 drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHV
654b1a4497c5 drm/i915: Implement chv display PHY lane stagger setup
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.19.bb | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
index d8f8d498ad27..e55a75a74e4e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.19.5"
KMETA = "meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "0befa35f40997c90936047e57fbbdd7edbf7e525"
+SRCREV_machine ?= "374b5d0e09ea016975f3d5ab5544968f31054f52"
SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
index b6ec61a43b98..72fe25ac867f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/common-pc"
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "123f12cf162082802442d70701d83749376c45df"
-SRCREV_machine_qemuarm64 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525"
-SRCREV_machine_qemumips ?= "c6bc6e6a10b188f96b9761411421be78ee67aa75"
-SRCREV_machine_qemuppc ?= "b79584c854f875890d708d7fb3cda85430a9d3ec"
-SRCREV_machine_qemux86 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525"
-SRCREV_machine_qemux86-64 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525"
-SRCREV_machine_qemumips64 ?= "b25c62fa52d51dac118b0eed20b8d5971434fa80"
-SRCREV_machine ?= "0befa35f40997c90936047e57fbbdd7edbf7e525"
+SRCREV_machine_qemuarm ?= "00d625a9e909ff5cbf138cb20dc54e10f30638b3"
+SRCREV_machine_qemuarm64 ?= "374b5d0e09ea016975f3d5ab5544968f31054f52"
+SRCREV_machine_qemumips ?= "76bf3763b224e6d15c060206015f787e8968a4d7"
+SRCREV_machine_qemuppc ?= "6188d8bb5f774f0f760225f34371e94fcf8615d4"
+SRCREV_machine_qemux86 ?= "374b5d0e09ea016975f3d5ab5544968f31054f52"
+SRCREV_machine_qemux86-64 ?= "374b5d0e09ea016975f3d5ab5544968f31054f52"
+SRCREV_machine_qemumips64 ?= "623f6699ea6c4148579c8ede54ccfe0f3784b531"
+SRCREV_machine ?= "374b5d0e09ea016975f3d5ab5544968f31054f52"
SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
--
2.1.0
^ permalink raw reply related [flat|nested] 34+ messages in thread* [PATCH 6/7] linux-yocto/3.19: CONFIG_ATA_BMDMA and gcc5 ARM64
2015-05-21 19:08 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
` (4 preceding siblings ...)
2015-05-21 19:08 ` [PATCH 5/7] linux-yocto/3.19: Braswell DRM fixes Bruce Ashfield
@ 2015-05-21 19:08 ` Bruce Ashfield
2015-05-21 19:08 ` [PATCH 7/7] linux-yocto/3.19: NFC config, Braswell fixes and axxia support Bruce Ashfield
6 siblings, 0 replies; 34+ messages in thread
From: Bruce Ashfield @ 2015-05-21 19:08 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Integrating the following commit to remove a ATA configuration warning:
common-pc-drivers: Enable CONFIG_ATA_BMDMA
Enabling the ATA_BMDMA re-enables ATA_PIIX which was getting
disabled
Signed-off-by: Saul Wold <sgw@linux.intel.com>
And the following to fix the ARM64 gcc5 boot:
arm64: psci: move psci firmware calls out of line
An arm64 allmodconfig fails to build with GCC 5 due to __asmeq
assertions in the PSCI firmware calling code firing due to mcount
preambles breaking our assumptions about register allocation of
function
arguments:
/tmp/ccDqJsJ6.s: Assembler messages:
/tmp/ccDqJsJ6.s:60: Error: .err encountered
/tmp/ccDqJsJ6.s:61: Error: .err encountered
/tmp/ccDqJsJ6.s:62: Error: .err encountered
/tmp/ccDqJsJ6.s:99: Error: .err encountered
/tmp/ccDqJsJ6.s:100: Error: .err encountered
/tmp/ccDqJsJ6.s:101: Error: .err encountered
This patch fixes the issue by moving the PSCI calls out-of-line into
their own assembly files, which are safe from the compiler's
meddling
fingers.
Reported-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Armin Kuter <akuster@mvista.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto_3.19.bb | 18 +++++++++---------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
index e55a75a74e4e..bb567d67a3fd 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "3.19.5"
KMETA = "meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "374b5d0e09ea016975f3d5ab5544968f31054f52"
-SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892"
+SRCREV_machine ?= "a3f6f39fc369dba2816908bc1b324e0170aaa27d"
+SRCREV_meta ?= "44879ee54dce8e11695dcb476d1b178a48a71f6a"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
index 72fe25ac867f..8d8a8c5901d1 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/common-pc"
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "00d625a9e909ff5cbf138cb20dc54e10f30638b3"
-SRCREV_machine_qemuarm64 ?= "374b5d0e09ea016975f3d5ab5544968f31054f52"
-SRCREV_machine_qemumips ?= "76bf3763b224e6d15c060206015f787e8968a4d7"
-SRCREV_machine_qemuppc ?= "6188d8bb5f774f0f760225f34371e94fcf8615d4"
-SRCREV_machine_qemux86 ?= "374b5d0e09ea016975f3d5ab5544968f31054f52"
-SRCREV_machine_qemux86-64 ?= "374b5d0e09ea016975f3d5ab5544968f31054f52"
-SRCREV_machine_qemumips64 ?= "623f6699ea6c4148579c8ede54ccfe0f3784b531"
-SRCREV_machine ?= "374b5d0e09ea016975f3d5ab5544968f31054f52"
-SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892"
+SRCREV_machine_qemuarm ?= "97428dbb2231f8a715de9db66f3c2358e4927716"
+SRCREV_machine_qemuarm64 ?= "a3f6f39fc369dba2816908bc1b324e0170aaa27d"
+SRCREV_machine_qemumips ?= "a4573b23f8fa35a6e93131fac2f1c0f1d5115fea"
+SRCREV_machine_qemuppc ?= "8bbd8a1369c773dbe8bed27b613aa4b7dd175670"
+SRCREV_machine_qemux86 ?= "a3f6f39fc369dba2816908bc1b324e0170aaa27d"
+SRCREV_machine_qemux86-64 ?= "a3f6f39fc369dba2816908bc1b324e0170aaa27d"
+SRCREV_machine_qemumips64 ?= "62681c2cfa32bee03aee368b704228bc91c2483f"
+SRCREV_machine ?= "a3f6f39fc369dba2816908bc1b324e0170aaa27d"
+SRCREV_meta ?= "44879ee54dce8e11695dcb476d1b178a48a71f6a"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
--
2.1.0
^ permalink raw reply related [flat|nested] 34+ messages in thread* [PATCH 7/7] linux-yocto/3.19: NFC config, Braswell fixes and axxia support
2015-05-21 19:08 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
` (5 preceding siblings ...)
2015-05-21 19:08 ` [PATCH 6/7] linux-yocto/3.19: CONFIG_ATA_BMDMA and gcc5 ARM64 Bruce Ashfield
@ 2015-05-21 19:08 ` Bruce Ashfield
6 siblings, 0 replies; 34+ messages in thread
From: Bruce Ashfield @ 2015-05-21 19:08 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating the 3.19 kernel SRCREVs for the following commits:
NFC:
727cfce45077 meta: intel-common: enable generic NFC support
f3e890065903 meta: features/nfc: add generic configuration for NFC support
Braswell:
d3c0b958e688 drm/i915: New offset for reading frequencies on CHV.
dac6babbba62 drm/i915/chv: Populate total EU count on Cherryview
Axxia:
c706cb356dea arch/arm/axxia: Remove the axxia zImage.fm build
45a1aaacf6cb drivers/hwmon: Remove adt75 redundant driver
7203ee166c01 arch/arm/mach-axxia: Fixed L2 power up failure
a1541e9f0a4c kernel/irq/manage.c: Fix irq_set_affinity to allow use with buslocks
d42c0bd1c8be arch/arm/mach-axxia: Reverse checkpatch compatibility
5dbd07431a7a arch/arm/mach-axxia: changed affinity parameter to cpu
23e4ebc66acb char: hwrng: AXXIA TRNG driver added for AXM55xx
61eb3c8ee1d7 arch/arm/mach-axxia: Updated Axxia 55xx PCIe driver to use correct Doorbell interrupt IRQs
b03e0655094a AXM55xx RapidIO : Added support for Device revision and link down Monitor.
7577ad26cf73 rionet: Fix the corruption of tx_cnt during Transmit.
07fd2163ae56 arch/arm/mach-axxia: fixed NO SMP
c9371e98cc80 arch/arm/mach-axxia: fixed compiler warning
0a814fe7e747 arch/arm/mach-axxia: Updated PCIe driver doorbell support
cd3d9b46bea4 misc: lsi-ncr: Only use AMP lock on PPC platforms.
826c600c6ad6 fs: vmfs: Use generic mmap function
e2d0047cb106 arch/arm/mach-axxia: Removed axxia_circular_queue
f1ff06eaabed ARM: axxia: Add cluster and L2 power off in hotplug
b98711344263 ARM: irq: Return error when set_affinity is called from hotplug
9fd9306a30ae arch/arm/mach-axxia: Enable L3
68989d446582 Revert "arch/arm/mach-axxia: Fixed affinity error on IRQ migration"
0be0ef90a887 Revert "arch/arm/mach-axxia: fixed failure to power up cluster"
1c6522a03e81 Revert "arch/arm/mach-axxia: fixed hang in preempt kernel"
ef06a68393a3 fs/vmfs: Changes to add VMFS support for axxia.
3025e9deede6 drivers/usb/host: Changes to support the axxia BSP
b128b4f0d4e8 drivers/tty: Changes to support the axxia BSP
d1b60a7e62ef drivers/hwmon: Changes made to support the axxia BSP
2899ccbf1438 drivers/spi: Changes to support the axxia BSP
8e9cff566254 drivers/rapidio/devices: Changes to support axxia BSP
3424d2ca2653 drivers/net/ethernet: Changes to support the axxia BSP
2353dc816d6b drivers/mtd: Changes to support the axxia BSP
4b5fa2bf86cf drivers/misc: Changes made to support axxia BSP
8a5bd53ec241 drivers/i2c: Changes to support axxia BSP
02bfe1548d1a arch/arm/drivers/edac: Changes to support axxia BSP
2431db7c0c90 arch/arm/drivers/dma: Changes to support the axxia BSP
61fa3f268d5c arch/arm: arm changes to support the axxia BSP
22e0fb7be665 arch/arm/mach-axxia: add power management support
5cab63c5a1f2 arch/arm/mach-axxia: kernel files to support the mach-axxia
1336aba51616 arch/arm/boot: Changes to support the axxia BSP
97324fa920cb arch/arm/boot/dts: Files added to support axxia 5500 board
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto_3.19.bb | 18 +++++++++---------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
index bb567d67a3fd..777aa60b14c4 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "3.19.5"
KMETA = "meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "a3f6f39fc369dba2816908bc1b324e0170aaa27d"
-SRCREV_meta ?= "44879ee54dce8e11695dcb476d1b178a48a71f6a"
+SRCREV_machine ?= "d3c0b958e68824c7037005e2a84e5661ba98d5b0"
+SRCREV_meta ?= "727cfce45077a1f73f1dbc42e8093fde0c5e36a7"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
index 8d8a8c5901d1..975b3afbf1d1 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/common-pc"
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "97428dbb2231f8a715de9db66f3c2358e4927716"
-SRCREV_machine_qemuarm64 ?= "a3f6f39fc369dba2816908bc1b324e0170aaa27d"
-SRCREV_machine_qemumips ?= "a4573b23f8fa35a6e93131fac2f1c0f1d5115fea"
-SRCREV_machine_qemuppc ?= "8bbd8a1369c773dbe8bed27b613aa4b7dd175670"
-SRCREV_machine_qemux86 ?= "a3f6f39fc369dba2816908bc1b324e0170aaa27d"
-SRCREV_machine_qemux86-64 ?= "a3f6f39fc369dba2816908bc1b324e0170aaa27d"
-SRCREV_machine_qemumips64 ?= "62681c2cfa32bee03aee368b704228bc91c2483f"
-SRCREV_machine ?= "a3f6f39fc369dba2816908bc1b324e0170aaa27d"
-SRCREV_meta ?= "44879ee54dce8e11695dcb476d1b178a48a71f6a"
+SRCREV_machine_qemuarm ?= "e5aa4ad4249e079b8459a90b4ffa50d04b474458"
+SRCREV_machine_qemuarm64 ?= "d3c0b958e68824c7037005e2a84e5661ba98d5b0"
+SRCREV_machine_qemumips ?= "3b8cc925c5312b37cb824dfe58c2a4dcbb2b9732"
+SRCREV_machine_qemuppc ?= "4ac61cf97719f01c5cb226881956e77624fb534c"
+SRCREV_machine_qemux86 ?= "d3c0b958e68824c7037005e2a84e5661ba98d5b0"
+SRCREV_machine_qemux86-64 ?= "d3c0b958e68824c7037005e2a84e5661ba98d5b0"
+SRCREV_machine_qemumips64 ?= "f5bf944a0edde0e379af4296917d33a562e6586b"
+SRCREV_machine ?= "d3c0b958e68824c7037005e2a84e5661ba98d5b0"
+SRCREV_meta ?= "727cfce45077a1f73f1dbc42e8093fde0c5e36a7"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
--
2.1.0
^ permalink raw reply related [flat|nested] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2023-12-21 14:25 bruce.ashfield
0 siblings, 0 replies; 34+ 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] 34+ messages in thread* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2023-12-05 4:26 bruce.ashfield
0 siblings, 0 replies; 34+ 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] 34+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2022-06-07 13:59 bruce.ashfield
0 siblings, 0 replies; 34+ 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] 34+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2020-10-06 19:04 Bruce Ashfield
0 siblings, 0 replies; 34+ 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] 34+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2018-05-18 15:05 Bruce Ashfield
0 siblings, 0 replies; 34+ 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] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2016-11-22 15:58 Bruce Ashfield
0 siblings, 0 replies; 34+ 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] 34+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2014-09-23 14:57 Bruce Ashfield
0 siblings, 0 replies; 34+ 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] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ 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; 34+ 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] 34+ messages in thread
end of thread, other threads:[~2026-01-07 13:59 UTC | newest]
Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-21 19:08 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
2015-05-21 19:08 ` [PATCH 1/7] linux-yocto/3.14: cavium and configuration changes Bruce Ashfield
2015-05-21 19:08 ` [PATCH 2/7] linux-yocto/3.19: braswell DRM/i915 Graphics fixes Bruce Ashfield
2015-05-21 19:08 ` [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments Bruce Ashfield
2015-05-21 21:55 ` Andre McCurdy
2015-05-22 0:59 ` Bruce Ashfield
2015-05-22 1:19 ` Andre McCurdy
2015-05-22 1:31 ` Bruce Ashfield
2015-05-21 19:08 ` [PATCH 4/7] linux-yocto: drop suggestion of devshell for patch failures Bruce Ashfield
2015-05-21 19:08 ` [PATCH 5/7] linux-yocto/3.19: Braswell DRM fixes Bruce Ashfield
2015-05-21 19:08 ` [PATCH 6/7] linux-yocto/3.19: CONFIG_ATA_BMDMA and gcc5 ARM64 Bruce Ashfield
2015-05-21 19:08 ` [PATCH 7/7] linux-yocto/3.19: NFC config, Braswell fixes and axxia support 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
2014-09-23 14:57 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