|
Re: [PATCH] skopeo: add native and nativesdk support
merged
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
merged
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
|
By
Bruce Ashfield
·
#6575
·
|
|
[PATCH] conmon: add dependency on libseccomp and seccomp to REQUIRED_DISTRO_FEATURES
* added with to v2.0.29 commit:
106cad5 seccomp: add support for seccomp notify
* fixes:
| src/seccomp_notify.c:9:10: fatal error: seccomp.h: No such file or directory
| 9 | #include
* added with to v2.0.29 commit:
106cad5 seccomp: add support for seccomp notify
* fixes:
| src/seccomp_notify.c:9:10: fatal error: seccomp.h: No such file or directory
| 9 | #include
|
By
Martin Jansa
·
#6574
·
|
|
[PATCH] skopeo: add native and nativesdk support
1.Add native and nativesdk support.
2.Replace "multipath-tools" with "libdevmapper" and "lvm2". Because
the really direct DEPENDS package is "libdevmapper" and "lvm2". Log
of do_comopile as
1.Add native and nativesdk support.
2.Replace "multipath-tools" with "libdevmapper" and "lvm2". Because
the really direct DEPENDS package is "libdevmapper" and "lvm2". Log
of do_comopile as
|
By
Xu, Yanfei
·
#6573
·
|
|
Re: [PATCH] umoci: add nativesdk to BBCLASSEXTEND
merged
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
merged
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
|
By
Bruce Ashfield
·
#6572
·
|
|
Re: [PATCH 1/2] crun: branch "master" renamed to "main"
Thanks for the fix!
I had made the same changes over the weekend, and coupled them with
bumps to the recipes. They are now pushed to the repo (and the branch
changes cherry picked to older
Thanks for the fix!
I had made the same changes over the weekend, and coupled them with
bumps to the recipes. They are now pushed to the repo (and the branch
changes cherry picked to older
|
By
Bruce Ashfield
·
#6571
·
|
|
Re: [PATCH] conmon: switch to main branch
Thanks for the change.
I had done the same myself over the weekend, but was still doing a few tests.
I pushed the change this morning, and have also cherry picked it to
older releases.
Bruce
--
-
Thanks for the change.
I had done the same myself over the weekend, but was still doing a few tests.
I pushed the change this morning, and have also cherry picked it to
older releases.
Bruce
--
-
|
By
Bruce Ashfield
·
#6570
·
|
|
[PATCH 2/2] conmon: branch "master" renamed to "main"
Without further parametrization, do_fetch tries do access the source via
the "master" branch of the respective repository. Since this branch has
been renamed to "main", further specification has
Without further parametrization, do_fetch tries do access the source via
the "master" branch of the respective repository. Since this branch has
been renamed to "main", further specification has
|
By
Holger Assmann
·
#6569
·
|
|
[PATCH 1/2] crun: branch "master" renamed to "main"
crun "master" branch has been renamed to "main", so change SRC_URI
accordingly.
Signed-off-by: Holger Assmann <h.assmann@...>
---
recipes-containers/crun/crun_git.bb | 2 +-
1 file
crun "master" branch has been renamed to "main", so change SRC_URI
accordingly.
Signed-off-by: Holger Assmann <h.assmann@...>
---
recipes-containers/crun/crun_git.bb | 2 +-
1 file
|
By
Holger Assmann
·
#6568
·
|
|
[PATCH] conmon: switch to main branch
From: Mingli Yu <mingli.yu@...>
Switch to main branch to fix do_fetch error.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
recipes-containers/conmon/conmon_git.bb | 2 +-
1 file
From: Mingli Yu <mingli.yu@...>
Switch to main branch to fix do_fetch error.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
recipes-containers/conmon/conmon_git.bb | 2 +-
1 file
|
By
Yu, Mingli
·
#6567
·
|
|
[PATCH] umoci: add nativesdk to BBCLASSEXTEND
add nativesdk to BBCLASSEXTEND
Signed-off-by: Yanfei Xu <yanfei.xu@...>
---
recipes-containers/umoci/umoci_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
add nativesdk to BBCLASSEXTEND
Signed-off-by: Yanfei Xu <yanfei.xu@...>
---
recipes-containers/umoci/umoci_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Xu, Yanfei
·
#6566
·
|
|
Re: [cni] do_compile network issue behind proxy for Hardknott
:-D
Awesome, thanks! I will be more than happy to evaluate such changes here in my builds.
BR,
/Joakim
:-D
Awesome, thanks! I will be more than happy to evaluate such changes here in my builds.
BR,
/Joakim
|
By
Joakim Roubert
·
#6565
·
|
|
Re: [cni] do_compile network issue behind proxy for Hardknott
I have a note written on the paper in front of me "fix cni build for
no-network", and a half started fix. :D
So yes, cni is doing some fetches, due to missing go dependencies and
trying to do a
I have a note written on the paper in front of me "fix cni build for
no-network", and a half started fix. :D
So yes, cni is doing some fetches, due to missing go dependencies and
trying to do a
|
By
Bruce Ashfield
·
#6564
·
|
|
[cni] do_compile network issue behind proxy for Hardknott
Hi!
After upgrade to Hardknott from Gatesgarth, building cni on a machine behind a proxy gives me network errors:
run.do_compile.18062' failed with exit code 1: go:
Hi!
After upgrade to Hardknott from Gatesgarth, building cni on a machine behind a proxy gives me network errors:
run.do_compile.18062' failed with exit code 1: go:
|
By
Joakim Roubert
·
#6563
·
|
|
Re: [PATCH] runc-docker: adjust patch to fit latest version
It works.
Got it. Thanks a lot.
Regards,
Kai
--
Kai Kang
Wind River Linux
It works.
Got it. Thanks a lot.
Regards,
Kai
--
Kai Kang
Wind River Linux
|
By
Kai Kang
·
#6562
·
|
|
Re: Networking issue with l3s when using systemd
<richard.purdie@...> wrote:
I'm sure we'll hear if someone is expecting networkd to manage their
veth devices :D
Either way works for me, I just lean towards keeping core very
<richard.purdie@...> wrote:
I'm sure we'll hear if someone is expecting networkd to manage their
veth devices :D
Either way works for me, I just lean towards keeping core very
|
By
Bruce Ashfield
·
#6561
·
|
|
Re: [PATCH] runc-docker: adjust patch to fit latest version
I just pushed the fix.
By "second variant", I just mean the runc-docker.
At one point, it was significant, but it is basically identical to the
runc-opencontainers one at this point, with a couple
I just pushed the fix.
By "second variant", I just mean the runc-docker.
At one point, it was significant, but it is basically identical to the
runc-opencontainers one at this point, with a couple
|
By
Bruce Ashfield
·
#6560
·
|
|
Re: [PATCH] runc-docker: adjust patch to fit latest version
On 3/17/21 8:59 PM, Bruce Ashfield wrote:
Hi Bruce,
It breaks do_patch again. And what is the "second variant" you've mentioned, please?
Regards,
Kai
On 3/17/21 8:59 PM, Bruce Ashfield wrote:
Hi Bruce,
It breaks do_patch again. And what is the "second variant" you've mentioned, please?
Regards,
Kai
|
By
Kai Kang
·
#6559
·
|
|
Re: Networking issue with l3s when using systemd
FWIW I suspect the veth change should be ok for OE-Core if I understandÂ
things correctly.
Cheers,
Richard
FWIW I suspect the veth change should be ok for OE-Core if I understandÂ
things correctly.
Cheers,
Richard
|
By
Richard Purdie
·
#6558
·
|
|
Re: Networking issue with l3s when using systemd
Perhaps, but it is probably a good idea to have the default as broad
as possible. If someone comes up with an alternate requirement, you'd
end up having a harder time keeping them both working in
Perhaps, but it is probably a good idea to have the default as broad
as possible. If someone comes up with an alternate requirement, you'd
end up having a harder time keeping them both working in
|
By
Bruce Ashfield
·
#6557
·
|
|
Re: Networking issue with l3s when using systemd
Hey Bruce,
I understand that changing things can be difficult once launched.
But looking at the systemd documentation here https://wiki.archlinux.org/title/systemd-networkd and in the note that says
Hey Bruce,
I understand that changing things can be difficult once launched.
But looking at the systemd documentation here https://wiki.archlinux.org/title/systemd-networkd and in the note that says
|
By
Matt Spencer <matt.spencer@...>
·
#6556
·
|