mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +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
6e2826e6f5
commit
1004c059c9
|
@ -10,6 +10,8 @@ SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
|
||||||
|
|
||||||
RDEPENDS:${PN}-dev:append = "bash"
|
RDEPENDS:${PN}-dev:append = "bash"
|
||||||
|
|
||||||
|
SKIP_RECIPE[kata-agent] ?= "kata containers are currently broken, patches accepted"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit go
|
inherit go
|
||||||
|
|
|
@ -8,6 +8,9 @@ SRCREV = "1148847739f9a9f47b92e34e4f309dc109d4dba9"
|
||||||
SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
|
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"
|
RDEPENDS:${PN}-dev:append = "bash"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
|
@ -19,6 +19,8 @@ RDEPENDS:${PN} = " \
|
||||||
"
|
"
|
||||||
DEPENDS += "yq-native"
|
DEPENDS += "yq-native"
|
||||||
|
|
||||||
|
SKIP_RECIPE[kata-runtime] ?= "kata containers are currently broken, patches accepted"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit go
|
inherit go
|
||||||
|
|
|
@ -8,6 +8,8 @@ SRCREV = "bcc35aeca3ef6fa0976005c9e93525906aefed2f"
|
||||||
SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
|
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"
|
RDEPENDS:${PN}-dev:append = "bash"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user