aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/self-hosted-image.bb
blob: 7ddba9c5722e77d7c5be30ae19d686f3cd2c6df6 (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_ROOTFS_EXTRA_SPACE = "1048576"

inherit core-image

PR = "r0"