summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/runx/runx_git.bb8
-rw-r--r--recipes-devtools/go/go-build_git.bb7
2 files changed, 11 insertions, 4 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 @@
1HOMEPAGE = "https://github.com/lf-edge/runx" 1HOMEPAGE = "https://github.com/lf-edge/runx"
2SUMMARY = "runx stuff" 2SUMMARY = "runx stuff (DEPRECATED - use vxn instead)"
3DESCRIPTION = "Xen Runtime for OCI" 3DESCRIPTION = "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
5SRCREV_runx = "edc9350a79ede0365066c9743080e3dc6430d602" 9SRCREV_runx = "edc9350a79ede0365066c9743080e3dc6430d602"
6 10
diff --git a/recipes-devtools/go/go-build_git.bb b/recipes-devtools/go/go-build_git.bb
index 8b750651..83933ea8 100644
--- a/recipes-devtools/go/go-build_git.bb
+++ b/recipes-devtools/go/go-build_git.bb
@@ -1,6 +1,9 @@
1HOMEPAGE = "https://github.com/lf-edge/runx" 1HOMEPAGE = "https://github.com/lf-edge/runx"
2SUMMARY = "console for runx" 2SUMMARY = "console for runx (DEPRECATED - use vxn instead)"
3DESCRIPTION = "Xen Runtime for OCI" 3DESCRIPTION = "Xen Runtime for OCI. \
4 DEPRECATED: go-build is the serial FD handler companion to runx, \
5 which is unmaintained. Use 'vxn' instead, which handles console \
6 communication via PV consoles without a separate Go binary."
4 7
5SRCREV_runx = "f24efd33fb18469e9cfe4d1bfe8e2c90ec8c4e93" 8SRCREV_runx = "f24efd33fb18469e9cfe4d1bfe8e2c90ec8c4e93"
6SRCREV_runc = "1e7bb5b773162b57333d57f612fd72e3f8612d94" 9SRCREV_runc = "1e7bb5b773162b57333d57f612fd72e3f8612d94"