Commit Graph

3 Commits

Author SHA1 Message Date
Bruce Ashfield
543f4e6b5f libslirp: create virt variant
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>
2023-01-10 17:02:07 -05:00
Bruce Ashfield
dc4a37ed7a slirp: update to 4.6.1-latest
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>
2022-03-29 08:05:48 -04:00
Bruce Ashfield
04270c3baa networking: introduce slirp dependency
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>
2022-03-21 17:31:29 -04:00