summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorOla Redell <ola.redell@retotech.se>2017-12-17 22:27:56 +0100
committerOla Redell <ola.redell@retotech.se>2017-12-17 22:27:56 +0100
commit5a855a81ab418b1496ed99b903c4700c33a60962 (patch)
treecf53a5dac5d9d554375954910802770839471a36 /recipes-core
parente0a1fea1252e26f95f5a6302f0079d4e7649ffc2 (diff)
downloadmeta-jailhouse-5a855a81ab418b1496ed99b903c4700c33a60962.tar.gz
adding example image recipe, machine config and kernel recipe
This should provide a complete setup together with meta-sunxi to build images with jailhouse
Diffstat (limited to 'recipes-core')
-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"