summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access.bb
diff options
context:
space:
mode:
Diffstat (limited to 'images/enea-nfv-access.bb')
-rw-r--r--images/enea-nfv-access.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/images/enea-nfv-access.bb b/images/enea-nfv-access.bb
index 9311992..845e668 100644
--- a/images/enea-nfv-access.bb
+++ b/images/enea-nfv-access.bb
@@ -1,7 +1,18 @@
1DESCRIPTION = "Image for the host side of the Enea NFV Access Platform with ODM and NETCONF Edgelink customizations" 1DESCRIPTION = "Image for the host side of the Enea NFV Access Platform with ODM and NETCONF Edgelink customizations"
2 2
3IMAGE_FSTYPES_append_aarch64 = " live"
4IMAGE_TYPES_MASKED_append_aarch64 = " hddimg iso"
5NOISO_aarch64 = "1"
6NOHDD_aarch64 = "0"
7
3require images/enea-nfv-access-host-common.inc 8require images/enea-nfv-access-host-common.inc
4 9
5IMAGE_INSTALL += " \ 10IMAGE_INSTALL += " \
6 element-vcpe \ 11 element-vcpe \
7 " 12 "
13
14# On AARCH64, the OVMF firmware images are required by KVM, but these images are not
15# pulled explicitly by other recipes.
16IMAGE_INSTALL_append_aarch64 = "\
17 ovmf \
18 "