|
[master][kirkstone][PATCH 2/3] docker-distribution: fix build error on new hosts
The CGO_CFLAGS and other related variables have already been set
appropriately by the go.bbclass in oe-core. Setting them in this
recipe is not only unncessary but also error prone.
For example
The CGO_CFLAGS and other related variables have already been set
appropriately by the go.bbclass in oe-core. Setting them in this
recipe is not only unncessary but also error prone.
For example
|
By
Chen Qi
·
#7356
·
|
|
[master][kirkstone][PATCH 1/3] docker-distribution: fix the inehrit and systemd settings
In order for systemd variables such as SYSTEMD_AUTO_ENABLE to have
effect, we need to inherit the systemd class. We also need to specify
the package which contains the service.
As go.bbclass already
In order for systemd variables such as SYSTEMD_AUTO_ENABLE to have
effect, we need to inherit the systemd class. We also need to specify
the package which contains the service.
As go.bbclass already
|
By
Chen Qi
·
#7355
·
|
|
Re: [PATCH 2/2] xen: Disable highmem on qemuarm
Hi Michal,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Also tested on kirkstone and dom0 boots fine and pci is working.
Thanks a lot
Cheers
Bertrand
Hi Michal,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Also tested on kirkstone and dom0 boots fine and pci is working.
Thanks a lot
Cheers
Bertrand
|
By
Bertrand Marquis
·
#7354
·
|
|
Re: [PATCH 1/2] Revert "xen: Disable PCI on qemuarm with Xen"
Hi Michal,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Also tested on kirkstone and dom0 boots fine and pci is working.
Thanks a lot
Cheers
Bertrand
Hi Michal,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Also tested on kirkstone and dom0 boots fine and pci is working.
Thanks a lot
Cheers
Bertrand
|
By
Bertrand Marquis
·
#7353
·
|
|
[PATCH 2/2] xen: Disable highmem on qemuarm
By default, highmem option is enabled for machine types later than
virt-2.12. This allows qemu to place devices and RAM in physical
address space above 32-bits. This can cause issues as according to
By default, highmem option is enabled for machine types later than
virt-2.12. This allows qemu to place devices and RAM in physical
address space above 32-bits. This can cause issues as according to
|
By
Michal Orzel
·
#7352
·
|
|
[PATCH 1/2] Revert "xen: Disable PCI on qemuarm with Xen"
This reverts commit fb0a7b97db4f419b82309f98a4944ae3330d1e2e.
Justification:
Commit fb0a7b97db4f removed the PCI node from the qemu device tree
due to the issue when trying to access PCI
This reverts commit fb0a7b97db4f419b82309f98a4944ae3330d1e2e.
Justification:
Commit fb0a7b97db4f removed the PCI node from the qemu device tree
due to the issue when trying to access PCI
|
By
Michal Orzel
·
#7351
·
|
|
[PATCH 0/2] xen: PCI runqemu issue follow-up
This series acts as a follow-up to the commit:
fb0a7b97db4f ("xen: Disable PCI on qemuarm with Xen")
This wants to be backported to kirkstone.
Michal Orzel (2):
Revert "xen: Disable PCI on qemuarm
This series acts as a follow-up to the commit:
fb0a7b97db4f ("xen: Disable PCI on qemuarm with Xen")
This wants to be backported to kirkstone.
Michal Orzel (2):
Revert "xen: Disable PCI on qemuarm
|
By
Michal Orzel
·
#7350
·
|
|
Re: [PATCH] k3s: Fetch dependencies from github instead of googlesource to avoid rate-limit
Hi Bruce,
From: Bruce Ashfield <bruce.ashfield@...>
Sent: 08 June 2022 17:47
To: Diego Sueiro <Diego.Sueiro@...>
Cc: meta-virtualization@... <meta-virtualization@...>; nd <nd@...>
Subject: Re:
Hi Bruce,
From: Bruce Ashfield <bruce.ashfield@...>
Sent: 08 June 2022 17:47
To: Diego Sueiro <Diego.Sueiro@...>
Cc: meta-virtualization@... <meta-virtualization@...>; nd <nd@...>
Subject: Re:
|
By
Diego Sueiro
·
#7349
·
|
|
Re: [PATCH] k3s: Fetch dependencies from github instead of googlesource to avoid rate-limit
I've been working on updating k3s to the same format as nerdctl (with
.inc files and better formatted dependencies), so let me finish that
update, and then we can get this applied.
I'll also need to
I've been working on updating k3s to the same format as nerdctl (with
.inc files and better formatted dependencies), so let me finish that
update, and then we can get this applied.
I'll also need to
|
By
Bruce Ashfield
·
#7348
·
|
|
[PATCH] k3s: Fetch dependencies from github instead of googlesource to avoid rate-limit
All repositories under https://go.googlesource.com/ have a mirror in
https://github.com.
Fetching the dependencies from github is much faster and we avoid timeouts =
due
to googlesource
All repositories under https://go.googlesource.com/ have a mirror in
https://github.com.
Fetching the dependencies from github is much faster and we avoid timeouts =
due
to googlesource
|
By
Diego Sueiro
·
#7347
·
|
|
[PATCH] docker-distribution: fix the inehrit and systemd settings
In order for systemd variables such as SYSTEMD_AUTO_ENABLE to have
effect, we need to inherit the systemd class. We also need to specify
the package which contains the service.
As go.bbclass already
In order for systemd variables such as SYSTEMD_AUTO_ENABLE to have
effect, we need to inherit the systemd class. We also need to specify
the package which contains the service.
As go.bbclass already
|
By
Chen Qi
·
#7346
·
|
|
[meta-cloud-services][PATCH] python3-heat-cfntools: fix typo
Fix typo:
RDPENDS_${PN} -> RDEPENDS:${PN}
Signed-off-by: Yi Zhao <yi.zhao@...>
---
.../recipes-devtools/python/python3-heat-cfntools_1.4.2.bb | 2 +-
1 file changed, 1 insertion(+), 1
Fix typo:
RDPENDS_${PN} -> RDEPENDS:${PN}
Signed-off-by: Yi Zhao <yi.zhao@...>
---
.../recipes-devtools/python/python3-heat-cfntools_1.4.2.bb | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Yi Zhao
·
#7345
·
|
|
Re: [PATCH V2] buildah: add recipe for buildah v1.26
I do see the ":)" at the end of that statement .. but since we have no
idea who "yocto@" is .. don't expect a full/proper answer.
If you would have checked master-next, you can see the in
I do see the ":)" at the end of that statement .. but since we have no
idea who "yocto@" is .. don't expect a full/proper answer.
If you would have checked master-next, you can see the in
|
By
Bruce Ashfield
·
#7344
·
|
|
Re: [PATCH V2] buildah: add recipe for buildah v1.26
Wow great can we get crio and podman updated now also :)
Wow great can we get crio and podman updated now also :)
|
By
Yocto
·
#7343
·
|
|
Re: [PATCH V2] buildah: add recipe for buildah v1.26
I did the easier patches this morning, I'll have a look at this more
closely on Wednesday.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the
I did the easier patches this morning, I'll have a look at this more
closely on Wednesday.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the
|
By
Bruce Ashfield
·
#7342
·
|
|
Re: [PATCH] open-iscsi-user: Fix conflict error with systemd and net-snmp-server-snmptrapd.
merged to master and kirkstone.
Bruce
In message: [meta-virtualization] [PATCH] open-iscsi-user: Fix conflict error with systemd and net-snmp-server-snmptrapd.
on 07/06/2022 leimaohui wrote:
merged to master and kirkstone.
Bruce
In message: [meta-virtualization] [PATCH] open-iscsi-user: Fix conflict error with systemd and net-snmp-server-snmptrapd.
on 07/06/2022 leimaohui wrote:
|
By
Bruce Ashfield
·
#7341
·
|
|
Re: [PATCH V3] criu: fix patch fuzz and remove unused patch
I just saw v3 now. I've undone my earlier one and merged this
instead.
Bruce
In message: [meta-virtualization] [PATCH V3] criu: fix patch fuzz and remove unused patch
on 30/05/2022 Changqing Li
I just saw v3 now. I've undone my earlier one and merged this
instead.
Bruce
In message: [meta-virtualization] [PATCH V3] criu: fix patch fuzz and remove unused patch
on 30/05/2022 Changqing Li
|
By
Bruce Ashfield
·
#7340
·
|
|
Re: [PATCH] crir: fix patch fuzz and remove unused patch
typo in the shortlog, but I've fixed it here.
Merged to master.
Bruce
In message: [meta-virtualization] [PATCH] crir: fix patch fuzz and remove unused patch
on 30/05/2022 Changqing Li wrote:
typo in the shortlog, but I've fixed it here.
Merged to master.
Bruce
In message: [meta-virtualization] [PATCH] crir: fix patch fuzz and remove unused patch
on 30/05/2022 Changqing Li wrote:
|
By
Bruce Ashfield
·
#7339
·
|
|
Re: [PATCH] criu: fix QA issue about shebang too long
merged (to master and kirkstone)
Bruce
In message: [meta-virtualization][PATCH] criu: fix QA issue about shebang too long
on 25/05/2022 Chen Qi wrote:
merged (to master and kirkstone)
Bruce
In message: [meta-virtualization][PATCH] criu: fix QA issue about shebang too long
on 25/05/2022 Chen Qi wrote:
|
By
Bruce Ashfield
·
#7338
·
|
|
Re: [PATCH V2] buildah: add recipe for buildah v1.26
Thank you for the update, I was about to ping you regarding this.
Sakib
Thank you for the update, I was about to ping you regarding this.
Sakib
|
By
sakib.sajal@...
·
#7337
·
|