|
Re: [PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
Yes .. exactly :D
That is the core of what I was asking. A package that is now in core,
why is it only enabled by a distro feature ?
That is causing the proliferation of checks in meta-virt (and
Yes .. exactly :D
That is the core of what I was asking. A package that is now in core,
why is it only enabled by a distro feature ?
That is causing the proliferation of checks in meta-virt (and
|
By
Bruce Ashfield
·
#6589
·
|
|
Re: [PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
I was getting the following when passing `--machinesmymachine`:
```
ERROR: Nothing PROVIDES 'libseccomp' (but meta-virtualization/recipes-containers/podman/podman_git.bb,
I was getting the following when passing `--machinesmymachine`:
```
ERROR: Nothing PROVIDES 'libseccomp' (but meta-virtualization/recipes-containers/podman/podman_git.bb,
|
By
Diego Sueiro
·
#6588
·
|
|
Re: [PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
AB would use the new default DISTRO_FEATURES which already contain seccomp.
AB would use the new default DISTRO_FEATURES which already contain seccomp.
|
By
Martin Jansa
·
#6587
·
|
|
Re: [PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
https://autobuilder.yoctoproject.org/typhoon/#/builders/121/builds/110
Says green...
Obviously we just tweak the css :)
Cheers,
Richard
https://autobuilder.yoctoproject.org/typhoon/#/builders/121/builds/110
Says green...
Obviously we just tweak the css :)
Cheers,
Richard
|
By
Richard Purdie
·
#6586
·
|
|
Re: [PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
I've disagreed with check-layer before (and we've changed how it works)
That being said, the layer is checked on the AB, and Richard hasn't
reported any issues. So clearly there's something wrong
I've disagreed with check-layer before (and we've changed how it works)
That being said, the layer is checked on the AB, and Richard hasn't
reported any issues. So clearly there's something wrong
|
By
Bruce Ashfield
·
#6585
·
|
|
Re: [PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
By
Diego Sueiro
·
#6584
·
|
|
Re: [PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
Right, I understand how/why it works like this .. but it is super
clunky when we can't just depend on something that is now in core,
without needing to sprinkle distro checks everywhere.
As the list
Right, I understand how/why it works like this .. but it is super
clunky when we can't just depend on something that is now in core,
without needing to sprinkle distro checks everywhere.
As the list
|
By
Bruce Ashfield
·
#6583
·
|
|
Re: [PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
This change is correct, libseccomp still requires seccomp in DISTRO_FEATURES, so anything depending on it should have the same restriction.
seccomp is now in default DISTRO_FEATURES, but not through
This change is correct, libseccomp still requires seccomp in DISTRO_FEATURES, so anything depending on it should have the same restriction.
seccomp is now in default DISTRO_FEATURES, but not through
|
By
Martin Jansa
·
#6582
·
|
|
Re: [PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
On Thu, Jun 24, 2021 at 3:45 PM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@...> wrote:
aha. never mind, I misread the change.
That being said, I honestly
On Thu, Jun 24, 2021 at 3:45 PM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@...> wrote:
aha. never mind, I misread the change.
That being said, I honestly
|
By
Bruce Ashfield
·
#6581
·
|
|
Re: [PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
What branch are you working with ?
Now that seccomp is in core, we no longer have those restrictions, so
I assume this is on an older branch ?
Bruce
--
- Thou shalt not follow the NULL pointer,
What branch are you working with ?
Now that seccomp is in core, we no longer have those restrictions, so
I assume this is on an older branch ?
Bruce
--
- Thou shalt not follow the NULL pointer,
|
By
Bruce Ashfield
·
#6580
·
|
|
[PATCH 3/3] slirp4netns: Add seccomp as REQUIRED_DISTRO_FEATURES
The libseccomp package is only available if seccomp is in DISTRO_FEATURES.
Signed-off-by: Diego Sueiro <diego.sueiro@...>
---
recipes-networking/slirp4netns/slirp4netns_0.4.1.bb | 3 +++
1 file
The libseccomp package is only available if seccomp is in DISTRO_FEATURES.
Signed-off-by: Diego Sueiro <diego.sueiro@...>
---
recipes-networking/slirp4netns/slirp4netns_0.4.1.bb | 3 +++
1 file
|
By
Diego Sueiro
·
#6579
·
|
|
[PATCH 2/3] packagegroup-container: Include podman if seccomp is in DISTRO_FEATURES
Signed-off-by: Diego Sueiro <diego.sueiro@...>
---
recipes-core/packagegroups/packagegroup-container.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
Signed-off-by: Diego Sueiro <diego.sueiro@...>
---
recipes-core/packagegroups/packagegroup-container.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
|
By
Diego Sueiro
·
#6578
·
|
|
[PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
The libseccomp package is only available if seccomp is in DISTRO_FEATURES.
Signed-off-by: Diego Sueiro <diego.sueiro@...>
---
recipes-containers/podman/podman_git.bb | 3 +++
1 file changed, 3
The libseccomp package is only available if seccomp is in DISTRO_FEATURES.
Signed-off-by: Diego Sueiro <diego.sueiro@...>
---
recipes-containers/podman/podman_git.bb | 3 +++
1 file changed, 3
|
By
Diego Sueiro
·
#6577
·
|
|
Re: [PATCH] conmon: add dependency on libseccomp and seccomp to REQUIRED_DISTRO_FEATURES
Thanks Martin,
This is now 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
Thanks Martin,
This is now 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
·
#6576
·
|
|
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
·
|