Fix the -nogfx builds for the YP 3.1.4 uprev
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-platform / images / agl-image-minimal-crosssdk.inc
1 IMAGE_FEATURES_append = " dev-pkgs"
2 IMAGE_INSTALL_append = " kernel-dev kernel-devsrc"
3
4 # Always include the test widgets
5 IMAGE_FEATURES_append = " agl-test-wgt"
6
7 # Required dependencies for app and test builds
8 TOOLCHAIN_HOST_TASK += " \
9     nativesdk-lua \
10     "
11
12 # Required dependencies for app and test builds
13 TOOLCHAIN_TARGET_TASK += " \
14     lua-dev \
15     lua-staticdev \
16     libafb-helpers-staticdev \
17     libappcontroller-staticdev \
18     "