summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-common.inc
blob: cd2218d96ebf9e85c6c2dc46ab75edd4f44dce59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require images/enea-image-common.inc

IMAGE_FEATURES += "ssh-server-openssh"

IMAGE_INSTALL += " \
    packagegroup-enea-virtualization \
    kernel-modules \
    "

IMAGE_FSTYPES = "ext4.gz tar.gz"

inherit image_types_uboot
IMAGE_FSTYPES_append_cn8304 = " ext4.gz.u-boot"

#keep only the archive
do_image_ext4_append() {
    rm ${IMGDEPLOYDIR}/*.ext4
}