|
Re: [PATCH] k3s: fix systemd service install
<adrian.freihofer@...> wrote:
Was that actually causing breakage ? As long as WORKDIR is used, it
typically doesn't break anything.
Which ones in particular ? We should document
It still needs
<adrian.freihofer@...> wrote:
Was that actually causing breakage ? As long as WORKDIR is used, it
typically doesn't break anything.
Which ones in particular ? We should document
It still needs
|
By
Bruce Ashfield
·
#6989
·
|
|
[PATCH] k3s: fix systemd service install
- sed was complicated and fragile
- sed runs on k3s-agent.service before it was installed
- not all paths were replaced
- "if systemd in DISTRO_FEATURES" is already handled in
- sed was complicated and fragile
- sed runs on k3s-agent.service before it was installed
- not all paths were replaced
- "if systemd in DISTRO_FEATURES" is already handled in
|
By
Adrian Freihofer
·
#6988
·
|
|
Re: [PATCH v2 2/3] xen: Clear TUNE_CCARGS for Xen build for aarch64 machines
Hi Cristopher,
Thanks for your comments.
My intention was to clear TUNE_CCARGS only for hypervisor compilation, so I will move this change to "xen-hypervisor.inc", to not impact "xen-tools".
An
Hi Cristopher,
Thanks for your comments.
My intention was to clear TUNE_CCARGS only for hypervisor compilation, so I will move this change to "xen-hypervisor.inc", to not impact "xen-tools".
An
|
By
Kamil Dziezyk
·
#6987
·
|
|
Re: [PATCH v2 3/3] grub-efi: Add xen_boot support when 'xen' is in DISTRO_FEATURES for aarch64
Hi Cristopher,
'xen_boot' build-in feature is valid only for aarch64 architecture.
Sure, I will send this change to the OE core mailing list.
Thanks,
Kamil
Hi Cristopher,
'xen_boot' build-in feature is valid only for aarch64 architecture.
Sure, I will send this change to the OE core mailing list.
Thanks,
Kamil
|
By
Kamil Dziezyk
·
#6986
·
|
|
Re: [PATCH v2 3/3] grub-efi: Add xen_boot support when 'xen' is in DISTRO_FEATURES for aarch64
I think this might be better changed in the grub-efi recipe in OE core instead, where the GRUB recipe maintainer can review it?
Should this xen_boot build-in feature be enabled for more architectures
I think this might be better changed in the grub-efi recipe in OE core instead, where the GRUB recipe maintainer can review it?
Should this xen_boot build-in feature be enabled for more architectures
|
By
Christopher Clark
·
#6985
·
|
|
Re: [PATCH v2 2/3] xen: Clear TUNE_CCARGS for Xen build for aarch64 machines
Apologies for being slow to review this one.
From looking at "bitbake -e xen" for an example Raspberry Pi 4 aarch64 build configuration, the major variables that this affects looks like: CPP, CXX and
Apologies for being slow to review this one.
From looking at "bitbake -e xen" for an example Raspberry Pi 4 aarch64 build configuration, the major variables that this affects looks like: CPP, CXX and
|
By
Christopher Clark
·
#6984
·
|
|
Re: [PATCH v2 1/3] xen-tools: Load xen related kernel modules during system boot
Ack, this looks good - thanks for making the change, Kamil.
Christopher
Ack, this looks good - thanks for making the change, Kamil.
Christopher
|
By
Christopher Clark
·
#6983
·
|
|
Re: [m-c-s][PATCH] mod-wsgi: move to 4.9.0
merged.
Bruce
In message: [meta-virtualization][m-c-s][PATCH] mod-wsgi: move to 4.9.0
on 20/12/2021 Jeremy Puhlman wrote:
merged.
Bruce
In message: [meta-virtualization][m-c-s][PATCH] mod-wsgi: move to 4.9.0
on 20/12/2021 Jeremy Puhlman wrote:
|
By
Bruce Ashfield
·
#6982
·
|
|
[m-c-s][PATCH] mod-wsgi: move to 4.9.0
Older version of mod-wsgi no longer builds against python 3.10
Signed-off-by: Jeremy A. Puhlman <jpuhlman@...>
---
...ow-PYTHON-values-to-be-passed-via-en.patch | 37 +++++++++----------
Older version of mod-wsgi no longer builds against python 3.10
Signed-off-by: Jeremy A. Puhlman <jpuhlman@...>
---
...ow-PYTHON-values-to-be-passed-via-en.patch | 37 +++++++++----------
|
By
Jeremy Puhlman
·
#6981
·
|
|
Re: [honister][PATCH] cri-o: switch from master -> main
Cherry-picked to honister.
Bruce
In message: [meta-virtualization][honister][PATCH] cri-o: switch from master -> main
on 16/12/2021 Kristian Klausen wrote:
Cherry-picked to honister.
Bruce
In message: [meta-virtualization][honister][PATCH] cri-o: switch from master -> main
on 16/12/2021 Kristian Klausen wrote:
|
By
Bruce Ashfield
·
#6980
·
|
|
[honister][PATCH] cri-o: switch from master -> main
From: Bruce Ashfield <bruce.ashfield@...>
cri-o has joined the projects switching their default branch to
main (and removing the old one).
We update our recipe to avoid fetcher
From: Bruce Ashfield <bruce.ashfield@...>
cri-o has joined the projects switching their default branch to
main (and removing the old one).
We update our recipe to avoid fetcher
|
By
Kristian Klausen <kristian@...>
·
#6979
·
|
|
Re: [PATCH v2 1/3] xen-tools: Load xen related kernel modules during system boot
v2 looks good to me, but I'd like to get an Ack from Christopher before merging.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force
v2 looks good to me, but I'd like to get an Ack from Christopher before merging.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force
|
By
Bruce Ashfield
·
#6978
·
|
|
Re: Failed build because of lxc-2.0.8
usermerge wasn't tested with lxc in the rocko release, so it is
installing parts of the package where usermerge is supposed to
overlay/manage things.
But at this point Rocko is way out of support, so
usermerge wasn't tested with lxc in the rocko release, so it is
installing parts of the package where usermerge is supposed to
overlay/manage things.
But at this point Rocko is way out of support, so
|
By
Bruce Ashfield
·
#6977
·
|
|
Failed build because of lxc-2.0.8
I have successfully build a yocto image with branch rocko.
After that, I have cloned the layer meta-virtualization branch rocko and the build has error as bellow. I have checked the lxc-2.0.8.bb file
I have successfully build a yocto image with branch rocko.
After that, I have cloned the layer meta-virtualization branch rocko and the build has error as bellow. I have checked the lxc-2.0.8.bb file
|
By
thitgahamtonghop@...
·
#6976
·
|
|
List Archives Available at lore.kernel.org
This list is now available at https://lore.kernel.org/yocto-meta-virtualization/ for your convenience.
--
Michael Halstead
This list is now available at https://lore.kernel.org/yocto-meta-virtualization/ for your convenience.
--
Michael Halstead
|
By
Michael Halstead
·
#6975
·
|
|
[PATCH v2 3/3] grub-efi: Add xen_boot support when 'xen' is in DISTRO_FEATURES for aarch64
Signed-off-by: Kamil Dziezyk <kamil.dziezyk@...>
---
recipes-bsp/grub/grub-efi_%.bbappend | 1 +
recipes-bsp/grub/grub-efi_xen.inc | 1 +
2 files changed, 2 insertions(+)
create mode 100644
Signed-off-by: Kamil Dziezyk <kamil.dziezyk@...>
---
recipes-bsp/grub/grub-efi_%.bbappend | 1 +
recipes-bsp/grub/grub-efi_xen.inc | 1 +
2 files changed, 2 insertions(+)
create mode 100644
|
By
Kamil Dziezyk
·
#6974
·
|
|
[PATCH v2 2/3] xen: Clear TUNE_CCARGS for Xen build for aarch64 machines
Xen build may fail for arm machines that have enabled extra flags,
that can be enabled only for specific architecture version, e.g. armv8-2a.
Signed-off-by: Kamil Dziezyk <kamil.dziezyk@...>
---
Xen build may fail for arm machines that have enabled extra flags,
that can be enabled only for specific architecture version, e.g. armv8-2a.
Signed-off-by: Kamil Dziezyk <kamil.dziezyk@...>
---
|
By
Kamil Dziezyk
·
#6973
·
|
|
[PATCH v2 1/3] xen-tools: Load xen related kernel modules during system boot
This patch changes the location of xen.conf file, that contains list of kernel
modules to be loaded during system boot, to "${nonarch_libdir}".
Previous path based on "${systemd_unitdir}" was not
This patch changes the location of xen.conf file, that contains list of kernel
modules to be loaded during system boot, to "${nonarch_libdir}".
Previous path based on "${systemd_unitdir}" was not
|
By
Kamil Dziezyk
·
#6972
·
|
|
Re: [PATCH 1/3] xen-tools: Load xen related kernel modules during system boot
Hi Christopher,I have dropped setting install directory, because it seemed for me to be redundant,
but I missed the case, when user customize exec_prefix or nonarch_libdir, so I will apply your
Hi Christopher,I have dropped setting install directory, because it seemed for me to be redundant,
but I missed the case, when user customize exec_prefix or nonarch_libdir, so I will apply your
|
By
Kamil Dziezyk
·
#6971
·
|
|
Re: [PATCH 1/3] xen-tools: Load xen related kernel modules during system boot
Thanks, Khem.
Kamil: Is there any reason that you chose to drop specifying the install directory via the flags passed to EXTRA_OECONF?
ie. An alternative would be: rather than remove the
Thanks, Khem.
Kamil: Is there any reason that you chose to drop specifying the install directory via the flags passed to EXTRA_OECONF?
ie. An alternative would be: rather than remove the
|
By
Christopher Clark
·
#6970
·
|