Re: [meta-virtualization] Issues with k3s runtime on master

2022-04-08 Thread Bruce Ashfield
On Fri, Apr 8, 2022 at 2:06 PM Diego Sueiro wrote: > > > *From:* Bruce Ashfield > *Sent:* 08 April 2022 18:39 > *To:* Bruce Ashfield > *Cc:* Diego Sueiro ; > meta-virtualization@lists.yoctoproject.org; Richard Neill < > richard.ne...@arm.com>; nd > *Subject:* Re: [meta-virtualization] Issues

Re: [meta-virtualization] Issues with k3s runtime on master

2022-04-08 Thread Diego Sueiro
From: Bruce Ashfield Sent: 08 April 2022 18:39 To: Bruce Ashfield Cc: Diego Sueiro ; meta-virtualization@lists.yoctoproject.org; Richard Neill ; nd Subject: Re: [meta-virtualization] Issues with k3s runtime on master On Fri, Apr 8, 2022 at 1:04 PM Bruce Ashfield via

Re: [meta-virtualization][PATCH] k3s: do not use a go file as patch

2022-04-08 Thread Bruce Ashfield
On Fri, Apr 8, 2022 at 1:31 PM Adrian Freihofer wrote: > Hi Bruce > > Build with empty download folder works: > bitbake k3s -c cleanall > (cd downloads; find -name \*andreyvit\* -delete ) > bitbake k3s > > My download folder looks like that after building K3S > downloads]$ find -name

Re: [meta-virtualization] Issues with k3s runtime on master

2022-04-08 Thread Bruce Ashfield
On Fri, Apr 8, 2022 at 1:04 PM Bruce Ashfield via lists.yoctoproject.org wrote: > > > On Fri, Apr 8, 2022 at 12:54 PM Diego Sueiro wrote: > >> Hi Bruce, >> >> I'm having k3s runtime issues where during the k3s.service start I'm >> getting error messages about missing /usr/libexec/cni/flannel.

Re: [meta-virtualization][PATCH] k3s: do not use a go file as patch

2022-04-08 Thread Adrian Freihofer
Hi Bruce Build with empty download folder works: bitbake k3s -c cleanall (cd downloads; find -name \*andreyvit\* -delete ) bitbake k3s My download folder looks like that after building K3S downloads]$ find -name \*andreyvit\* ./git2/github.com.andreyvit.diff

Re: [meta-virtualization] Issues with k3s runtime on master

2022-04-08 Thread Bruce Ashfield
On Fri, Apr 8, 2022 at 12:54 PM Diego Sueiro wrote: > Hi Bruce, > > I'm having k3s runtime issues where during the k3s.service start I'm > getting error messages about missing /usr/libexec/cni/flannel. > > I saw that the cni_git.bb recipe was bumped to versions where flannel and > its plugin are

[meta-virtualization] Issues with k3s runtime on master

2022-04-08 Thread Diego Sueiro
Hi Bruce, I'm having k3s runtime issues where during the k3s.service start I'm getting error messages about missing /usr/libexec/cni/flannel. I saw that the cni_git.bb recipe was bumped to versions where flannel and its plugin are not available anymore. In this case, should we have a recipe

Re: [meta-virtualization][PATCH] k3s: do not use a go file as patch

2022-04-08 Thread Bruce Ashfield
On Fri, Apr 8, 2022 at 8:53 AM Bruce Ashfield via lists.yoctoproject.org wrote: > > > On Fri, Apr 8, 2022 at 8:34 AM Adrian Freihofer < > adrian.freiho...@gmail.com> wrote: > >> Compiling k3s failed with: >> do_patch: Importing patch 'github.com.andreyvit.diff' with striplevel '1' >> >> The

Re: [meta-virtualization][PATCH] k3s: do not use a go file as patch

2022-04-08 Thread Bruce Ashfield
On Fri, Apr 8, 2022 at 8:34 AM Adrian Freihofer wrote: > Compiling k3s failed with: > do_patch: Importing patch 'github.com.andreyvit.diff' with striplevel '1' > > The problem is that github.com/andreyvit/diff ends up as > github.com.andreyvit.diff > in the download folder which than matches the

[meta-virtualization][PATCH] k3s: do not use a go file as patch

2022-04-08 Thread Adrian Freihofer
Compiling k3s failed with: do_patch: Importing patch 'github.com.andreyvit.diff' with striplevel '1' The problem is that github.com/andreyvit/diff ends up as github.com.andreyvit.diff in the download folder which than matches the test in patch.py. Not sure how you create this huge SRC_URI list.

[meta-virtualization] [PATCH 3/3] xen: Remove 4.14 recipes and related patches

2022-04-08 Thread Michal Orzel
We shall only have recipes for the last two stable releases, thus get rid of the 4.14 recipes and the corresponding patches. Signed-off-by: Michal Orzel --- ...-stand-alone-set-of-headers-Xen-4.14.patch | 178 -- ...ython-pygrub-pass-DISTUTILS-xen-4.14.patch | 66 ---

[meta-virtualization] [PATCH 2/3] xen: Add recipes for stable Xen 4.16 release and update master

2022-04-08 Thread Michal Orzel
Add recipes for Xen 4.16 release as, according to the documentation we shall have recipes for the latest stable major version of Xen before the next Yocto release. Bump PREFERED_VERSION to 4.16 as well. Take the opportunity to update SRCREV of xen recipes for master and bump XEN_REL version to

[meta-virtualization] [PATCH 0/3] xen: Update recipes for xen and xen-tools

2022-04-08 Thread Michal Orzel
Before the next Yocto release, Xen recipes need to be updated. This patch series: - updates 4.15 recipes - introduces 4.16 recipes - removes 4.14 recipes Michal Orzel (3): xen: Bump SRCREV of 4.15 recipes to 4.15.2 xen: Add recipes for stable Xen 4.16 release and update master xen: Remove

[meta-virtualization] [PATCH 1/3] xen: Bump SRCREV of 4.15 recipes to 4.15.2

2022-04-08 Thread Michal Orzel
Bump SRCREV version of xen recipes to use the latest 4.15 release which is 4.15.2. Signed-off-by: Michal Orzel --- recipes-extended/xen/xen-tools_4.15.bb | 4 ++-- recipes-extended/xen/xen_4.15.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git