| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The external to m-virt users of libslirp-virt have been validated
against the OEcore version.
Having this recipe in world builds causes errors with sstate with
recent changes to bitbake.
Until we hit another runtime incompatibility, we can drop this
recipe. A previous commit excluding the recipe from world builds
was created as a reminder that we'll need to have that in place
if the recipe returns.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recent changes in oe-core have made the sysroot error on duplicate
files and symlinks.
We have this recipe as a compatibility fallback to some older
container stacks.
package lists and recipes that need this, can exclude the oe-core
recipe as required.
For now, we exclude it from world build, and mark it incompatible
with the oe-core libslirp.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
|
|
|
|
|
|
|
|
| |
bitbake has been enhanced such that SRCPV is no longer needed in
PV to handle updating git hashes and task signatures.
We can simplify our PV by dropping SRCPV
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
libslirp has been added to oe-core, so the recipe here is breaking
yocto compliance.
Until the full runtime can be validated, we create a virt specific
libslrip (but don't use it), that will be used as a compatibility
fallback.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Bumping libslirp to version v4.6.1-55-g888ddad, which comprises the following commits:
888ddad Add sanitizers CI runs
55d498c socket: Handle ECONNABORTED from recv
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
|
Importing libslirp to meet the requirements of the updated slirp4netns.
This is very similar to:
https://github.com/schnitzeltony/meta-retro/blob/master/recipes-support/slirp/libslirp.bb
But we create our own recipe for now, as we don't want to introduce
more layer dependencies. If we can get libslirp moved to
meta-openembedded, we'll drop this recipe.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|