|
Re: [PATCH 0/2] xen: PCI runqemu issue follow-up
I was waiting to hear from Christopher on this one, so I'll let it
soak a few more days before staging.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its
I was waiting to hear from Christopher on this one, so I'll let it
soak a few more days before staging.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its
|
By
Bruce Ashfield
·
#7381
·
|
|
[meta-cloud-services][PATCH] python3-arrow: drop python3-backports-functools-lru-cache dependency
python3-backports-functools-lru-cache was recently dropped from
meta-python with 620689d4efba ("python3-backports-functional-lru-cache:
remove, not needed for Python 3").
Since the functionality it
python3-backports-functools-lru-cache was recently dropped from
meta-python with 620689d4efba ("python3-backports-functional-lru-cache:
remove, not needed for Python 3").
Since the functionality it
|
By
Jonas Gorski
·
#7380
·
|
|
[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@...>
---
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@...>
---
|
By
Chen Qi
·
#7379
·
|
|
[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
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
|
By
Chen Qi
·
#7378
·
|
|
[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
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
|
By
Chen Qi
·
#7377
·
|
|
[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
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
|
By
Chen Qi
·
#7376
·
|
|
[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
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
|
By
Chen Qi
·
#7375
·
|
|
[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
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
|
By
Chen Qi
·
#7374
·
|
|
[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
·
|