summaryrefslogtreecommitdiffstats
path: root/images/enea-edge-runtime.bb
blob: 057b743c4ea8a41ea5aae4027c7d6715b909c7ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Image for the host side of the Enea Edge Runtime with ODM and NETCONF Edgelink customizations"

IMAGE_FSTYPES_remove_aarch64 = "iso"

require images/enea-edge-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 \
    "