aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/self-hosted-image.bb
blob: 111c0574d6da19a5f9db690f49a2923359baeae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted"

POKY_EXTRA_INSTALL = "\
    task-self-hosted \
    "

IMAGE_FEATURES += "x11-mini"

inherit core-image

PR = "r2"