Re: [yocto] linux-libc-headers - how to handle for older kernels?

2019-12-03 Thread Bruce Ashfield
On Tue, Dec 3, 2019 at 2:59 AM Peter Bergin wrote: > > On 2019-12-02 14:44, Bruce Ashfield wrote: > > On Mon, Dec 2, 2019 at 4:14 AM Mike Looijmans > > wrote: > >> On 01-12-19 22:57, Peter Bergin via Lists.Yoctoproject.Org wrote: > >>> Hi, > >>

Re: [yocto] zeus issues with fetching linux-yocto for beaglebone

2019-12-03 Thread Bruce Ashfield
On Tue, Dec 3, 2019 at 2:54 PM Marek Belisko wrote: > > Hi, > > I'm building yocto-beagle machine on poky zeus branch and linux-yocto > cannot be fetched. It still retry and start from beginning with > warning like; > > linux-yocto-5.2.17+gitAUTOINC+bd0762cd13_25b14cdf96-r0 do_fetch: > Failed to

Re: [yocto] Docker Error on Yocto Build on ARM

2019-12-16 Thread Bruce Ashfield
On Mon, Dec 16, 2019 at 7:23 AM Aj Cit wrote: > > Hi, > > We are getting the following error while building yocto -warrior QEMUarm64; > however we are getting the following error while running the docker service.: > The meta-virtualization list is the right place to ask questions about docker.

[yocto] [PATCH 1/2] yocto-bsps/5.2: backport perf build fix for latest binutils

