From 9f126a97d61bed481b64351fdcf27beaf6365a52 Mon Sep 17 00:00:00 2001 From: "rpjday@crashcourse.ca" Date: Sun, 29 Mar 2020 09:30:12 -0400 Subject: core-image.bbclass: add mention of allow-root-login, stateless-rootfs Add mention/description of missing IMAGE_FEATURES. Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- meta/classes/core-image.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 94f112c397..88ca272145 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass @@ -26,6 +26,7 @@ # - 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 @@ -33,6 +34,7 @@ # - 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" -- cgit 1.2.3-korg