|
[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
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
|
By
Chen Qi
·
#7373
·
|
|
[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
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
|
By
Chen Qi
·
#7372
·
|
|
[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
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
|
By
Chen Qi
·
#7371
·
|
|
[PATCH V2 1/9] 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
·
#7370
·
|
|
Re: [master][kirkstone][PATCH 2/3] docker-distribution: fix build error on new hosts
Sounds good to me. Thanks for adjusting them!
I will merge your docker-distribution fix though, since it is
unrelated to the flags.
I'm doing some upgrades to the packages right now, but will make
Sounds good to me. Thanks for adjusting them!
I will merge your docker-distribution fix though, since it is
unrelated to the flags.
I'm doing some upgrades to the packages right now, but will make
|
By
Bruce Ashfield
·
#7369
·
|
|
Re: [master][kirkstone][PATCH 2/3] docker-distribution: fix build error on new hosts
Hi Bruce,
Got it. I'll adjust these CGO_XXX settings and send out V2 next week.
Regards,
Qi
Hi Bruce,
Got it. I'll adjust these CGO_XXX settings and send out V2 next week.
Regards,
Qi
|
By
Chen Qi
·
#7368
·
|
|
Re: [PATCH] k3s: Fetch dependencies from github instead of googlesource to avoid rate-limit
I'm working through the change now. I expect to have everything done
by next week.
Since it isn't a functional change or new features, I can definitely
put it on kirkstone at the same time as
I'm working through the change now. I expect to have everything done
by next week.
Since it isn't a functional change or new features, I can definitely
put it on kirkstone at the same time as
|
By
Bruce Ashfield
·
#7367
·
|
|
Re: [master][kirkstone][PATCH 2/3] docker-distribution: fix build error on new hosts
And as I mentioned, feel free to adjust the flags and explicit
settings, but I won't be dropping them.
I've been through 6 years of getting these recipes working, and
continually being broken by
And as I mentioned, feel free to adjust the flags and explicit
settings, but I won't be dropping them.
I've been through 6 years of getting these recipes working, and
continually being broken by
|
By
Bruce Ashfield
·
#7366
·
|
|
Re: [PATCH] skopeo: clean up depends and fix CGO settings
I'll take the ostree change (it is now handled by vendor/), and that
wasn't always the case.
But like the others, I'm not going to drop the explicit arch/flag settings.
Cheers,
Bruce
--
- Thou
I'll take the ostree change (it is now handled by vendor/), and that
wasn't always the case.
But like the others, I'm not going to drop the explicit arch/flag settings.
Cheers,
Bruce
--
- Thou
|
By
Bruce Ashfield
·
#7365
·
|
|
Re: [PATCH 2/5] oci-runtime-tools: adjust inherit and fix CGO settings
While that may be true, I've had significant issues with the go
bbclass in the past, so I'm going to keep all of the explicit flag
setting.
Feel free to send adjustments to the flags, but I won't be
While that may be true, I've had significant issues with the go
bbclass in the past, so I'm going to keep all of the explicit flag
setting.
Feel free to send adjustments to the flags, but I won't be
|
By
Bruce Ashfield
·
#7364
·
|
|
[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
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
|
By
Chen Qi
·
#7363
·
|
|
[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
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
|
By
Chen Qi
·
#7362
·
|
|
[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
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
|
By
Chen Qi
·
#7361
·
|
|
[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
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
|
By
Chen Qi
·
#7360
·
|
|
[PATCH 2/5] oci-runtime-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
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
|
By
Chen Qi
·
#7359
·
|
|
[PATCH] 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, 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
·
#7358
·
|
|
[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
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
|
By
Chen Qi
·
#7357
·
|
|
[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
·
|