summaryrefslogtreecommitdiffstats
path: root/meta-arago-distro/recipes-core/images/tisdk-base-image.bb
blob: 167833ae67e37d221fd8968ed0c48e277f27f03e (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_FSTYPES_append_dra7xx = " ubifs ubi"

IMAGE_INSTALL += "\
    packagegroup-arago-base \
    packagegroup-arago-console \
    packagegroup-arago-base-tisdk \
    ${VIRTUAL-RUNTIME_initramfs} \
    "

export IMAGE_BASENAME = "tisdk-base-image"