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

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
}