summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/classes/core-image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/classes/core-image.bbclass')
-rw-r--r--external/poky/meta/classes/core-image.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/external/poky/meta/classes/core-image.bbclass b/external/poky/meta/classes/core-image.bbclass
index a9a2cec6..88ca2721 100644
--- a/external/poky/meta/classes/core-image.bbclass
+++ b/external/poky/meta/classes/core-image.bbclass
@@ -26,12 +26,15 @@
# - debug-tweaks - makes an image suitable for development, e.g. allowing passwordless root logins
# - empty-root-password
# - allow-empty-password
+# - allow-root-login
# - post-install-logging
# - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs
# - dbg-pkgs - debug symbol packages for all installed packages in the rootfs
# - doc-pkgs - documentation packages for all installed packages in the rootfs
+# - bash-completion-pkgs - bash-completion packages for recipes using bash-completion bbclass
# - ptest-pkgs - ptest packages for all ptest-enabled recipes
# - read-only-rootfs - tweaks an image to support read-only rootfs
+# - stateless-rootfs - systemctl-native not run, image populated by systemd at runtime
# - splash - bootup splash screen
#
FEATURE_PACKAGES_x11 = "packagegroup-core-x11"