|
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
·
|
|
Re: [PATCH 1/3] xen-tools: Load xen related kernel modules during system boot
ok, it does look like there's a fix that should be made here, thanks. It took a bit of following to see what's involved, so:
There are two recipes in meta-openembedded that do use ${nonarch_libdir}
ok, it does look like there's a fix that should be made here, thanks. It took a bit of following to see what's involved, so:
There are two recipes in meta-openembedded that do use ${nonarch_libdir}
|
By
Christopher Clark
·
#6969
·
|
|
[PATCH 3/3] MAINTAINERS: add xtf and the raspberry pi dynamic layer for Xen
Add the more recent Xen-related recipes to the list.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git
Add the more recent Xen-related recipes to the list.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Christopher Clark
·
#6968
·
|
|
[PATCH 2/3] xen-tools: upgrade RSUGGESTS to RRECOMMENDS for ifupdown
Xen's networking for guests is typically configured using bridges and
the standalone ifupdown package, which contains a more capable version
of the tool than busybox, is needed to configure them,
Xen's networking for guests is typically configured using bridges and
the standalone ifupdown package, which contains a more capable version
of the tool than busybox, is needed to configure them,
|
By
Christopher Clark
·
#6967
·
|
|
[PATCH 1/3] xen: drop patch to workaround prelink on aarch64
prelink is no longer default enabled and has been recommended to be
disabled since OE-core f9719cc1.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
prelink is no longer default enabled and has been recommended to be
disabled since OE-core f9719cc1.
Signed-off-by: Christopher Clark <christopher.w.clark@...>
---
|
By
Christopher Clark
·
#6966
·
|
|
Re: [PATCH 3/3] grub-efi: Add xen_boot support when 'xen' is in DISTRO_FEATURES for aarch64
Hi Kamil,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
But an empty commit message is not something that I like (more for next time, no need to change this patch).
Cheers
Bertrand
Hi Kamil,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
But an empty commit message is not something that I like (more for next time, no need to change this patch).
Cheers
Bertrand
|
By
Bertrand Marquis
·
#6965
·
|
|
Re: [PATCH 2/3] xen: Clear TUNE_CCARGS for Xen build for aarch64 machines
Hi Kamil,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Cheers
Bertrand
Hi Kamil,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Cheers
Bertrand
|
By
Bertrand Marquis
·
#6964
·
|
|
Re: [PATCH 1/3] xen-tools: Load xen related kernel modules during system boot
Hi Kamil,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Cheers
Bertrand
Hi Kamil,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Cheers
Bertrand
|
By
Bertrand Marquis
·
#6963
·
|
|
[PATCH 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
·
#6962
·
|
|
[PATCH 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
·
#6961
·
|
|
[PATCH 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}". This is done
by removing '--with-systemd-modules-load='
This patch changes the location of xen.conf file, that contains list of kernel
modules to be loaded during system boot, to "${nonarch_libdir}". This is done
by removing '--with-systemd-modules-load='
|
By
Kamil Dziezyk
·
#6960
·
|
|
Re: [dunfell][gatesgarth][hardknott][master][PATCH] uxen-guest-tools: inherit dos2unix to fix do_patch failure
Hi Martin, Bruce
Apologies for taking a long time to reply to the work on the uxen tools and thanks to both of you for your patches.
Ack, and I agree, I would like to get this fixed upstream to retire
Hi Martin, Bruce
Apologies for taking a long time to reply to the work on the uxen tools and thanks to both of you for your patches.
Ack, and I agree, I would like to get this fixed upstream to retire
|
By
Christopher Clark
·
#6959
·
|
|
Re: [hardknott][PATCH] oci-runtime-spec: fix url
<s.mueller-klieser@...> wrote:
Good enough for me! I've pushed -next to hardknott.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the
<s.mueller-klieser@...> wrote:
Good enough for me! I've pushed -next to hardknott.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the
|
By
Bruce Ashfield
·
#6958
·
|
|
Re: [hardknott][PATCH] oci-runtime-spec: fix url
true, I did not follow, sorry
I just put hardknott-next in the build and it looks good. That is all I
needed. Thanks a lot for the quick reply and the quick fix! Have a good
weekend!
Cheers,
true, I did not follow, sorry
I just put hardknott-next in the build and it looks good. That is all I
needed. Thanks a lot for the quick reply and the quick fix! Have a good
weekend!
Cheers,
|
By
Stefan Mueller-Klieser
·
#6957
·
|
|
Re: [hardknott][PATCH] oci-runtime-spec: fix url
Since we already have these changes in master, this is fundamentally a
cherrypick / backport request.
There are a couple of larger/group patches for the protocol and branch
changes, but there's an
Since we already have these changes in master, this is fundamentally a
cherrypick / backport request.
There are a couple of larger/group patches for the protocol and branch
changes, but there's an
|
By
Bruce Ashfield
·
#6956
·
|
|
[hardknott][PATCH] oci-runtime-spec: fix url
Upstream renamed master to main and github will remove the git protocol.
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@...>
---
Upstream renamed master to main and github will remove the git protocol.
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@...>
---
|
By
Stefan Mueller-Klieser
·
#6955
·
|
|
Re: [PATCH] qemu-package-split.inc: Correct a typo
In message: [meta-virtualization] [PATCH] qemu-package-split.inc: Correct a typo
on 01/12/2021 Peter Kjellerstedt wrote:
I had noticed this myself, and swear that I fixed it .. but I can't
find any
In message: [meta-virtualization] [PATCH] qemu-package-split.inc: Correct a typo
on 01/12/2021 Peter Kjellerstedt wrote:
I had noticed this myself, and swear that I fixed it .. but I can't
find any
|
By
Bruce Ashfield
·
#6954
·
|
|
Re: [hardknott][PATCH 01/13] uxen: update guest tools to 4.1.8
all 13 are merged to hardknott.
Bruce
In message: [meta-virtualization][hardknott][PATCH 01/13] uxen: update guest tools to 4.1.8
on 01/12/2021 Martin Jansa wrote:
all 13 are merged to hardknott.
Bruce
In message: [meta-virtualization][hardknott][PATCH 01/13] uxen: update guest tools to 4.1.8
on 01/12/2021 Martin Jansa wrote:
|
By
Bruce Ashfield
·
#6953
·
|
|
Re: [honister][PATCH 1/5] uxen-guest-tools: fix build against kernels 5.4+
5/5 are now merged to honister.
Thanks!
Bruce
In message: [meta-virtualization][honister][PATCH 1/5] uxen-guest-tools: fix build against kernels 5.4+
on 01/12/2021 Martin Jansa wrote:
5/5 are now merged to honister.
Thanks!
Bruce
In message: [meta-virtualization][honister][PATCH 1/5] uxen-guest-tools: fix build against kernels 5.4+
on 01/12/2021 Martin Jansa wrote:
|
By
Bruce Ashfield
·
#6952
·
|