smarct335x-rootfs-image.bb 837 Bytes
# Arago Embedian SDK filesystem image

require arago-base-smarct335x-image.bb

IMAGE_INSTALL += "\
    packagegroup-arago-test \
    ${@base_contains('MACHINE_FEATURES','sgx','packagegroup-arago-tisdk-graphics','',d)} \
    packagegroup-arago-tisdk-qte \
    packagegroup-arago-smarct335x-addons \
    ${@bb.utils.contains('MACHINE_FEATURES','opencl','packagegroup-arago-tisdk-opencl','',d)} \
    ${@bb.utils.contains('MACHINE_FEATURES','opencl','packagegroup-arago-tisdk-opencl-extra','',d)} \
    packagegroup-arago-tisdk-connectivity \
    packagegroup-arago-tisdk-crypto \
    packagegroup-arago-tisdk-matrix \
    packagegroup-arago-tisdk-multimedia \
    packagegroup-arago-tisdk-amsdk \
    packagegroup-arago-smarct335x-sdk \
    packagegroup-arago-smarct335x-addons-extra \
"

export IMAGE_BASENAME = "smarct335x-rootfs-image"