summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-common.inc
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2021-03-24 11:58:07 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2021-03-25 12:27:30 +0100
commit5f980c14dafb466e1d71e0b6e7487aa522ade9f9 (patch)
tree0d58f2aea15998482c8baed3510964bfba292cfd /images/enea-nfv-access-common.inc
parent23ed226a4b4b7c1cac2c52e6808631d9f0d6f652 (diff)
downloadmeta-el-nfv-access-5f980c14dafb466e1d71e0b6e7487aa522ade9f9.tar.gz
Upgrade to gatesgarth
This is an initial commit, containing quick fixes and hacks to allow building the images. All these issues will be re-evaluated and fixed properly in their own commits. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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 = ""