diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-19 19:14:22 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-26 01:05:01 +0000 |
| commit | ba23ccd3390b7fbebfed641ebfcd978a0ba406dd (patch) | |
| tree | f3c1485fd1ccea018bc17e49ee008e8fe492f0f8 /recipes-core | |
| parent | 31367839e0c0216239c064fde344dca0dfd1b5b6 (diff) | |
| download | meta-virtualization-ba23ccd3390b7fbebfed641ebfcd978a0ba406dd.tar.gz | |
runx, go-build: mark as deprecated in favor of vxn
Update SUMMARY and DESCRIPTION to note that runx is unmaintained
(upstream dormant since 2022) and that vxn provides the same Xen DomU
container functionality with pluggable hypervisor backends. go-build
is the serial FD handler companion to runx and is similarly superseded.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core')
| -rw-r--r-- | recipes-core/runx/runx_git.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-core/runx/runx_git.bb b/recipes-core/runx/runx_git.bb index 618bff45..54c2f0f1 100644 --- a/recipes-core/runx/runx_git.bb +++ b/recipes-core/runx/runx_git.bb | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | HOMEPAGE = "https://github.com/lf-edge/runx" | 1 | HOMEPAGE = "https://github.com/lf-edge/runx" |
| 2 | SUMMARY = "runx stuff" | 2 | SUMMARY = "runx stuff (DEPRECATED - use vxn instead)" |
| 3 | DESCRIPTION = "Xen Runtime for OCI" | 3 | DESCRIPTION = "Xen Runtime for OCI. \ |
| 4 | DEPRECATED: runx is unmaintained (upstream dormant since 2022). \ | ||
| 5 | Use 'vxn' instead, which provides the same Xen DomU container \ | ||
| 6 | functionality using the modern vcontainer infrastructure with \ | ||
| 7 | pluggable hypervisor backends, daemon mode, and vexpose API exposure." | ||
| 4 | 8 | ||
| 5 | SRCREV_runx = "edc9350a79ede0365066c9743080e3dc6430d602" | 9 | SRCREV_runx = "edc9350a79ede0365066c9743080e3dc6430d602" |
| 6 | 10 | ||
