|
[master|kirkstone][PATCH] cloud-init: add depend on udev in sysvinit case.
Just as with systemd, the build needs the dev manager installed as a dependancy Signed-off-by: Jeremy A. Puhlman <jpuhlman@...> --- recipes-extended/cloud-init/cloud-init_21.4.bb | 3 ++- 1 file change
Just as with systemd, the build needs the dev manager installed as a dependancy Signed-off-by: Jeremy A. Puhlman <jpuhlman@...> --- recipes-extended/cloud-init/cloud-init_21.4.bb | 3 ++- 1 file change
|
By
Jeremy Puhlman
·
|
|
[PATCH 0/2] xen: PCI runqemu issue follow-up 4 messages
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 wit
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 wit
|
By
Michal Orzel
·
|
|
[PATCH] k3s: Fetch dependencies from github instead of googlesource to avoid rate-limit 7 messages
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 rate-limit. Re
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 rate-limit. Re
|
By
Diego Sueiro
·
|
|
[PATCH 2/2] xen: Disable highmem on qemuarm 3 messages
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 t
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 t
|
By
Michal Orzel
·
|
|
[PATCH 1/2] Revert "xen: Disable PCI on qemuarm with Xen" 3 messages
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 configuration
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 configuration
|
By
Michal Orzel
·
|
|
[PATCH V2] buildah: add recipe for buildah v1.26 8 messages
buildah is a command line tool, to be installed and run on target, that can be used to: - create a working container, either from scratch or using an image as a starting point - create an image, eithe
buildah is a command line tool, to be installed and run on target, that can be used to: - create a working container, either from scratch or using an image as a starting point - create an image, eithe
|
By
sakib.sajal@...
·
|
|
[PATCH V2 1/9] docker-distribution: fix the inehrit and systemd settings 2 messages
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 i
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 i
|
By
Chen Qi
·
|
|
[PATCH] go-logrus: sync SRC_URI with nerdctl and k3s
Use the lower case and remove the '.git' suffix to sync with other go-logurs SRC_URIs in nerdctl and k3s recipes. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-devtools/go/go-logrus_git.bb | 4 ++--
Use the lower case and remove the '.git' suffix to sync with other go-logurs SRC_URIs in nerdctl and k3s recipes. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-devtools/go/go-logrus_git.bb | 4 ++--
|
By
Chen Qi
·
|
|
[PATCH V2 9/9] netns: adjust GOROOT, CGO_CFLAGS and CGO_LDFALGS
Adjust the GOROOT setting as directory specified by the original one does not exist. The CGO_CFLAGS and CGO_LDFLAGS should use target flags instead of the nativesdk ones. Signed-off-by: Chen Qi <Qi.Ch
Adjust the GOROOT setting as directory specified by the original one does not exist. The CGO_CFLAGS and CGO_LDFLAGS should use target flags instead of the nativesdk ones. Signed-off-by: Chen Qi <Qi.Ch
|
By
Chen Qi
·
|
|
[PATCH V2 8/9] oci-image-tools: adjust GOROOT, CGO_CFLAGS and CGO_LDFALGS
Adjust the GOROOT setting as directory specified by the original one does not exist. The CGO_CFLAGS and CGO_LDFLAGS should use target flags instead of the nativesdk ones. Signed-off-by: Chen Qi <Qi.Ch
Adjust the GOROOT setting as directory specified by the original one does not exist. The CGO_CFLAGS and CGO_LDFLAGS should use target flags instead of the nativesdk ones. Signed-off-by: Chen Qi <Qi.Ch
|
By
Chen Qi
·
|
|
[PATCH V2 7/9] riddler: adjust GOROOT, CGO_CFLAGS and CGO_LDFALGS
Adjust the GOROOT setting as directory specified by the original one does not exist. The CGO_CFLAGS and CGO_LDFLAGS should use target flags instead of the nativesdk ones. Signed-off-by: Chen Qi <Qi.Ch
Adjust the GOROOT setting as directory specified by the original one does not exist. The CGO_CFLAGS and CGO_LDFLAGS should use target flags instead of the nativesdk ones. Signed-off-by: Chen Qi <Qi.Ch
|
By
Chen Qi
·
|
|
[PATCH V2 6/9] oci-runtime-tools: adjust GOROOT, CGO_CFLAGS and CGO_LDFALGS
Adjust the GOROOT setting as directory specified by the original one does not exist. The CGO_CFLAGS and CGO_LDFLAGS should use target flags instead of the nativesdk ones. Signed-off-by: Chen Qi <Qi.Ch
Adjust the GOROOT setting as directory specified by the original one does not exist. The CGO_CFLAGS and CGO_LDFLAGS should use target flags instead of the nativesdk ones. Signed-off-by: Chen Qi <Qi.Ch
|
By
Chen Qi
·
|
|
[PATCH V2 5/9] umoci: adjust CGO_CFLAGS and CGO_LDFLAGS settings
The CGO_CFLAGS and CGO_LDFLAGS should use target flags instead of the nativesdk ones. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-containers/umoci/umoci_git.bb | 4 ++-- 1 file changed, 2 insertio
The CGO_CFLAGS and CGO_LDFLAGS should use target flags instead of the nativesdk ones. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-containers/umoci/umoci_git.bb | 4 ++-- 1 file changed, 2 insertio
|
By
Chen Qi
·
|
|
[PATCH V2 4/9] skopeo: clean up depends and fix CGO settings
According to https://github.com/containers/skopeo/blob/main/install.md#building-from-source, the ostree dependency is not needed. Also, adjust the CGO_CFLAGS and CGO_LDFALGS to use target flags instea
According to https://github.com/containers/skopeo/blob/main/install.md#building-from-source, the ostree dependency is not needed. Also, adjust the CGO_CFLAGS and CGO_LDFALGS to use target flags instea
|
By
Chen Qi
·
|
|
[PATCH V2 3/9] docker-distribution: upgrade to 2.8.1
v2.8.1 is the latest stable version. Signed-off-by: Chen Qi <Qi.Chen@...> --- .../docker-distribution/docker-distribution_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a
v2.8.1 is the latest stable version. Signed-off-by: Chen Qi <Qi.Chen@...> --- .../docker-distribution/docker-distribution_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a
|
By
Chen Qi
·
|
|
[PATCH V2 2/9] docker-distribution: fix build error on new hosts
Fix settings for GOROOT, CGO_CFLAGS and CGO_LDFLAGS. The previous setting for GOROOT is no longer valid as the directory does not exist for now. So adjust the GOROOT setting. Currently CGO_CFLAGS is s
Fix settings for GOROOT, CGO_CFLAGS and CGO_LDFLAGS. The previous setting for GOROOT is no longer valid as the directory does not exist for now. So adjust the GOROOT setting. Currently CGO_CFLAGS is s
|
By
Chen Qi
·
|
|
[master][kirkstone][PATCH 2/3] docker-distribution: fix build error on new hosts 4 messages
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 CGO_CF
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 CGO_CF
|
By
Chen Qi
·
|
|
[PATCH] skopeo: clean up depends and fix CGO settings 2 messages
According to https://github.com/containers/skopeo/blob/main/install.md#building-from-source, the ostree dependency is not needed. Also, remove the CGO settings which incorrectly use BUILDSDK_XXX. The
According to https://github.com/containers/skopeo/blob/main/install.md#building-from-source, the ostree dependency is not needed. Also, remove the CGO settings which incorrectly use BUILDSDK_XXX. The
|
By
Chen Qi
·
|
|
[PATCH 2/5] oci-runtime-tools: adjust inherit and fix CGO settings 2 messages
go.bbclass already inherits goarch.bbclass. The CGO_CFLAGS and CGO_LDFLAGS should use target flags as set in oe-core's go.bbclass, not the SDK related ones. Signed-off-by: Chen Qi <Qi.Chen@...> --- ..
go.bbclass already inherits goarch.bbclass. The CGO_CFLAGS and CGO_LDFLAGS should use target flags as set in oe-core's go.bbclass, not the SDK related ones. Signed-off-by: Chen Qi <Qi.Chen@...> --- ..
|
By
Chen Qi
·
|
|
[PATCH 3/5] riddler: adjust inherit and fix CGO settings
go.bbclass already inherits goarch.bbclass. The CGO_CFLAGS and CGO_LDFLAGS should use target flags as set in oe-core's go.bbclass, not the SDK related ones. Signed-off-by: Chen Qi <Qi.Chen@...> --- re
go.bbclass already inherits goarch.bbclass. The CGO_CFLAGS and CGO_LDFLAGS should use target flags as set in oe-core's go.bbclass, not the SDK related ones. Signed-off-by: Chen Qi <Qi.Chen@...> --- re
|
By
Chen Qi
·
|