summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access.bb
blob: 845e66862177fc43623bdebe5050b30bf8a80234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Image for the host side of the Enea NFV Access Platform with ODM and NETCONF Edgelink customizations"

IMAGE_FSTYPES_append_aarch64 = " live"
IMAGE_TYPES_MASKED_append_aarch64 = " hddimg iso"
NOISO_aarch64 = "1"
NOHDD_aarch64 = "0"

require images/enea-nfv-access-host-common.inc

IMAGE_INSTALL += " \
    element-vcpe \
    "

# On AARCH64, the OVMF firmware images are required by KVM, but these images are not
# pulled explicitly by other recipes.
IMAGE_INSTALL_append_aarch64 = "\
    ovmf \
    "