blob: 58d543f8ae6e1cf461eb0b78a4c5202ccc7bd72a (
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 NFV Access Platform with ODM customizations"
require images/enea-nfv-access-host-common.inc
IMAGE_INSTALL += " \
element-odm \
element-odm-sdk \
kernel-devsrc \
"
IMAGE_FEATURES += "dbg-pkgs dev-pkgs"
|