|
Re: uprev k8s from v1.20.4 to v1.20.9
Go ahead. That's still in the same major version, so it is ok to version bump.
I've already moved master to 1.23 (but see that I messed up the shortlog),
Bruce
--
- Thou shalt not follow the NULL
Go ahead. That's still in the same major version, so it is ok to version bump.
I've already moved master to 1.23 (but see that I messed up the shortlog),
Bruce
--
- Thou shalt not follow the NULL
|
By
Bruce Ashfield
·
#6687
·
|
|
uprev k8s from v1.20.4 to v1.20.9
Hi Bruce,
I was thinking of upgrading kubernetes on the hardknott branch from v1.20.4 to 1.20.9. This change will bring fixes for CVE-2021-25735 and CVE-2021-25737 as well as other fixes.
This will
Hi Bruce,
I was thinking of upgrading kubernetes on the hardknott branch from v1.20.4 to 1.20.9. This change will bring fixes for CVE-2021-25735 and CVE-2021-25737 as well as other fixes.
This will
|
By
sakib.sajal@...
·
#6686
·
|
|
[hardknott][PATCH] kubernetes: fix CVE-2021-20206
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
.../kubernetes/CVE-2021-20206.patch | 92 +++++++++++++++++++
.../kubernetes/kubernetes_git.bb | 1 +
2 files
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
.../kubernetes/CVE-2021-20206.patch | 92 +++++++++++++++++++
.../kubernetes/kubernetes_git.bb | 1 +
2 files
|
By
sakib.sajal@...
·
#6685
·
|
|
[PATCH v2 2/2] qemuboot, xen-image-minimal: enable runqemu for qemuarm64 Xen images
From: Christopher Clark <christopher.clark@...>
The Xen hypervisor built for Arm 64-bit targets can be launched with
runqemu by providing a Device Tree binary and configuration for Qemu,
which
From: Christopher Clark <christopher.clark@...>
The Xen hypervisor built for Arm 64-bit targets can be launched with
runqemu by providing a Device Tree binary and configuration for Qemu,
which
|
By
Christopher Clark
·
#6684
·
|
|
[PATCH v2 1/2] lopper, python-dtc: add new recipes for device tree tools
From: Christopher Clark <christopher.clark@...>
This device tree tooling is being added as a prequisite for enabling
qemuboot with the Arm 64-bit version of the Xen hypervisor.
lopper: a tool
From: Christopher Clark <christopher.clark@...>
This device tree tooling is being added as a prequisite for enabling
qemuboot with the Arm 64-bit version of the Xen hypervisor.
lopper: a tool
|
By
Christopher Clark
·
#6683
·
|
|
[PATCH v2 0/2] Xen: qemuboot device tree support (Arm 64-bit)
This series introduces tools and class structure in the layer for
enabling testing Xen system images with Qemu, booting with a device tree
that describes the target system.
A device tree is required
This series introduces tools and class structure in the layer for
enabling testing Xen system images with Qemu, booting with a device tree
that describes the target system.
A device tree is required
|
By
Christopher Clark
·
#6682
·
|
|
Re: python3: remove no longer needed bbappend
Yup, that's the right thing to do. I've queued it for my local testing now.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end
- "Use the force Harry" -
Yup, that's the right thing to do. I've queued it for my local testing now.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end
- "Use the force Harry" -
|
By
Bruce Ashfield
·
#6681
·
|
|
Re: [PATCH 2/2] qemuboot, xen-image-minimal: enable runqemu for qemuarm64 Xen images
Yes, sounds good to me!
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
Yes, sounds good to me!
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
|
By
Bruce Ashfield
·
#6680
·
|
|
[PATCH] open-iscsi-user: Fix link errors
The wrong link caused conflicts with other packages, so the link error was fixed and the conflict handling was removed.
Signed-off-by: Zang Ruochen <zangrc.fnst@...>
---
The wrong link caused conflicts with other packages, so the link error was fixed and the conflict handling was removed.
Signed-off-by: Zang Ruochen <zangrc.fnst@...>
---
|
By
zangrc
·
#6679
·
|
|
Re: [PATCH 2/2] qemuboot, xen-image-minimal: enable runqemu for qemuarm64 Xen images
ack - will do that for v2
ack, I don't think we do.
I think the following works OK: put this into the qemuboot-xen-defaults.bbclass:
+# Increase the default qemu memory allocation to allow for the
ack - will do that for v2
ack, I don't think we do.
I think the following works OK: put this into the qemuboot-xen-defaults.bbclass:
+# Increase the default qemu memory allocation to allow for the
|
By
Christopher Clark
·
#6678
·
|
|
Re: [PATCH 1/2] lopper, python-dtc: add new recipes for device tree tools
oops, yep, I forgot - I've checked with that done and it works fine,
so will update in v2
Will fix. Thanks for the review.
Christopher
oops, yep, I forgot - I've checked with that done and it works fine,
so will update in v2
Will fix. Thanks for the review.
Christopher
|
By
Christopher Clark
·
#6677
·
|
|
python3: remove no longer needed bbappend
Bruce, I am resending the v3 which completely removes the bbappend
when virtualization is found in DISTRO_FEATURES. As you mentioned the
bbappend originates all the way from python2 days and is no
Bruce, I am resending the v3 which completely removes the bbappend
when virtualization is found in DISTRO_FEATURES. As you mentioned the
bbappend originates all the way from python2 days and is no
|
By
Ruslan Babayev (fib)
·
#6676
·
|
|
[PATCH v3] python3: remove the no-longer required bbappend
It has been carried over from python2 and is no longer required. More
importantly it breaks the python3-native build due to
${STAGING_DIR_TARGET} being "" for native recipes.
Signed-off-by: Ruslan
It has been carried over from python2 and is no longer required. More
importantly it breaks the python3-native build due to
${STAGING_DIR_TARGET} being "" for native recipes.
Signed-off-by: Ruslan
|
By
Ruslan Babayev (fib)
·
#6675
·
|
|
Re: linux-yocto virtualization requires virtio.scc from yocto-kernel-cache
Thanks, Bruce! That's very helpful. I agree having two copies isn't ideal, so it's nice to know an approach that allows decoupling has already been considered. We'll take a look at these and
Thanks, Bruce! That's very helpful. I agree having two copies isn't ideal, so it's nice to know an approach that allows decoupling has already been considered. We'll take a look at these and
|
By
Kyle Russell
·
#6674
·
|
|
Re: linux-yocto virtualization requires virtio.scc from yocto-kernel-cache
Hi,
I am building with my own kernel meta data and that's my little
Hi,
I am building with my own kernel meta data and that's my little
|
By
Robert Berger
·
#6673
·
|
|
Re: linux-yocto virtualization requires virtio.scc from yocto-kernel-cache
Yes .. precisely! I'll reply to both email here, so I'm mixing replies
to Diego and
Kyle throughout.
We had a similar discussion in #meta-virt about a month ago, when some AGL
builds were running
Yes .. precisely! I'll reply to both email here, so I'm mixing replies
to Diego and
Kyle throughout.
We had a similar discussion in #meta-virt about a month ago, when some AGL
builds were running
|
By
Bruce Ashfield
·
#6672
·
|
|
Re: [dunfell][gatesgarth][hardknott][master][PATCH] uxen-guest-tools: inherit dos2unix to fix do_patch failure
I've applied your patch, and have pushed it to the repo.
I'm also seeing the build failure now.
I tried to bump the version of the package, but it still has the same
kernel build issue. (my efforts
I've applied your patch, and have pushed it to the repo.
I'm also seeing the build failure now.
I tried to bump the version of the package, but it still has the same
kernel build issue. (my efforts
|
By
Bruce Ashfield
·
#6671
·
|
|
Re: [dunfell][gatesgarth][hardknott][master][PATCH] uxen-guest-tools: inherit dos2unix to fix do_patch failure
it builds ok with 5.4 in dunfell now, only gatesgarth with 5.8 and newer with 5.10 kernel are broken
it builds ok with 5.4 in dunfell now, only gatesgarth with 5.8 and newer with 5.10 kernel are broken
|
By
Martin Jansa
·
#6670
·
|
|
Re: [dunfell][gatesgarth][hardknott][master][PATCH] uxen-guest-tools: inherit dos2unix to fix do_patch failure
Now with do_patch fixed it fails a bit later in do_compile with:
| make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
| make[1]: Entering directory
Now with do_patch fixed it fails a bit later in do_compile with:
| make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
| make[1]: Entering directory
|
By
Martin Jansa
·
#6669
·
|
|
[dunfell][gatesgarth][hardknott][master][PATCH] uxen-guest-tools: inherit dos2unix to fix do_patch failure
* fixes:
ERROR: uxen-guest-tools-4.1.7-r0 do_patch: Command Error: 'quilt --quiltrc /OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/uxen-guest-tools/4.1.7-r0/recipe-sysroot-native/etc/quiltrc
* fixes:
ERROR: uxen-guest-tools-4.1.7-r0 do_patch: Command Error: 'quilt --quiltrc /OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/uxen-guest-tools/4.1.7-r0/recipe-sysroot-native/etc/quiltrc
|
By
Martin Jansa
·
#6668
·
|