summaryrefslogtreecommitdiffstats
path: root/images/enea-edge-runtime-sdk.bb
blob: c6a15b41ed2a8ac479920cc7b0fa9309509dd6ca (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Image for building the SDK for the host side of the Enea Edge Runtime with ODM customizations"

require images/enea-edge-host-common.inc

IMAGE_INSTALL += " \
    element-odm-sdk \
    "

TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc"

IMAGE_FEATURES += "dbg-pkgs dev-pkgs"