summaryrefslogtreecommitdiffstats
path: root/recipes-networking/slirp
Commit message (Collapse)AuthorAgeFilesLines
* libslirp-virt: remove recipeBruce Ashfield2023-09-271-16/+0
| | | | | | | | | | | | | | | 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>
* libslirp-virt: exclude from worldBruce Ashfield2023-09-261-0/+2
| | | | | | | | | | | | | | | | 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>
* recipes/classes/scripts: Drop SRCPV usageBruce Ashfield2023-08-241-1/+1
| | | | | | | | | 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: create virt variantBruce Ashfield2023-01-101-0/+0
| | | | | | | | | | | 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>
* slirp: update to 4.6.1-latestBruce Ashfield2022-03-291-2/+2
| | | | | | | | | 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>
* networking: introduce slirp dependencyBruce Ashfield2022-03-211-0/+14
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>