[meta-virtualization] Intermittent failure

2024-06-25 Thread Richard Purdie
Hi, In pre merge testing we saw: https://valkyrie.yoctoproject.org/#/builders/89/builds/53/steps/12/logs/stdio but a fresh build of master-next with the same revision worked: https://valkyrie.yoctoproject.org/#/builders/89/builds/55 which makes me wonder if there is some kind of race in

[meta-virtualization] [PATCH] sysvinit-inittab: Use UNPACKDIR instead of WORKDIR

2024-05-08 Thread Richard Purdie
Now that UNPACKDIR has been introduced to OE-Core, use it in the do_install fuction so that as/when things move around and UNPACKDIR is no longer WORKDIR, it continues to work correctly. Signed-off-by: Richard Purdie --- recipes-core/sysvinit/sysvinit-inittab_virtualization.inc | 2 +- 1 file

Re: [meta-virtualization][PATCH] vhost-device-gpio: only enable if meta-clang exists

2023-08-18 Thread Richard Purdie
On Wed, 2023-08-16 at 21:03 +0200, Erik Schilling wrote: > This disables the recipe - which depends on clang-native - if meta-clang > is not active. > > Link: > https://lore.kernel.org/yocto-meta-virtualization/ZNyErpfW8p2lX81Z@nuoska/ > Reported-by: Richard Purdie >

[meta-virtualization][PATCH] python3-sphinx: Drop as newer recipe merged to OE-Core

2022-03-23 Thread Richard Purdie
A newer version of this was merged to OE-Core and there shouldn't be a hard version dependency in meta-virtualization so this can be droped from here. Signed-off-by: Richard Purdie --- recipes-devtools/python/python3-sphinx_4.2.0.bb | 11 --- 1 file changed, 11 deletions(-) delete mode

Re: [meta-virtualization] Loading the module xen-gntdev on boot

2022-03-23 Thread Richard Purdie
On Wed, 2022-03-23 at 08:38 +, Bertrand Marquis wrote: > Hi Paulo > > > On 22 Mar 2022, at 16:52, Paulo Sherring via lists.yoctoproject.org > > wrote: > > > > Hello Diego, Bertrand, > > Just confirmed that by bringing these changes into hardknott, the > > modules get correctly probed on

Re: [meta-virtualization][WIP][PATCH] docker-distribution: manually finish override syntax conversion

2021-08-04 Thread Richard Purdie
On Sun, 2021-08-01 at 23:39 -0400, Bruce Ashfield wrote: > Thanks! > > I've added this to the master-next queue for the overrides conversion. I know Bruce is on vacation, I just wanted to give a heads up that the override changes merged in master for OE-Core and now several other layers. The two

Re: [meta-virtualization][PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES

2021-06-30 Thread Richard Purdie
On Tue, 2021-06-29 at 23:27 -0400, Bruce Ashfield wrote: > On Fri, Jun 25, 2021 at 11:21 AM Bruce Ashfield via > lists.yoctoproject.org > > > That is the core of what I was asking. A package that is now in core, > > > why is it only enabled by a distro feature ? > > > > > > > And for clarity, I

Re: [meta-virtualization][PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES

2021-06-25 Thread Richard Purdie
On Fri, 2021-06-25 at 08:46 -0400, Bruce Ashfield wrote: > On Fri, Jun 25, 2021 at 4:11 AM Diego Sueiro wrote: > > > > > -Original Message- > > > From: Bruce Ashfield > > > Sent: 25 June 2021 03:49 > > > To: Martin Jansa > > > Cc: Diego Sueiro ; meta- > > >

Re: [meta-virtualization] Networking issue with l3s when using systemd

2021-06-14 Thread Richard Purdie
On Mon, 2021-06-14 at 13:59 -0400, Bruce Ashfield wrote: > On Mon, Jun 14, 2021 at 10:59 AM Matt Spencer wrote: > > > > Hey Bruce, > > > > I understand that changing things can be difficult once launched. > > > > But looking at the systemd documentation here > >

Re: [meta-virtualization] "FILESEXTRAPATHS_append" error in openvswitch_git.bb

2021-04-09 Thread Richard Purdie
On Fri, 2021-04-09 at 06:38 -0400, Robert P. J. Day wrote: > On Fri, 9 Apr 2021, Richard Purdie wrote: > > > On Fri, 2021-04-09 at 10:04 +, Peter Kjellerstedt wrote: > > > > -Original Message- > > > > From: meta-virtualization@lists

Re: [meta-virtualization] "FILESEXTRAPATHS_append" error in openvswitch_git.bb

2021-04-09 Thread Richard Purdie
On Fri, 2021-04-09 at 10:04 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: meta-virtualization@lists.yoctoproject.org > virtualizat...@lists.yoctoproject.org> On Behalf Of Richard Purdie > > Sent: den 6 april 2021 15:59 > > To: Bru

Re: [meta-virtualization] "FILESEXTRAPATHS_append" error in openvswitch_git.bb

2021-04-06 Thread Richard Purdie
On Tue, 2021-04-06 at 09:13 -0400, Bruce Ashfield wrote: > On Tue, Apr 6, 2021 at 9:07 AM Robert P. J. Day wrote: > > > > On Tue, 6 Apr 2021, Bruce Ashfield wrote: > > > > > On Tue, Apr 6, 2021 at 8:40 AM Robert P. J. Day > > > wrote: > > > > > > > > On Tue, 6 Apr 2021, Bruce Ashfield wrote:

Re: [meta-virtualization] [PATCH] linux: add bbappend for generic cases

2020-02-25 Thread Richard Purdie
On Tue, 2020-02-25 at 08:33 -0500, Bruce Ashfield wrote: > On Tue, Feb 25, 2020 at 1:47 AM Lee Chee Yang < > chee.yang@intel.com> wrote: > > From: Chee Yang Lee > > > > add generic .bbappend for linux kernel recipe to allow > > all linux kernel recipe with name "linux-%" to enjoy the > >