|
[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
·
|
|
[PATCH 4/5] oci-image-tools: 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
·
|
|
[PATCH 1/5] umoci: 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
·
|
|
[PATCH 5/5] netns: 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
·
|
|
[master][kirkstone][PATCH 3/3] 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
·
|
|
[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 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] 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 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] open-iscsi-user: Fix conflict error with systemd and net-snmp-server-snmptrapd. 2 messages
- reinstall service files - deleted older version Signed-off-by: Lei Maohui <leimaohui@...> --- .../open-iscsi/open-iscsi-user_2.1.4.bb | 60 ---------------------- .../open-iscsi/open-iscsi-user_2.1.7
- reinstall service files - deleted older version Signed-off-by: Lei Maohui <leimaohui@...> --- .../open-iscsi/open-iscsi-user_2.1.4.bb | 60 ---------------------- .../open-iscsi/open-iscsi-user_2.1.7
|
By
leimaohui
·
|
|
[PATCH V3] criu: fix patch fuzz and remove unused patch 2 messages
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> --- recipes-containers/criu/criu_git.bb | 6 +-- ...001-criu-Skip-documentation-install.patch} | 14 +++--- ...-Chang
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> --- recipes-containers/criu/criu_git.bb | 6 +-- ...001-criu-Skip-documentation-install.patch} | 14 +++--- ...-Chang
|
By
Changqing Li
·
|
|
[PATCH] crir: fix patch fuzz and remove unused patch 2 messages
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> --- recipes-containers/criu/criu_git.bb | 6 +-- ...001-criu-Skip-documentation-install.patch} | 14 +++--- ...-Chang
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> --- recipes-containers/criu/criu_git.bb | 6 +-- ...001-criu-Skip-documentation-install.patch} | 14 +++--- ...-Chang
|
By
Changqing Li
·
|
|
[PATCH] criu: fix QA issue about shebang too long 2 messages
There's a QA issue about criu complaining the shebang of crit script is too long. We should replace it with '#!/usr/bin/env python3'. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-containers/criu/c
There's a QA issue about criu complaining the shebang of crit script is too long. We should replace it with '#!/usr/bin/env python3'. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-containers/criu/c
|
By
Chen Qi
·
|
|
Missing https protocol for kata-containers recipes 3 messages
On branch kirkstone, the kata-* recipes clone their sources from github. The git fetcher uses unsafe git protocol by default which Github does not support. This makes the fetch step to fail. One can f
On branch kirkstone, the kata-* recipes clone their sources from github. The git fetcher uses unsafe git protocol by default which Github does not support. This makes the fetch step to fail. One can f
|
By
Aurélien Bertron
·
|
|
[podman-compose] references absent SRCREV 2 messages
Hi all, On kirkstone branch, the recipe podman-compose_1.0.3.bb specifies the following variables : SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel;protocol=https" SRCREV = "155
Hi all, On kirkstone branch, the recipe podman-compose_1.0.3.bb specifies the following variables : SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel;protocol=https" SRCREV = "155
|
By
Aurélien Bertron
·
|
|
[PATCH V2] crir: fix patch fuzz and remove unused patch
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> --- recipes-containers/criu/criu_git.bb | 6 +-- ...001-criu-Skip-documentation-install.patch} | 14 +++--- ...-Chang
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> --- recipes-containers/criu/criu_git.bb | 6 +-- ...001-criu-Skip-documentation-install.patch} | 14 +++--- ...-Chang
|
By
Changqing Li
·
|