diff options
Diffstat (limited to 'recipes-extended/hyperstart/hyperstart_git.bb')
-rw-r--r-- | recipes-extended/hyperstart/hyperstart_git.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-extended/hyperstart/hyperstart_git.bb b/recipes-extended/hyperstart/hyperstart_git.bb deleted file mode 100644 index e156cdae..00000000 --- a/recipes-extended/hyperstart/hyperstart_git.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SUMMARY = "The tiny Init service for HyperContainer" | ||
2 | DESCRIPTION = "The init Task for HyperContainer" | ||
3 | |||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" | ||
6 | |||
7 | inherit autotools-brokensep | ||
8 | |||
9 | SRC_URI = "git://github.com/hyperhq/hyperstart.git;branch=master;protocol=https" | ||
10 | SRC_URI += "file://0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch" | ||
11 | |||
12 | SRCREV = "c0c07d218b482dd07f9068b52a6e7468ae4172ac" | ||
13 | PV = "v0.2+git" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | CACHED_CONFIGUREVARS = "ac_cv_file__usr_include_linux_vm_sockets_h=true" | ||
18 | |||
19 | do_install() { | ||
20 | install -d ${D}/var/lib/hyper/ | ||
21 | |||
22 | install -m644 ${S}/build/hyper-initrd.img ${D}/var/lib/hyper/ | ||
23 | install -m644 ${S}/build/arch/x86_64/kernel ${D}/var/lib/hyper/ | ||
24 | } | ||
25 | |||
26 | FILES:${PN} += "/var/lib/hyper" | ||