summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-virtualization/recipes-extended/hyperstart/hyperstart_git.bb
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-08 21:39:42 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-21 17:18:43 +0000
commita8af6e42e6a356c5324f7688c230520dc0293614 (patch)
tree0d3ca89bf5dc1d0a86365ac832550fd94c77854f /import-layers/meta-virtualization/recipes-extended/hyperstart/hyperstart_git.bb
parentf7ea135d0342e3aaa1c5078c64597f8960f70696 (diff)
downloadtalos-openbmc-a8af6e42e6a356c5324f7688c230520dc0293614.tar.gz
talos-openbmc-a8af6e42e6a356c5324f7688c230520dc0293614.zip
import-layers: Drop meta-virtualization
Drop the unused meta-virtualization layer. Change-Id: I14591d81f5d82cad7126921e5978a8707e2221d6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'import-layers/meta-virtualization/recipes-extended/hyperstart/hyperstart_git.bb')
-rw-r--r--import-layers/meta-virtualization/recipes-extended/hyperstart/hyperstart_git.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/import-layers/meta-virtualization/recipes-extended/hyperstart/hyperstart_git.bb b/import-layers/meta-virtualization/recipes-extended/hyperstart/hyperstart_git.bb
deleted file mode 100644
index 029747722..000000000
--- a/import-layers/meta-virtualization/recipes-extended/hyperstart/hyperstart_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "The tiny Init service for HyperContainer"
-DESCRIPTION = "The init Task for HyperContainer"
-
-LICENSE = "Apache-2"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
-
-inherit autotools-brokensep
-
-SRC_URI = "git://github.com/hyperhq/hyperstart.git"
-
-SRCREV = "ad48a3230836f59ada163659cde151a37522068b"
-PV = "v0.2+git${SRCREV}"
-
-S = "${WORKDIR}/git"
-
-CACHED_CONFIGUREVARS = "ac_cv_file__usr_include_linux_vm_sockets_h=true"
-
-do_install() {
- install -d ${D}/var/lib/hyper/
-
- install -m644 ${S}/build/hyper-initrd.img ${D}/var/lib/hyper/
- install -m644 ${S}/build/arch/x86_64/kernel ${D}/var/lib/hyper/
-}
-
-FILES_${PN} += "/var/lib/hyper"
OpenPOWER on IntegriCloud