From 5a855a81ab418b1496ed99b903c4700c33a60962 Mon Sep 17 00:00:00 2001 From: Ola Redell Date: Sun, 17 Dec 2017 22:27:56 +0100 Subject: adding example image recipe, machine config and kernel recipe This should provide a complete setup together with meta-sunxi to build images with jailhouse --- recipes-core/images/jailhouse-image.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-core/images/jailhouse-image.bb (limited to 'recipes-core') 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 @@ +SUMMARY = "A small image just capable of starting Jailhouse with cells" + +include recipes-core/images/core-image-minimal.bb + +IMAGE_INSTALL_append= " \ + jailhouse \ + jailhouse-bash-completion \ + kernel-module-jailhouse \ + " + +IMAGE_FEATURES += "ssh-server-openssh" -- cgit v1.2.3-54-g00ecf