summaryrefslogtreecommitdiffstats
path: root/images/fsl-image-lsb-sdk.bb
blob: 22332d2af3242b4a7ab9b46fbd787785b2d09351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
IMAGE_FEATURES += "apps-console-core tools-sdk dev-pkgs ssh-server-openssh"
EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks"

IMAGE_INSTALL = "\
    ${POKY_BASE_INSTALL} \
    task-core-basic \
    task-core-lsb \
    git \
    dtc \
    flex \
    bison \
    ccache \
    u-boot \
    "

inherit core-image

IMAGE_FSTYPES ?= "tar.gz"