diff options
-rw-r--r-- | recipes-core/kata-containers/kata-agent_git.bb | 2 | ||||
-rw-r--r-- | recipes-core/kata-containers/kata-proxy_git.bb | 3 | ||||
-rw-r--r-- | recipes-core/kata-containers/kata-runtime_git.bb | 2 | ||||
-rw-r--r-- | recipes-core/kata-containers/kata-shim_git.bb | 2 |
4 files changed, 9 insertions, 0 deletions
diff --git a/recipes-core/kata-containers/kata-agent_git.bb b/recipes-core/kata-containers/kata-agent_git.bb index 940b926f..de28235c 100644 --- a/recipes-core/kata-containers/kata-agent_git.bb +++ b/recipes-core/kata-containers/kata-agent_git.bb | |||
@@ -10,6 +10,8 @@ SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \ | |||
10 | 10 | ||
11 | RDEPENDS:${PN}-dev:append = "bash" | 11 | RDEPENDS:${PN}-dev:append = "bash" |
12 | 12 | ||
13 | SKIP_RECIPE[kata-agent] ?= "kata containers are currently broken, patches accepted" | ||
14 | |||
13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
14 | 16 | ||
15 | inherit go | 17 | inherit go |
diff --git a/recipes-core/kata-containers/kata-proxy_git.bb b/recipes-core/kata-containers/kata-proxy_git.bb index c41e0e06..d835e4d2 100644 --- a/recipes-core/kata-containers/kata-proxy_git.bb +++ b/recipes-core/kata-containers/kata-proxy_git.bb | |||
@@ -8,6 +8,9 @@ SRCREV = "1148847739f9a9f47b92e34e4f309dc109d4dba9" | |||
8 | SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \ | 8 | SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \ |
9 | " | 9 | " |
10 | 10 | ||
11 | |||
12 | SKIP_RECIPE[kata-proxy] ?= "kata containers are currently broken, patches accepted" | ||
13 | |||
11 | RDEPENDS:${PN}-dev:append = "bash" | 14 | RDEPENDS:${PN}-dev:append = "bash" |
12 | 15 | ||
13 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/recipes-core/kata-containers/kata-runtime_git.bb b/recipes-core/kata-containers/kata-runtime_git.bb index 4573f49f..c0d7c4cb 100644 --- a/recipes-core/kata-containers/kata-runtime_git.bb +++ b/recipes-core/kata-containers/kata-runtime_git.bb | |||
@@ -19,6 +19,8 @@ RDEPENDS:${PN} = " \ | |||
19 | " | 19 | " |
20 | DEPENDS += "yq-native" | 20 | DEPENDS += "yq-native" |
21 | 21 | ||
22 | SKIP_RECIPE[kata-runtime] ?= "kata containers are currently broken, patches accepted" | ||
23 | |||
22 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
23 | 25 | ||
24 | inherit go | 26 | inherit go |
diff --git a/recipes-core/kata-containers/kata-shim_git.bb b/recipes-core/kata-containers/kata-shim_git.bb index 2c67554c..8a7cb78a 100644 --- a/recipes-core/kata-containers/kata-shim_git.bb +++ b/recipes-core/kata-containers/kata-shim_git.bb | |||
@@ -8,6 +8,8 @@ SRCREV = "bcc35aeca3ef6fa0976005c9e93525906aefed2f" | |||
8 | SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \ | 8 | SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SKIP_RECIPE[kata-shim] ?= "kata containers are currently broken, patches accepted" | ||
12 | |||
11 | RDEPENDS:${PN}-dev:append = "bash" | 13 | RDEPENDS:${PN}-dev:append = "bash" |
12 | 14 | ||
13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |