aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb
blob: 6ce97eebec2c3a23460c939d4e95e42d90314e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Arago TI SDK base image with test tools
# Suitable for initramfs

require arago-image.inc

IMAGE_FSTYPES += "cpio.xz"

IMAGE_INSTALL += "\
    packagegroup-arago-base \
    packagegroup-arago-console \
    packagegroup-arago-base-tisdk \
    packagegroup-arago-test \
    systemd-initramfs \
    "

export IMAGE_BASENAME = "arago-base-tisdk-image"