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.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/images/enea-nfv-access-common.inc b/images/enea-nfv-access-common.inc
index 5472056..a10e2e2 100644
--- a/images/enea-nfv-access-common.inc
+++ b/images/enea-nfv-access-common.inc
@@ -18,9 +18,9 @@ rootfs_postinstall_dpkg_cleanup () {
18} 18}
19ROOTFS_POSTINSTALL_COMMAND_append += " rootfs_postinstall_dpkg_cleanup;" 19ROOTFS_POSTINSTALL_COMMAND_append += " rootfs_postinstall_dpkg_cleanup;"
20 20
21IMAGE_FSTYPES = "ext4 ext4.gz tar.gz" 21IMAGE_FSTYPES += "ext4 ext4.gz tar.gz"
22 22
23# Add ostree specific image types if sota support is set 23# Add ostree specific image types if sota support is set
24IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'otaimg wic', ' ', d)}" 24IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'ota-ext4 wic', ' ', d)}"
25SOTA_CLIENT = "" 25SOTA_CLIENT = ""
26SOTA_CLIENT_PROV = "" 26SOTA_CLIENT_PROV = ""