summaryrefslogtreecommitdiffstats
path: root/recipes-core/images/jailhouse-image.bb
blob: 60a1b3109ee43118100723669fd56b8ba842935b (plain)
1
2
3
4
5
6
7
8
9
10
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"