aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb
blob: ef47dc00e4c7f1d5d9b4594c8cfd90d558b7cddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Arago TI SDK base image
# gives you an image with Qt/E and other common packages shared by all TI SDKs.

require arago-image.inc
inherit remove-net-rules

COMPATIBLE_MACHINE = "omap3|omapl138|ti33x|ti43x|omap4|omap-a15|keystone"

IMAGE_INSTALL += "\
    packagegroup-arago-base \
    packagegroup-arago-console \
    packagegroup-arago-base-tisdk \
    "

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