summaryrefslogtreecommitdiffstats
path: root/recipes-core/images/jailhouse-image.bb
diff options
context:
space:
mode:
authorOla Redell <ola.redell@retotech.se>2017-12-17 21:41:53 +0000
committerOla Redell <ola.redell@retotech.se>2017-12-17 21:41:53 +0000
commitdf4216d07f301ea61e03a4f4419762fd8c33fd4d (patch)
treea4f3bdd02e89f1ba469cf39167235dc279c8c0f3 /recipes-core/images/jailhouse-image.bb
parente0a1fea1252e26f95f5a6302f0079d4e7649ffc2 (diff)
parent6c9981b7a368cf047ce98bc49e2beb74c58d4775 (diff)
downloadmeta-jailhouse-df4216d07f301ea61e03a4f4419762fd8c33fd4d.tar.gz
Merged in olrex/meta-jailhouse (pull request #1)
Master
Diffstat (limited to 'recipes-core/images/jailhouse-image.bb')
-rw-r--r--recipes-core/images/jailhouse-image.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-core/images/jailhouse-image.bb b/recipes-core/images/jailhouse-image.bb
new file mode 100644
index 0000000..60a1b31
--- /dev/null
+++ b/recipes-core/images/jailhouse-image.bb
@@ -0,0 +1,11 @@
1SUMMARY = "A small image just capable of starting Jailhouse with cells"
2
3include recipes-core/images/core-image-minimal.bb
4
5IMAGE_INSTALL_append= " \
6 jailhouse \
7 jailhouse-bash-completion \
8 kernel-module-jailhouse \
9 "
10
11IMAGE_FEATURES += "ssh-server-openssh"