summaryrefslogtreecommitdiffstats
path: root/images/fsl-image-lsb-sdk.bb
blob: 1ba38d3fab8795160dca67cbd5a51a860484ca0a (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} \
    packagegroup-core-basic \
    packagegroup-core-lsb \
    git \
    dtc \
    flex \
    bison \
    ccache \
    u-boot \
    "

inherit core-image

IMAGE_FSTYPES = "tar.gz"