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






# FIXME:
# 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 \
#    "