summaryrefslogtreecommitdiffstats
path: root/recipes-core/kata-containers/kata-runtime_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-06-03 09:30:53 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-06-03 09:31:54 -0400
commit1004c059c9f866468dcb31e5347549d367823f9f (patch)
treef5195ca5a8c2750617ca77a118aeb2b2952c96ec /recipes-core/kata-containers/kata-runtime_git.bb
parent6e2826e6f54c7966134304e82997441fac8fa374 (diff)
downloadmeta-virtualization-1004c059c9f866468dcb31e5347549d367823f9f.tar.gz
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>
Diffstat (limited to 'recipes-core/kata-containers/kata-runtime_git.bb')
-rw-r--r--recipes-core/kata-containers/kata-runtime_git.bb2
1 files changed, 2 insertions, 0 deletions
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 "
20DEPENDS += "yq-native" 20DEPENDS += "yq-native"
21 21
22SKIP_RECIPE[kata-runtime] ?= "kata containers are currently broken, patches accepted"
23
22S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
23 25
24inherit go 26inherit go