|
Re: [PATCH] libvirt: fix do_package issue
Hi Bruce,
Looking at the issue a little further, I found we need to use the hardcoded ‘/usr/lib’.
This is because sysctl is hardcoding that.
Some codes in sysctl.c from procps:
static
Hi Bruce,
Looking at the issue a little further, I found we need to use the hardcoded ‘/usr/lib’.
This is because sysctl is hardcoding that.
Some codes in sysctl.c from procps:
static
|
By
Chen Qi
·
#7156
·
|
|
[PATCH] libvirt: package all sysctl conf files for libvirtd
The libvirtd package has already packaged ${sysconfdir}/sysctl.d,
and also the /usr/lib/sysctl.d/60-libvirtd.conf, it would be
reasonable for it to package other sysctl conf files, otherwise
we will
The libvirtd package has already packaged ${sysconfdir}/sysctl.d,
and also the /usr/lib/sysctl.d/60-libvirtd.conf, it would be
reasonable for it to package other sysctl conf files, otherwise
we will
|
By
Chen Qi
·
#7155
·
|
|
Re: [PATCH] libvirt: fix do_package issue
On Mon, Apr 11, 2022 at 9:05 AM Bruce Ashfield via lists.yoctoproject.org <bruce.ashfield=gmail.com@...> wrote:
I've pushed my WIP patch
On Mon, Apr 11, 2022 at 9:05 AM Bruce Ashfield via lists.yoctoproject.org <bruce.ashfield=gmail.com@...> wrote:
I've pushed my WIP patch
|
By
Bruce Ashfield
·
#7154
·
|
|
Re: [PATCH] libvirt: fix do_package issue
Aha. Right you are.
So we should tweak libvirt to use ${libdir} and not the hardcoded /user/lib (which it never really should have been), and package anything that gets installed into sysctl.d/
It
Aha. Right you are.
So we should tweak libvirt to use ${libdir} and not the hardcoded /user/lib (which it never really should have been), and package anything that gets installed into sysctl.d/
It
|
By
Bruce Ashfield
·
#7153
·
|
|
Re: [PATCH] libvirt: fix do_package issue
Hi Bruce & Preeti,
I was trying to fix the same issue when I found this thread.
This issue appears when multilib is enabled.
When multilib is disabled, ${libdir} is /usr/lib, thus packaging
Hi Bruce & Preeti,
I was trying to fix the same issue when I found this thread.
This issue appears when multilib is enabled.
When multilib is disabled, ${libdir} is /usr/lib, thus packaging
|
By
Chen Qi
·
#7152
·
|
|
Re: [PATCH] libvirt: fix do_package issue
No libvirt bbappend file in build and multiconfig is created to build with particular kernel version.
In recipe
No libvirt bbappend file in build and multiconfig is created to build with particular kernel version.
In recipe
|
By
preeti.sachan@...
·
#7151
·
|
|
Re: [PATCH] libvirt: fix do_package issue
There's definitely something different in your configuration, so that needs to be understood first.
That file is packaged as part of libvirt-python here, and should be the same for others, as I
There's definitely something different in your configuration, so that needs to be understood first.
That file is packaged as part of libvirt-python here, and should be the same for others, as I
|
By
Bruce Ashfield
·
#7150
·
|
|
Re: [PATCH] cni: Add ;protocol=https for flannel_plugin SRC_URI
It had a protocol specification already, I just managed to miss an 'o'. I've fixed that, and pushed the change.
Annoying that github didn't break/stop my build immediately with that typo, but at least
It had a protocol specification already, I just managed to miss an 'o'. I've fixed that, and pushed the change.
Annoying that github didn't break/stop my build immediately with that typo, but at least
|
By
Bruce Ashfield
·
#7149
·
|
|
[PATCH] cni: Add ;protocol=https for flannel_plugin SRC_URI
Also, fix the indentation for the SRC_URI variable assignment.
Signed-off-by: Diego Sueiro <diego.sueiro@...>
---
recipes-networking/cni/cni_git.bb | 9 +++++----
1 file changed, 5
Also, fix the indentation for the SRC_URI variable assignment.
Signed-off-by: Diego Sueiro <diego.sueiro@...>
---
recipes-networking/cni/cni_git.bb | 9 +++++----
1 file changed, 5
|
By
Diego Sueiro
·
#7148
·
|
|
Re: [PATCH 0/3] xen: Update recipes for xen and xen-tools
Hi Michal,
Thanks a lot for this.
For the whole serie:
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Cheers
Bertrand
Hi Michal,
Thanks a lot for this.
For the whole serie:
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Cheers
Bertrand
|
By
Bertrand Marquis
·
#7147
·
|
|
Re: [PATCH] libvirt: fix do_package issue
ERROR: mc:x86-2020:libvirt-8.1.0-r0 do_package: QA Issue: libvirt: Files/directories were installed but not shipped in any package:
/usr/lib/sysctl.d/60-qemu-postcopy-migration.conf
Please set FILES
ERROR: mc:x86-2020:libvirt-8.1.0-r0 do_package: QA Issue: libvirt: Files/directories were installed but not shipped in any package:
/usr/lib/sysctl.d/60-qemu-postcopy-migration.conf
Please set FILES
|
By
preeti.sachan@...
·
#7146
·
|
|
Re: [PATCH] libvirt: fix do_package issue
I'm not seeing any packaging issues here.
Can you elaborate on what warning/QA/other issue you are seeing ?
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee at its
I'm not seeing any packaging issues here.
Can you elaborate on what warning/QA/other issue you are seeing ?
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee at its
|
By
Bruce Ashfield
·
#7145
·
|
|
[PATCH] libvirt: fix do_package issue
From: Preeti Sachan <preeti.sachan@...>
Signed-off-by: Preeti Sachan <preeti.sachan@...>
---
recipes-extended/libvirt/libvirt_8.1.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
From: Preeti Sachan <preeti.sachan@...>
Signed-off-by: Preeti Sachan <preeti.sachan@...>
---
recipes-extended/libvirt/libvirt_8.1.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
|
By
preeti.sachan@...
·
#7144
·
|
|
Re: Issues with k3s runtime on master
It isn't strictly required. There's so many entries in the SRC_URI for some packages, we can't really list them all, and have the SRCREV format be useful at all.
Bruce
--
- Thou shalt not follow the
It isn't strictly required. There's so many entries in the SRC_URI for some packages, we can't really list them all, and have the SRCREV format be useful at all.
Bruce
--
- Thou shalt not follow the
|
By
Bruce Ashfield
·
#7143
·
|
|
Re: Issues with k3s runtime on master
From: Bruce Ashfield <bruce.ashfield@...>
Sent: 08 April 2022 18:39
To: Bruce Ashfield <bruce.ashfield@...>
Cc: Diego Sueiro <Diego.Sueiro@...>; meta-virtualization@...; Richard Neill
From: Bruce Ashfield <bruce.ashfield@...>
Sent: 08 April 2022 18:39
To: Bruce Ashfield <bruce.ashfield@...>
Cc: Diego Sueiro <Diego.Sueiro@...>; meta-virtualization@...; Richard Neill
|
By
Diego Sueiro
·
#7142
·
|
|
Re: [PATCH] k3s: do not use a go file as patch
I'll see if I see the same behaviour, as i've done a LOT of cleanalls as I battled the uprev of k3s, and didn't see that. But it could have been hidden in a fail -> restart cycle as things moved past
I'll see if I see the same behaviour, as i've done a LOT of cleanalls as I battled the uprev of k3s, and didn't see that. But it could have been hidden in a fail -> restart cycle as things moved past
|
By
Bruce Ashfield
·
#7141
·
|
|
Re: Issues with k3s runtime on master
On Fri, Apr 8, 2022 at 1:04 PM Bruce Ashfield via lists.yoctoproject.org <bruce.ashfield=gmail.com@...> wrote:
FYI: Here's the WIP change:
On Fri, Apr 8, 2022 at 1:04 PM Bruce Ashfield via lists.yoctoproject.org <bruce.ashfield=gmail.com@...> wrote:
FYI: Here's the WIP change:
|
By
Bruce Ashfield
·
#7140
·
|
|
Re: [PATCH] k3s: do not use a go file as patch
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
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
|
By
Adrian Freihofer
·
#7139
·
|
|
Re: Issues with k3s runtime on master
Yep. I don't use flannel, so it wasn't something that I had done. That being said, I wanted to avoid maintaining separate recipes per-plugin, so when the need arose, I was going to add it to cni_git
Yep. I don't use flannel, so it wasn't something that I had done. That being said, I wanted to avoid maintaining separate recipes per-plugin, so when the need arose, I was going to add it to cni_git
|
By
Bruce Ashfield
·
#7138
·
|
|
Issues with k3s runtime on master
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
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
|
By
Diego Sueiro
·
#7137
·
|