summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access.bb
diff options
context:
space:
mode:
authorAdrian Stratulat <adrian.stratulat@enea.com>2020-06-16 08:30:23 +0200
committerAdrian Stratulat <adrian.stratulat@enea.com>2020-07-13 04:22:55 +0200
commitc82336bb19d4a6462af8d00366118704aa73239e (patch)
tree71bdb688cf957e3066a8500b965b59ee95573fa4 /images/enea-nfv-access.bb
parentde9614aad1d7da8204cfe2da9c2006ea757fc106 (diff)
downloadmeta-el-nfv-access-c82336bb19d4a6462af8d00366118704aa73239e.tar.gz
Ampere/aarch64 bring-up changes
* Refactor the efi-secure-boot feature (in order for it to be disabled for certain targets) * Add support for emag8180 compilation target (used as Enea NFV Access host) * Add emag8180 support in ostree * Add support for qemuarm64 compilation target (used as Enea NFV Access VNF) Note: The aarch64 family does not support the secure-boot feature yet, so the "efi-secure-boot" has been disabled. Change-Id: I32336761d322102a07d065c9ab02ea5051854609 Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.com>
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 "