2020-03-04 Thread Bruce Ashfield
From: Bruce Ashfield [ Author: Changbin Du Date: Tue Jan 28 23:29:38 2020 +0800 perf: Make perf able to build with latest libbfd libbfd has changed the bfd_section_* macros to inline functions bfd_section_ since 2019-09-18. See below two commits: o http

[yocto] [PATCH 2/2] yocto-bsps: drop 5.2 bbappend

2020-03-04 Thread Bruce Ashfield
From: Bruce Ashfield The 5.2 recipes have been dropped from oe-core, so we drop the 5.2 bbappends to match. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.2.bbappend| 23 --- 1 file changed, 23 deletions(-) delete mode 100644 meta-yocto-bsp/recipes

[yocto] [PATCH 0/4] kernel-yocto: consolidated pull request

2020-03-04 Thread Bruce Ashfield
From: Bruce Ashfield Hi all, As mentioned on the technical call yesterday, here's my latest set of 5.2 updates, 5.4 updates and more importantly, the removal of 5.2 from master. As usual, I'll continue to support and update 5.2, just without sending SRCREV updates to master. The last set

Re: [yocto] Building xen-image-minmal for raspberrypi3-64: kernel-module-xen-* not being built

2020-03-05 Thread Bruce Ashfield
On Wed, Mar 4, 2020 at 5:40 PM Aljoscha Lautenbach wrote: > > Hi, > > I made some progress on this today. After running “bitbake -c > menuconfig virtual/kernel“ and searching for the config parameters > that xen.cfg was supposed to set, it was obvious that they were in > fact not set, as the

[yocto] [PATCH] yocto-bsps: update to v5.4.20

2020-02-21 Thread Bruce Ashfield
From: Bruce Ashfield Updating the SRCREVs for the h/w references to v5.4.20, which includes the binutils fix for perf. Signed-off-by: Bruce Ashfield --- .../recipes-kernel/linux/linux-yocto_5.4.bbappend | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta

[yocto] [PATCH 0/3] poky/yocto-bsp: update default kernel and drop old bbappends

2020-02-21 Thread Bruce Ashfield
From: Bruce Ashfield Hi all, This goes along with my series to oe-core. Once that goes in, this bumps the default and drops v4.19. Cheers, Bruce The following changes since commit e4be65a39aecd10e31991879114856c2784ecd69: qemu: bump default reference kernel to v5.4 (2020-02-20 09:27:05

[yocto] [PATCH 1/3] poky: bump preferred kernel to v5.4

2020-02-21 Thread Bruce Ashfield
From: Bruce Ashfield Ensure that the 5.4 LTS kernel is the preferred version for all poky boards. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro

[yocto] [PATCH 3/3] yocto-bsp: drop 4.19 bbappend

2020-02-21 Thread Bruce Ashfield
From: Bruce Ashfield 5.4 is the new LTS kernel, so we drop the 4.19 bbappens as the 4.19 kernel will be removed. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_4.19.bbappend | 23 --- 1 file changed, 23 deletions(-) delete mode 100644 meta-yocto-bsp

[yocto] [PATCH 2/3] poky-alt: bump LTS kernel to v5.4

2020-02-21 Thread Bruce Ashfield
From: Bruce Ashfield We move from 4.19 to 5.4 as the LTS kernel. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc b

Re: [yocto] [yocto-kernel-tools][PATCH] tools: Provide merge_config.py alternative to merge_config.sh

2020-02-18 Thread Bruce Ashfield
On Tue, Feb 18, 2020 at 8:22 AM Nikolay Merinov via Lists.Yoctoproject.Org wrote: > > Hi, > > Is "yocto" is correct mail list for such patch? > The linux-yocto list is the right place. > During the work I already faced issues related to 1, 3, and 4 improvements > from the commit message. And

Re: [yocto] sstate causing stripped kernel vs symbols mismatch

2020-04-09 Thread Bruce Ashfield
On Thu, Apr 9, 2020 at 1:21 PM Sean McKay wrote: > > I don’t know offhand, but the kernel documentation seems relatively > straightforward. > > I can start investigating in that direction and see how complex it looks like > it’s going to be. > I can tweak linux-yocto in the direction of

Re: [yocto] [meta-rockchip][PATCH] Use linux-yocto kernel from OE-core

2020-04-14 Thread Bruce Ashfield
/kernel ?= "linux-stable" > >> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" > >> +KCONFIG_MODE ?= "alldefconfig" > >> LINUX_VERSION_EXTENSION ?= "-rockchip" > >> > >> # xserver > >> diff --git > >> a/recipes-k

Re: Private: Re: [yocto] Excluding kernel configuration fragment

2020-03-19 Thread Bruce Ashfield
g something easier for master, so in the future .. it will be easy to remove that sort of warning. Cheers, Bruce > > Thanks for your help. > > On Wed, Mar 18, 2020, at 6:06 PM, Bruce Ashfield wrote: > > Hi Fred, > > So I dug into this today, and as I suspected, ther

Re: [yocto] Excluding kernel configuration fragment

2020-03-17 Thread Bruce Ashfield
On Tue, Mar 17, 2020 at 2:41 PM Fred Baksik wrote: > > What is the best way of excluding a kernel configuration fragment? > > I am trying to disable sound support in the kernel. I can create a fragment > for this but then this conflicts with the other existing fragments. > For example when

[yocto] [PATCH 1/2] poky-tiny: set preferred version to 5.8

2020-08-25 Thread Bruce Ashfield
From: Bruce Ashfield Even though tiny isn't extensively used (it was referencing a removed kernel version), it still should be updated to the latest. Build testing passed with the 5.8 kernel, so we make it the preferred version. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky

[yocto] [PATCH 2/2] poky: add preferred version for linux-yocto-rt

2020-08-25 Thread Bruce Ashfield
From: Bruce Ashfield As a step towards getting more testing on -rt, we should explicitly set the preferred version for linux-yocto-rt. Newly introduced kernels lag in -rt support (as we wait for upstream projects), so we don't want the version to always be the latest by default. Signed-off

Re: [yocto] [PATCH] meta-yocto-bsp: Bump to the v5.8 kernel

2020-08-26 Thread Bruce Ashfield
On Wed, Aug 26, 2020 at 2:22 AM Kevin Hao wrote: > > Boot test for all the supported boards. There is a kernel config > check warning for beaglebone-yocto, the fix [1] has been sent to > kernel-meta for merging. > > [1] https://lists.yoctoproject.org/g/linux-yocto/message/8992 > Thanks Kevin!

[yocto] [PATCH 1/3] poky: set preferred version for linux-yocto to be v5.8

2020-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index f2ee0d1877..826f0d633a 100644 --- a/meta-poky/conf/distro/poky.conf

[yocto] [PATCH 3/3] yocto-bsp: update to v5.4.58

2020-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.4.bbappend | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux

[yocto] [PATCH 2/3] yocto-bsp: update to v5.4.56

2020-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.4.bbappend | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux

[yocto] [PATCH 0/3] yocto-bsp/poky: kernel updates and default

2020-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Richard, Similar to oe-core, these are the patches I'm carrying to update the reference BSPs to the latest 5.4 (we still need a 5.8 bbappend and confirmed booting), as well as a switch to 5.8 as the default. That being said, I'm not sure of the way you'd like the default

Re: [yocto] [PATCH 0/3] yocto-bsp/poky: kernel updates and default

2020-08-24 Thread Bruce Ashfield
On Sun, Aug 23, 2020 at 11:23 PM Mittal, Anuj wrote: > Hi Bruce, > > On Fri, 2020-08-21 at 15:07 -0400, Bruce Ashfield wrote: > > From: Bruce Ashfield > > > > Richard, > > > > Similar to oe-core, these are the patches I'm carrying to update the > &g

Re: [linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: upgrade patches for raspberrypi 4b platform

2020-09-21 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: upgrade patches for raspberrypi 4b platform on 19/09/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > There are some new patches merged into upstream raspberrypi sdk kernel, > branch rpi-5.4.y. >

[yocto] [PATCH] yocto-bsps: update reference BSPs to 5.4.54

2020-08-05 Thread Bruce Ashfield
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- This also picks up the binutils fix. Bruce .../linux/linux-yocto_5.4.bbappend | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4

[yocto] [PATCH] yocto-bsps: bump reference boards to v5.4.49

2020-06-29 Thread Bruce Ashfield
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- This goes along with my oe-core -stable version bumps. It contains the gcc10 host compiler fixes. If the issues still pop up, we'll try the debug patch. Bruce .../linux/linux-yocto_5.4.bbappend | 16 1

Re: [linux-yocto] [yocto] [meta-security][PATCH] ccs-tools:Fix build error when enable multilib.

2020-07-03 Thread Bruce Ashfield
Wrong mailing list for this one, adding the main yocto list and cc'ing armin. Bruce On Thu, Jul 2, 2020 at 11:23 PM zhengruoqin wrote: > > ERROR: lib32-ccs-tools-1.8.4-r0 do_install: oe_runmake failed > ERROR: lib32-ccs-tools-1.8.4-r0 do_install: Execution of >

Re: [yocto][meta-virtualization][zeus][PATCH] kubernetes: CVE-2019-11254

2020-06-18 Thread Bruce Ashfield
This should go to the meta-virt mailing list. But you still haven't answered my question from the last k8s CVE patch: "Can you confirm that the k8s versions in master/dunfell don't have this CVE ?" Bruce On Thu, Jun 18, 2020 at 3:34 AM Zhixiong Chi wrote: > > Backport the CVE patch from the

Re: [yocto][meta-virtualization][zeus][PATCH] kubernetes: CVE-2019-11254

2020-06-19 Thread Bruce Ashfield
On Thu, Jun 18, 2020 at 10:28 PM Zhixiong Chi wrote: > > > On 2020/6/18 下午8:49, Bruce Ashfield wrote: > > This should go to the meta-virt mailing list. > > But you still haven't answered my question from the last k8s CVE patch: > > "Can you confirm that the k8s

Re: [linux-yocto] kernel-debuginfo

2020-06-16 Thread Bruce Ashfield
On Tue, Jun 16, 2020 at 10:02 AM Michael wrote: > > Thank you for a quick respond Bruce. > > > __ > > On Mon, Jun 15, 2020 at 5:37 PM Michael wrote: > >> > >> Hello all. > >> > >> I'm creating a yocto Warrior branch project to a fakeroot for powerpc > >> embedded system to

Re: [yocto][meta-virtualization][zeus][PATCH] kubernetes: CVE-2019-11254

2020-06-22 Thread Bruce Ashfield
This patch doesn't apply to zeus. Can you rebase and resubmit ? Cheers, Bruce In message: [yocto][meta-virtualization][zeus][PATCH] kubernetes: CVE-2019-11254 on 18/06/2020 Zhixiong Chi wrote: > Backport the CVE patch from the upstream: > https://github.com/kubernetes/kubernetes.git > >

Re: [yocto][meta-virtualization][zeus][PATCH] kubernetes: CVE-2020-8555

2020-06-16 Thread Bruce Ashfield
Can you confirm that the k8s versions in master/dunfell don't have this CVE ? Bruce In message: [yocto][meta-virtualization][zeus][PATCH] kubernetes: CVE-2020-8555 on 15/06/2020 Zhixiong Chi wrote: > Backport the CVE patch from the upstream: > https://github.com/kubernetes/kubernetes.git > >

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Bruce Ashfield
> > > pkg_postinst_kernel-devicetree_append_imx8qxp-var-som () { > > cd $D/boot > > ln -s ${DEFAULT_DTB_PREFIX}-${DEFAULT_DTB}.dtb > ${DEFAULT_DTB_PREFIX}.dtb > > } > > > > pkg_postinst_kernel-devicetree_append_imx8qm-var-som () { > > cd $D/b

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Bruce Ashfield
> *Scott D. Whitney* > > *s...@inea.com *| T: 781-801-1152| > F: 781-801-1108| *www.inea.com <http://www.inea.com/>* > > > > *From:* Bruce Ashfield > *Sent:* Monday, July 27, 2020 10:04 PM > *To:* Scott Whitney > *Cc:* yo...@yoctoproject.

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-27 Thread Bruce Ashfield
On Mon, Jul 27, 2020 at 3:51 PM Scott Whitney wrote: > Hi Yocto group, > > > > I’m working with a newly-released copy of Yocto Zeus from Variscite for > the i.MX8MM Mini, although the same option seems to apply to the previous > Yocto Warrior. > > > > I understand that a Linux real-time kernel

Re: [yocto] [OE-core][PATCH] kernel-dummy: fix executing unexpected tasks

2020-11-25 Thread Bruce Ashfield
On Wed, Nov 25, 2020 at 11:56 AM Andrej Valek wrote: > - refactor kernel dummy recipe > - remove unneeded COPYING.GPL file -> change license to close > - remove unneeded tasks (fetch, unpack, pack) > - do not run unneeded tasks, but keep deps (configure, compile, install) > - save files into

Re: [yocto] [meta-rockchip][PATCH] Fix Rock Pi 4 serial port

2020-12-11 Thread Bruce Ashfield
On Fri, Dec 11, 2020 at 9:48 AM Joshua Watt wrote: > > Fixes the serial port output stopping mid way through the boot process > by reverting the kernel commit that caused it. If you want, I can also pick this up and merge it directly into linux-yocto and do a SRCREV bump. Have you tested

Re: [yocto] [meta-rockchip][PATCH] Fix Rock Pi 4 serial port

2020-12-11 Thread Bruce Ashfield
On Fri, Dec 11, 2020 at 10:55 AM Joshua Watt wrote: > > > On 12/11/20 9:16 AM, Bruce Ashfield wrote: > > On Fri, Dec 11, 2020 at 9:48 AM Joshua Watt wrote: > >> Fixes the serial port output stopping mid way through the boot process > >> by reverting the kernel

Re: [yocto] Prevent WIC image from being built?

2020-12-28 Thread Bruce Ashfield
On Mon, Dec 28, 2020 at 7:12 PM Howard wrote: > > Hi: > > Was wondering if there was a way to exclude wic image from being built. > If you remove "wic" from the IMAGE_TYPES, it won't be built. https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-IMAGE_TYPES Bruce > Many

Re: [yocto] How to develop kernel modules on the target?

2020-12-28 Thread Bruce Ashfield
On Mon, Dec 28, 2020 at 2:06 PM p32 via lists.yoctoproject.org wrote: > > Hello, > > The execution of "make scripts prepare" did actually solve the issue, thank > you very much for your help! > > However, the need to manually execute this command on the target platform > made me look into the

[yocto] [PATCH] bsps/5.10: update to v5.10.43

2021-06-16 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release, and to match the qemu BSPs in oe-core Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.10.bbappend | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta

Re: [yocto] Recipe Grep'ing

2021-05-05 Thread Bruce Ashfield
On Wed, May 5, 2021 at 8:42 PM Chuck Wolber wrote: > > I was pondering putting some work in to a fairly large patch set aimed at > making recipes easier to grep through, and wanted to get some feedback before > I put time and effort into it. > > I have often found that the following pattern

Re: [yocto] Understanding kernel patching in linux-yocto

2021-05-12 Thread Bruce Ashfield
On Wed, May 12, 2021 at 10:07 AM Yann Dirson wrote: > > Thanks for those clarifications! > > Some additional questions below > > Le mer. 12 mai 2021 à 15:19, Bruce Ashfield a > écrit : > > > > On Wed, May 12, 2021 at 7:14 AM Yann Dirson > > wrote: > &

Re: [yocto] Understanding kernel patching in linux-yocto

2021-05-12 Thread Bruce Ashfield
On Wed, May 12, 2021 at 7:14 AM Yann Dirson wrote: > > I am currently working on a kmeta BSP for the rockchip-based NanoPI M4 > [1], and I'm wondering how I should be providing kernel patches, as > just add ing "patch" directives in the .scc does not get them applied > unless the particular .scc

Re: [yocto] [linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: drivers: dspi: fsl: fix dspi transfer hang issue

2021-06-06 Thread Bruce Ashfield
In message: [linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: drivers: dspi: fsl: fix dspi transfer hang issue on 04/06/2021 Zhantao Tang wrote: > > Hi Bruce, > > > There is an patch to fix dspi hang issue. > > Would you please help to merge this patch into linux-ycoto

Re: [yocto] [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister

2021-06-04 Thread Bruce Ashfield
On Thu, Jun 3, 2021 at 11:35 PM Kai wrote: > > On 6/4/21 11:22 AM, Bruce Ashfield wrote: > > On Thu, Jun 3, 2021 at 11:06 PM wrote: > >> From: Kai Kang > >> > >> Replace hardknott with honister in layer.conf which aligns with > >> oe-core. > &g

Re: [yocto] [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister

2021-06-04 Thread Bruce Ashfield
On Fri, Jun 4, 2021 at 8:27 AM Bruce Ashfield wrote: > > On Thu, Jun 3, 2021 at 11:35 PM Kai wrote: > > > > On 6/4/21 11:22 AM, Bruce Ashfield wrote: > > > On Thu, Jun 3, 2021 at 11:06 PM wrote: > > >> From: Kai Kang > > >> > > >

Re: [yocto] [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister

2021-06-04 Thread Bruce Ashfield
On Fri, Jun 4, 2021 at 8:37 AM Bruce Ashfield via lists.yoctoproject.org wrote: > > On Fri, Jun 4, 2021 at 8:27 AM Bruce Ashfield > wrote: > > > > On Thu, Jun 3, 2021 at 11:35 PM Kai wrote: > > > > > > On 6/4/21 11:22 AM, Bruce Ashfield wrote: > &g

Re: [yocto] Can the Linux kernel reuse the barebox device tree? #kernel

2021-06-04 Thread Bruce Ashfield
On Fri, Jun 4, 2021 at 5:00 AM wrote: > > Hi, > I made the following observation in my custom Yocto system: > The device tree loaded by the Linux kernel is one that is only available in > the barebox directory, but not available in the kernel sources. In fact, it > is quite similar, but I made

Re: [yocto] [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister

2021-06-03 Thread Bruce Ashfield
On Thu, Jun 3, 2021 at 11:06 PM wrote: > > From: Kai Kang > > Replace hardknott with honister in layer.conf which aligns with > oe-core. > I had added this back in April, but apparently didn't push the change. I also noticed that I've been updating the wrong branch with compatibility. That

Re: [yocto] Would COMPATIBLE_IMAGE make sense?

2021-06-29 Thread Bruce Ashfield
On Tue, Jun 29, 2021 at 2:41 AM Josef Holzmayr wrote: > > Howdy! > > Am 29.06.2021 um 01:28 schrieb Jonas Vautherin: > > I was thinking about my issue described here [1], and discovered the > > variables called COMPATIBLE_MACHINE and COMPATIBLE_HOST, which "you can > > use to stop recipes from

[yocto] [PATCH] perf: reproducibility fixes for pmu-events.c

2021-03-11 Thread Bruce Ashfield
From: Bruce Ashfield perf generates pmu-events.c as part of the build process. The code that generates the events is doing tree walks and potentially other non-determinstic things. We'd rather not mess with that implementation, so we add a script that knows how to read the pmu-events.c, sort

Re: [yocto] [PATCH] perf: reproducibility fixes for pmu-events.c

2021-03-11 Thread Bruce Ashfield
Ignore this. I reused an old git-send-email and sent it to the wrong list. I've re-send to oe-core :D Bruce On Thu, Mar 11, 2021 at 8:56 AM Bruce Ashfield via lists.yoctoproject.org wrote: > > From: Bruce Ashfield > > perf generates pmu-events.c as part of the build process

[yocto] [PATCH] yocto-bsp: update reference platforms to latest 5.10

2021-03-09 Thread Bruce Ashfield
From: Bruce Ashfield Bumping our reference boards to match the latest in OE-core. Not only do we get the latest, we fix a configuration warning with genericx86. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.10.bbappend | 16 1 file changed, 8

[yocto] [PATCH v2] yocto-bsp: update reference platforms to latest 5.10

2021-03-09 Thread Bruce Ashfield
From: Bruce Ashfield Bumping our reference boards to match the latest in OE-core. Not only do we get the latest, we fix a configuration warning with genericx86. Signed-off-by: Bruce Ashfield --- The edgerouter had a compilation issue due to a dropped #ifdef during merge. This fixes up

Re: [yocto] Kernel Header UAPI Issue

2021-02-23 Thread Bruce Ashfield
On Tue, Feb 23, 2021 at 9:56 AM Karthik Poduval wrote: > > Hi Mikko, > > Do you have an example on how you do that ? Do you bbapend the > linux-libc-headers recipe file ? > I have an application that uses dmabuf heap that potentially extends > across multiple BSP's as its BSP agnostic. I don't

Re: [yocto] Kernel Header UAPI Issue

2021-02-22 Thread Bruce Ashfield
On Mon, Feb 22, 2021 at 7:52 PM Karthik Poduval wrote: > > I have a 5.4 kernel where I applied a patch (using a .scc file) from > kernel 5.6 which brings in dmabuf heaps. > > The patch exports a uapi header > include/uapi/linux/dma-heap.h. > I am trying to write an application that uses dmabuf

[yocto] [PATCH] linux-yocto/5.4: fix arm defconfig warnings

2021-04-20 Thread Bruce Ashfield
From: Bruce Ashfield A recent fix to the kern-tools promoted some previously unseen issues to warnings. This commit fixes them by tagging some BT options as non-hardware so they won't generate warnings if they don't appear in the final .config. These are sub BT options and shouldn't warn when

Re: [yocto] [PATCH] linux-yocto/5.4: fix arm defconfig warnings

2021-04-20 Thread Bruce Ashfield
Obviously this is to the wrong list! It escaped before I could stop it :D I've already resent to oe-core. Bruce On Tue, Apr 20, 2021 at 8:31 AM Bruce Ashfield via lists.yoctoproject.org wrote: > > From: Bruce Ashfield > > A recent fix to the kern-tools promoted some previ

[yocto] [PATCH 1/4] poky/poky-tiny: set default kernel to 5.13

2021-08-15 Thread Bruce Ashfield
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky-tiny.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index c25e50c73a..b8f5f21a31 100644 --- a/meta-poky/conf

[yocto] [PATCH 0/4] poky: kernel: change defaults to 5.10/5.13

2021-08-15 Thread Bruce Ashfield
From: Bruce Ashfield Richard, This is a follow on to my oe-core series that drops the 5.4 recipes. I haven't had any issues with 5.10/5.13 in my local testing, but I do expect we'll find something during integration. Cheers, Bruce The following changes since commit

[yocto] [PATCH 3/4] yocto-bsp: drop 5.4 bbappend

2021-08-15 Thread Bruce Ashfield
From: Bruce Ashfield 5.4 has been removed from oe-core, so we drop our associated bbappend. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.4.bbappend| 23 --- 1 file changed, 23 deletions(-) delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux

[yocto] [PATCH 2/4] poky: set default kernel to 5.13

2021-08-15 Thread Bruce Ashfield
From: Bruce Ashfield both -rt and -standard have been updated to 5.13, so we switch out defaults. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro

[yocto] [PATCH 4/4] poky-alt: switch default kernel to 5.10

2021-08-15 Thread Bruce Ashfield
From: Bruce Ashfield 5.4 has been dropped from oe-core release/development, so we switch the alt-config to use 5.10. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky

Re: [yocto] Binary compliance validation

2021-08-31 Thread Bruce Ashfield
On Tue, Aug 31, 2021 at 11:48 AM Anatol Belski wrote: > > Hi, > > I'm writing to present an ABI compliance check mechanism for Poky > recently developed to help improve the product stability. It is still > an early work which however has already proven itself useful and thus > the time seems

[yocto] [PATCH 2/2] yocto-bsp/5.13: update to v5.13.15

2021-09-10 Thread Bruce Ashfield
From: Bruce Ashfield Updating the reference boards to match the oe-core kernel version. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.13.bbappend | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux

[yocto] [PATCH 1/2] yocto-bsp/5.10: update to v5.10.63

2021-09-10 Thread Bruce Ashfield
From: Bruce Ashfield Updating the reference platforms to match the latest 5.10 -stable in oe-core. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.10.bbappend | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta-yocto-bsp/recipes

Re: [yocto] building the kernel's usbipd daemon

2021-10-11 Thread Bruce Ashfield
On Mon, Oct 11, 2021 at 6:16 PM chuck kamas via lists.yoctoproject.org wrote: > > Hi all, > > > I've googled most of the day, but to no avail. How does one compile and > add to the image the daemon usbipd? Is there a bitbake file already for > this? The code is part of the kernel found in the

Re: [yocto] building the kernel's usbipd daemon

2021-10-12 Thread Bruce Ashfield
se appear to be basically the same very simple bb file. > Assuming that you don't need to patch the sources directly, any of those would likely work ... depending on the dependencies and options of what tool you are building. Bruce > > Chuck > > > On 10/11/21 5:46 PM, Bruce

Re: [yocto] docker fragment missing conntrack and netfilter entries? #meta-virtualization

2021-10-14 Thread Bruce Ashfield
On Thu, Oct 14, 2021 at 12:23 PM wrote: > > Hi, > > I have just completed a bringup of Poky on the ODROID N2+ platform, but > noticed that Docker failed to start, complaining that it could not load the > "nf_conntrack_netlink" module. > After checking docker.cfg, I noticed that a few

Re: [yocto] LINUX_VERSION_EXTENSION has no effect #yocto #kernel #dunfell

2021-10-08 Thread Bruce Ashfield
On Fri, Oct 8, 2021 at 11:52 AM wrote: > > I have defined LINUX_VERSION_EXTENSION in my kernel recipe. > > I have no CONFIG_LOCALVERSION or CONFIG_LOCALVERSION_AUTO defined in my > defconfig > > After i run bitbake -c kernel_configme I can see in my > .config file: > > CONFIG_LOCALVERSION="" >

[yocto] [PATCH] yocto-bsp/5.13: drop recipes

2021-09-24 Thread Bruce Ashfield
From: Bruce Ashfield 5.13 has been removed from core, and we've moved the default support to 5.14, so we can drop our bbappend. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.13.bbappend | 23 --- 1 file changed, 23 deletions(-) delete mode 100644 meta

[yocto] [PATCH] parselogs.py: ignore intermittent CD/DVDROM identification failure

2021-08-26 Thread Bruce Ashfield
From: Bruce Ashfield We don't use the CD/DVD ROM drive in any of our tests, but it periodically fails discovery and that leads to a QA error: [6.403477] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4) The only way to disable the optical ROM drive in qemu is to use

Re: [yocto] yocto preempt-rt

2021-11-02 Thread Bruce Ashfield
Correct. The rt patches are already integrated on the branches that that recipe will build out of the linux-yocto repository. Bruce On Tue, Nov 2, 2021 at 12:23 PM Monsees, Steven C (US) via lists.yoctoproject.org wrote: > > > Is it true that no patch work is required if out under > >

Re: [yocto] rebuilding perf fails after cleanall

2021-10-22 Thread Bruce Ashfield
On Fri, Oct 22, 2021 at 1:23 PM chuck kamas via lists.yoctoproject.org wrote: > > Hi all, > > > I am trying to model a new recipe off of perf.bb to compile the usbip > helper kernel code. I have been having issues with the > work-shared/../kernel-source directory being empty, so I went back to >

Re: [yocto] #golang Build tools required during go generate

2021-11-06 Thread Bruce Ashfield
n" > > > > GO_LINKSHARED = "" > > export CGO_ENABLED = "0" > > > > inherit go-mod > > BBCLASSEXTEND = "native" > > # Upstream class "forgot" this argument > > GOBUILDFLAGS:append = " -trimpath" > > > >

Re: [yocto] #golang Build tools required during go generate

2021-11-05 Thread Bruce Ashfield
I'd bet it is a variant of this: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14386 Bruce On Fri, Nov 5, 2021 at 2:58 PM Sebastian Rühl wrote: > > Here some outputs: > > > > Bitbake -c devshell target-recipe > > sh-4.4# easyjson > > Segmentation fault > > sh-4.4# strace easyjson > >

Re: [yocto] #golang Build tools required during go generate

2021-11-05 Thread Bruce Ashfield
k to see if there's anything I can specifically recommend. Bruce > > > > But it didn’t help ☹ > > > > Sebastian > > > > Von: Bruce Ashfield > Datum: Freitag, 5. November 2021 um 20:07 > An: Sebastian Rühl > Cc: Khem Raj , yocto@lists.yoctoproj

Re: [yocto] [yocto-kernel-cache] [yocto-5.10] nxp-imx8: Enable IMX_SCU_SOC config

2021-07-20 Thread Bruce Ashfield
In message: RE: [yocto-kernel-cache] [yocto-5.10] nxp-imx8: Enable IMX_SCU_SOC config on 16/07/2021 Wang, Xiaolei wrote: > Hi bruce > > Can you help me merge this patch to yocto-kernel-cache branch yocto-5.10 The original patch didn't have a branch specified, so it somehow managed to miss my

[yocto] [PATCH 1/3] yocto-bsp: change default to 5.15

2022-01-11 Thread Bruce Ashfield
From: Bruce Ashfield 5.14 has been removed from core, so we change our default version to the 5.15 LTS kernel. Signed-off-by: Bruce Ashfield --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- meta-yocto-bsp

[yocto] [PATCH 3/3] poky: set default kernel to 5.15

2022-01-11 Thread Bruce Ashfield
From: Bruce Ashfield 5.14 is no longer actively maintained, so we bump our default to the 5.15 LTS. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky-tiny.conf | 2 +- meta-poky/conf/distro/poky.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta

[yocto] [PATCH 2/3] yocto-bsp/5.14: drop recipes

2022-01-11 Thread Bruce Ashfield
From: Bruce Ashfield 5.14 has been removed from core, so we drop our bbappend. 5.15 is now the default kernel version for the reference BSPs. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.14.bbappend | 23 --- 1 file changed, 23 deletions(-) delete mode

Re: [yocto] Howto build packages for dependencies of an out of image recipe build.

2022-03-09 Thread Bruce Ashfield
On Wed, Mar 9, 2022 at 5:24 AM Daniel Squires wrote: > > We have our image and it is working as we need. > We have an apt repo setup and working so that we can install additional > packages within a deployment of the image. > However when we manually bitbake additional packages (e.g bitbake >

Re: [yocto] bbappend conditional check for advanced metadata (yocto-kernel-cache)?

2022-01-20 Thread Bruce Ashfield
On Thu, Jan 20, 2022 at 6:20 AM Matthias Klein wrote: > > Hello, > > > > I would like to create a linux-%.bbappend file and add the following to it, > for example: > > > > KERNEL_FEATURES:append = " features/overlayfs/overlayfs.scc". > > > > Works also for all kernels which use the advanced

Re: [yocto] [meta-virtualization] nerdctl broken in kirkstone

2023-09-11 Thread Bruce Ashfield
On Mon, Sep 11, 2023 at 3:50 PM Marek Belisko wrote: > > On Mon, Sep 11, 2023 at 9:27 PM Marek Belisko via lists.yoctoproject.org > wrote: >> >> On Mon, Aug 28, 2023 at 10:38 PM Belisko Marek >> wrote: >>> >>> On Thu, Aug 24, 2023 at 4:05 PM Khem Raj wrote: does it work if you add

Re: [yocto] [meta-rockchip][PATCH] KERNEL_DEVICETREE: 32-bit re-org

2023-10-04 Thread Bruce Ashfield
On Wed, Oct 4, 2023 at 9:59 AM Quentin Schulz via lists.yoctoproject.org wrote: > Hi Trevor, > > On 10/3/23 15:38, Trevor Woerner wrote: > > On Tue 2023-10-03 @ 12:32:08 PM, Quentin Schulz wrote: > >> Hi Trevor, > >> > >> On 10/3/23 06:19, Trevor Woerner via lists.yoctoproject.org wrote: > >>>

[yocto] [PATCH] yocto-bsps: update to v5.10.128 and buildpaths fixes

2022-07-12 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: ea86c1430c83 Linux 5.10.128 2d10984d99ac net: mscc: ocelot: allow unregistered IP multicast flooding 6a656280e775 powerpc/ftrace: Remove ftrace init tramp once

[yocto] [PATCH] yocto-bsps: update to v5.15.52 and buildpaths fixes

2022-07-12 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 545aecd22961 Linux 5.15.52 ea512d540a55 io_uring: fix not locked access to fixed buf table 5696f7983d5d net: mscc: ocelot: allow unregistered IP multicast flooding

Re: [yocto] [PATCH] yocto-bsps: update to v5.15.52 and buildpaths fixes

2022-07-12 Thread Bruce Ashfield
On Tue, Jul 12, 2022 at 6:45 PM Richard Purdie wrote: > > On Tue, 2022-07-12 at 10:40 -0400, bruce.ashfi...@gmail.com wrote: > > From: Bruce Ashfield > > > > Updating linux-yocto/5.15 to the latest korg -stable release that comprises > > the following commits: >

[yocto] [PATCH 04/10] yocto-bsps/5.15: fix buildpaths issue with gen-mach-types

2022-07-14 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.15: 6c085baf1838 tools: use basename to identify file in gen-mach-types Signed-off-by: Bruce Ashfield --- .../recipes-kernel/linux/linux-yocto_5.15.bbappend| 8 1 file changed, 4 insertions(+), 4

[yocto] [PATCH 03/10] yocto-bsps/5.10: fix buildpaths issue with gen-mach-types

2022-07-14 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.10: 80f5207b5abd tools: use basename to identify file in gen-mach-types Signed-off-by: Bruce Ashfield --- .../recipes-kernel/linux/linux-yocto_5.10.bbappend| 8 1 file changed, 4 insertions(+), 4

[yocto] [PATCH 05/10] linux-yocto/5.15: update to v5.15.54

2022-07-14 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 843dae1756d9 Linux 5.15.54 c0c041a60cac selftests/net: fix section name when using xdp_dummy.o a5fe76328ea5 dmaengine: idxd: force wq context cleanup on device disable path

[yocto] [PATCH 07/10] linux-yocto/5.15: fix buildpaths issue with pnmtologo

2022-07-14 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.15: a40d2daf2795 pnmtologo: use relocatable file name Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.15.bb | 2 +- .../linux/linux-yocto-tiny_5.15.bb| 2 +- meta/recipes

[yocto] [PATCH 06/10] linux-yocto/5.10: update to v5.10.130

2022-07-14 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 26ae9c361414 Linux 5.10.130 8365b151fd50 dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocate 37147e22cd8d dmaengine: ti: Fix refcount leak

[yocto] [PATCH 08/10] linux-yocto/5.10: fix buildpaths issue with pnmtologo

2022-07-14 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.10: 2883e69e202d pnmtologo: use relocatable file name Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.10.bb | 2 +- .../linux/linux-yocto-tiny_5.10.bb| 4 ++-- meta/recipes

[yocto] [PATCH 09/10] yocto-bsps/5.10: fix buildpaths issue with pnmtologo

2022-07-14 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.10: 2883e69e202d pnmtologo: use relocatable file name Signed-off-by: Bruce Ashfield --- .../recipes-kernel/linux/linux-yocto_5.10.bbappend| 8 1 file changed, 4 insertions(+), 4 deletions(-) diff

[yocto] [PATCH 01/10] linux-yocto/5.10: fix buildpaths issue with gen-mach-types

2022-07-14 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.10: 80f5207b5abd tools: use basename to identify file in gen-mach-types Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.10.bb | 2 +- .../linux/linux-yocto-tiny_5.10.bb| 4

[yocto] [PATCH 00/10] linux-yocto: consolidated pull request

2022-07-14 Thread Bruce Ashfield
From: Bruce Ashfield Richard, The gen-mach-types patches are repeats of ones I sent before, but I've included them to make the ordering clear. After that, we have two -stable updates (getting ready for the "big" CVE updates) And then the pnmtologo fixes. That should be all the

  1   2   3   4   5   6   7   8   9   10   >