summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'images/enea-nfv-access-common.inc')
-rw-r--r--images/enea-nfv-access-common.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/images/enea-nfv-access-common.inc b/images/enea-nfv-access-common.inc
new file mode 100644
index 0000000..043b020
--- /dev/null
+++ b/images/enea-nfv-access-common.inc
@@ -0,0 +1,16 @@
1require images/enea-image-common.inc
2
3IMAGE_INSTALL += " \
4 packagegroup-enea-virtualization \
5 kernel-modules \
6 "
7
8IMAGE_FSTYPES = "ext4.gz tar.gz"
9
10inherit image_types_uboot
11IMAGE_FSTYPES_append_cn8304 = " ext4.gz.u-boot"
12
13#keep only the archive
14do_image_ext4_append() {
15 rm ${IMGDEPLOYDIR}/*.ext4
16}