summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-sdk.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-05-09 14:52:48 +0200
committerMartin Borg <martin.borg@enea.com>2018-05-14 09:23:59 +0200
commit98d8b9dd39fbc2cd15518ceed2f3c1f3994a091d (patch)
treeb91281ad0e7a70dd7ae9b932c8833352b5b80221 /images/enea-nfv-access-sdk.bb
parent450e339ac21354f016dcaa0b4805d606ddd8c43f (diff)
downloadmeta-el-nfv-access-98d8b9dd39fbc2cd15518ceed2f3c1f3994a091d.tar.gz
Restructure images
We will have two main host images now: enea-nfv-access (which includes element-odm) and enea-nfv-access-edgelink-netconf (which includes element-vcpe) We also have two images used to build the sdks: enea-nfv-access-sdk (based on enea-nfv-access) enea-nfv-access-esdk (based on enea-image-common from meta-el-common) For the gues side, we only have one image used instead of the old guest image: enea-nfv-access-vnf All the other images are getting dropped. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'images/enea-nfv-access-sdk.bb')
-rw-r--r--images/enea-nfv-access-sdk.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/images/enea-nfv-access-sdk.bb b/images/enea-nfv-access-sdk.bb
new file mode 100644
index 0000000..0606ace
--- /dev/null
+++ b/images/enea-nfv-access-sdk.bb
@@ -0,0 +1,10 @@
1DESCRIPTION = "Image for building the SDK for the host side of the Enea NFV Access Platform with ODM customizations"
2
3require images/enea-nfv-access-host-common.inc
4
5IMAGE_INSTALL += " \
6 element-odm \
7 kernel-devsrc \
8 "
9
10IMAGE_FEATURES += "dbg-pkgs dev-pkgs"