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

POKY_EXTRA_INSTALL = "\
    task-self-hosted \
    "

inherit core-image

PR = "r1"