summaryrefslogtreecommitdiffstats
path: root/images/enea-image-virtualization-common.inc
blob: bc9d9607615897f659242b96fc3e0d93ff16defb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
IMAGE_INSTALL += " \
    packagegroup-enea-virtualization \
    kernel-modules \
    "

IMAGE_FSTYPES = "ext4.gz"

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

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