summaryrefslogtreecommitdiffstats
path: root/images/enea-edge-runtime.bb
diff options
context:
space:
mode:
authorCatalin Iova <Catalin.Iova@enea.com>2021-11-29 11:11:59 +0100
committerCatalin Iova <Catalin.Iova@enea.com>2021-11-29 11:11:59 +0100
commit3a6c8fd89a95be4633c396d114583e4e69dbf4aa (patch)
tree5782455cdddab65d9bc2005a5d6686f60ae822d7 /images/enea-edge-runtime.bb
parent5c027a9d4460ba31b4db102a5ce01aca50041584 (diff)
downloadmeta-el-nfv-access-3a6c8fd89a95be4633c396d114583e4e69dbf4aa.tar.gz
conf images: Adding support for lx2160
Change-Id: Ib02134a3b61019d497081dd8426d2f90d38259f3 Signed-off-by: Catalin Iova <Catalin.Iova@enea.com>
Diffstat (limited to 'images/enea-edge-runtime.bb')
-rw-r--r--images/enea-edge-runtime.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/images/enea-edge-runtime.bb b/images/enea-edge-runtime.bb
index 5071619..057b743 100644
--- a/images/enea-edge-runtime.bb
+++ b/images/enea-edge-runtime.bb
@@ -1,7 +1,16 @@
1DESCRIPTION = "Image for the host side of the Enea Edge Runtime with ODM and NETCONF Edgelink customizations" 1DESCRIPTION = "Image for the host side of the Enea Edge Runtime with ODM and NETCONF Edgelink customizations"
2 2
3IMAGE_FSTYPES_remove_aarch64 = "iso"
4
3require images/enea-edge-host-common.inc 5require images/enea-edge-host-common.inc
4 6
5IMAGE_INSTALL += " \ 7IMAGE_INSTALL += " \
6 element-vcpe \ 8 element-vcpe \
7 " 9 "
10
11# On AARCH64, the OVMF firmware images are required by KVM, but these images are not
12# pulled explicitly by other recipes.
13IMAGE_INSTALL_append_aarch64 = "\
14 ovmf \
15 "
16