blob: 71812943cac713c391b538613652d90bcbd1fe3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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 \
"
|