mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
f99abf763a
commit
8a78238210
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user