diff options
author | Vyacheslav Yurkov <uvv.mail@gmail.com> | 2021-12-10 14:01:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-12 11:27:24 +0000 |
commit | 51c0965c1361444bb1a8b13eae7e460715fa3934 (patch) | |
tree | 07d5be8e3eb062d1b4ee0d0c942b4b7eacc90760 /meta/classes | |
parent | 8ac91c0c0dccfdeae9d0bebb5857826b91d40dda (diff) | |
download | poky-51c0965c1361444bb1a8b13eae7e460715fa3934.tar.gz |
image: add overlayfs-etc image feature
(From OE-Core rev: e105ee47c5f57a22029e611c7ff9c2376bee9ecb)
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 8a46b4852c..2b0ce4a988 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -15,6 +15,7 @@ IMGCLASSES += "${@bb.utils.contains('IMAGE_FSTYPES', 'container', 'image-contain | |||
15 | IMGCLASSES += "image_types_wic" | 15 | IMGCLASSES += "image_types_wic" |
16 | IMGCLASSES += "rootfs-postcommands" | 16 | IMGCLASSES += "rootfs-postcommands" |
17 | IMGCLASSES += "image-postinst-intercepts" | 17 | IMGCLASSES += "image-postinst-intercepts" |
18 | IMGCLASSES += "overlayfs-etc" | ||
18 | inherit ${IMGCLASSES} | 19 | inherit ${IMGCLASSES} |
19 | 20 | ||
20 | TOOLCHAIN_TARGET_TASK += "${PACKAGE_INSTALL}" | 21 | TOOLCHAIN_TARGET_TASK += "${PACKAGE_INSTALL}" |
@@ -33,7 +34,7 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
33 | # IMAGE_FEATURES may contain any available package group | 34 | # IMAGE_FEATURES may contain any available package group |
34 | IMAGE_FEATURES ?= "" | 35 | IMAGE_FEATURES ?= "" |
35 | IMAGE_FEATURES[type] = "list" | 36 | IMAGE_FEATURES[type] = "list" |
36 | IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs read-only-rootfs-delayed-postinsts stateless-rootfs empty-root-password allow-empty-password allow-root-login post-install-logging" | 37 | IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs read-only-rootfs-delayed-postinsts stateless-rootfs empty-root-password allow-empty-password allow-root-login post-install-logging overlayfs-etc" |
37 | 38 | ||
38 | # Generate companion debugfs? | 39 | # Generate companion debugfs? |
39 | IMAGE_GEN_DEBUGFS ?= "0" | 40 | IMAGE_GEN_DEBUGFS ?= "0" |