summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/overlayfs-etc.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/overlayfs-etc.bbclass')
-rw-r--r--meta/classes-recipe/overlayfs-etc.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/overlayfs-etc.bbclass b/meta/classes-recipe/overlayfs-etc.bbclass
index f8343106f3..0c7834d01f 100644
--- a/meta/classes-recipe/overlayfs-etc.bbclass
+++ b/meta/classes-recipe/overlayfs-etc.bbclass
@@ -31,7 +31,7 @@
31# Regardless which mode you choose, update and migration strategy of configuration files under /etc 31# Regardless which mode you choose, update and migration strategy of configuration files under /etc
32# overlay is out of scope of this class 32# overlay is out of scope of this class
33 33
34ROOTFS_POSTPROCESS_COMMAND += '${@bb.utils.contains("IMAGE_FEATURES", "overlayfs-etc", "create_overlayfs_etc_preinit;", "", d)}' 34ROOTFS_POSTPROCESS_COMMAND += '${@bb.utils.contains("IMAGE_FEATURES", "overlayfs-etc", "create_overlayfs_etc_preinit", "", d)}'
35IMAGE_FEATURES_CONFLICTS_overlayfs-etc = "${@ 'package-management' if bb.utils.to_boolean(d.getVar('OVERLAYFS_ETC_USE_ORIG_INIT_NAME'), True) else ''}" 35IMAGE_FEATURES_CONFLICTS_overlayfs-etc = "${@ 'package-management' if bb.utils.to_boolean(d.getVar('OVERLAYFS_ETC_USE_ORIG_INIT_NAME'), True) else ''}"
36 36
37OVERLAYFS_ETC_MOUNT_POINT ??= "" 37OVERLAYFS_ETC_MOUNT_POINT ??= ""