summaryrefslogtreecommitdiffstats
path: root/recipes-systemdev/images/systemdev-sdk.inc
blob: b778615a33b6a2bf33e7534993256060fef58646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
IMAGE_FEATURES += "tools-sdk \
                   dev-pkgs \
                  "
# We find in packagegroup-core-sdk.bb that only some of the gcc libraries
# are recommended to be installed as part of the sdk package group, which
# "tools-sdk" from above resolves to. We would like to be able to compile
# applications with libssp (stack smashing protection) and thus add these
# libraries manually to the list.
IMAGE_INSTALL += "bc \
                  python-pip \
                  swig \
                  libssp \
                  weston-examples \
                  yasm \
                 "