summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.inc
blob: e68e8db27fc2142a632c86502a32c7d7894d8525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
IMAGE_FEATURES_append = " dev-pkgs"
IMAGE_INSTALL_append = " kernel-dev kernel-devsrc"

# Always include the test widgets
IMAGE_FEATURES_append = " agl-test-wgt"

# Required dependencies for app and test builds
TOOLCHAIN_HOST_TASK += " \
    nativesdk-lua \
    "

# Required dependencies for app and test builds
TOOLCHAIN_TARGET_TASK += " \
    lua-dev \
    lua-staticdev \
    libafb-helpers-staticdev \
    libappcontroller-staticdev \
    waltham-dev \
    "