summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-lsb-dev.bb
blob: e6d7bc9d47bd04e07bbb208f8c87cc8228f90f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "A core-image-lsb that includes everything in meta-toolchain \
but also includes development headers and libraries to form a complete \
standalone SDK."

IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh"

IMAGE_INSTALL = "\
    ${CORE_IMAGE_BASE_INSTALL} \
    task-core-basic \
    task-core-lsb \
    "

inherit core-image