aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/self-hosted-image.bb
blob: 5029ac2fbb3d77bde621f3a798e976dfcfa82764 (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 package-management"

inherit core-image

PR = "r2"