summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorAndreas Wellving <andreas.wellving@enea.com>2020-08-28 06:22:33 +0200
committerAndreas Wellving <andreas.wellving@enea.com>2020-08-28 06:22:33 +0200
commit9f469b481144dfebef413bbb994c97b120a41c6a (patch)
treedc50b801ae613067194f7ccbee1b9bbba7d0e5ad /images
parent12622948f531f0fb044c945c34116a925546ae0a (diff)
downloadmeta-el-nfv-access-9f469b481144dfebef413bbb994c97b120a41c6a.tar.gz
Add debug images including gdb, gdbserver and oprofile
Change-Id: I2a103bd73f5daaea8357ff2c5094dc2dd7fdf193 Signed-off-by: Andreas Wellving <andreas.wellving@enea.com>
Diffstat (limited to 'images')
-rw-r--r--images/enea-nfv-access-debug.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/images/enea-nfv-access-debug.bb b/images/enea-nfv-access-debug.bb
new file mode 100644
index 0000000..63a2322
--- /dev/null
+++ b/images/enea-nfv-access-debug.bb
@@ -0,0 +1,9 @@
1DESCRIPTION = "Image for the host side of the Enea NFV Access Platform with ODM and NETCONF Edgelink customizations"
2
3require images/enea-nfv-access-host-common.inc
4
5IMAGE_INSTALL += " \
6 element-vcpe \
7 gdbserver \
8 oprofile \
9 "