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

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

inherit core-image

IMAGE_FSTYPES = "tar.gz"