kata-containers: add skip message

Let's skip these until someone is interested enough to fix the
recipes.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2022-06-03 09:30:53 -04:00
parent f99abf763a
commit 8a78238210
4 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,8 @@ SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
RDEPENDS:${PN}-dev:append = "bash"
SKIP_RECIPE[kata-agent] ?= "kata containers are currently broken, patches accepted"
S = "${WORKDIR}/git"
inherit go

View File

@ -8,6 +8,9 @@ SRCREV = "1148847739f9a9f47b92e34e4f309dc109d4dba9"
SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
"
SKIP_RECIPE[kata-proxy] ?= "kata containers are currently broken, patches accepted"
RDEPENDS:${PN}-dev:append = "bash"
S = "${WORKDIR}/git"

View File

@ -19,6 +19,8 @@ RDEPENDS:${PN} = " \
"
DEPENDS += "yq-native"
SKIP_RECIPE[kata-runtime] ?= "kata containers are currently broken, patches accepted"
S = "${WORKDIR}/git"
inherit go

View File

@ -8,6 +8,8 @@ SRCREV = "bcc35aeca3ef6fa0976005c9e93525906aefed2f"
SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
"
SKIP_RECIPE[kata-shim] ?= "kata containers are currently broken, patches accepted"
RDEPENDS:${PN}-dev:append = "bash"
S = "${WORKDIR}/git"