summaryrefslogtreecommitdiffstats
path: root/recipes-core/kata-containers/kata-runtime
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-10-08 10:51:58 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-08 10:51:58 -0400
commitfcb0c3a663d46c7e8f1f093e27a32a30e9ff2811 (patch)
tree39ade95cf9b099a44bf8115c042c2115b6eb9205 /recipes-core/kata-containers/kata-runtime
parent6f7475a1e2cee1beecacac131601b3695dc489b5 (diff)
downloadmeta-virtualization-fcb0c3a663d46c7e8f1f093e27a32a30e9ff2811.tar.gz
kata: cleanup runtime recipe
Some of the dependencies are no longer valid for the kata runtime recipe. This also drops hyperstart as a dependency. With this removal, we need a replacement kernel and initrd for kata. That replacement will happen in future commits. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core/kata-containers/kata-runtime')
-rw-r--r--recipes-core/kata-containers/kata-runtime/0001-makefile-allow-SKIP_GO_VERSION_CHECK-to-be-overriden.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-core/kata-containers/kata-runtime/0001-makefile-allow-SKIP_GO_VERSION_CHECK-to-be-overriden.patch b/recipes-core/kata-containers/kata-runtime/0001-makefile-allow-SKIP_GO_VERSION_CHECK-to-be-overriden.patch
new file mode 100644
index 00000000..b92abeb3
--- /dev/null
+++ b/recipes-core/kata-containers/kata-runtime/0001-makefile-allow-SKIP_GO_VERSION_CHECK-to-be-overriden.patch
@@ -0,0 +1,26 @@
1From 224fedda76bb1b741d09a129a5b43a85cb9ce182 Mon Sep 17 00:00:00 2001
2From: Bruce Ashfield <bruce.ashfield@gmail.com>
3Date: Wed, 7 Oct 2020 23:29:52 -0400
4Subject: [PATCH] makefile: allow SKIP_GO_VERSION_CHECK to be overriden
5
6Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
7---
8 Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/Makefile b/Makefile
12index 669c1bd1..4c40278a 100644
13--- a/src/github.com/kata-containers/runtime/Makefile
14+++ b/src/github.com/kata-containers/runtime/Makefile
15@@ -12,7 +12,7 @@ for file in /etc/os-release /usr/lib/os-release; do \
16 fi \
17 done)
18
19-SKIP_GO_VERSION_CHECK=
20+#SKIP_GO_VERSION_CHECK=
21 include golang.mk
22
23 #Get ARCH.
24--
252.19.1
26