diff options
Diffstat (limited to 'meta/classes-recipe/core-image.bbclass')
-rw-r--r-- | meta/classes-recipe/core-image.bbclass | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/classes-recipe/core-image.bbclass b/meta/classes-recipe/core-image.bbclass index 40fc15cb04..4072e420c5 100644 --- a/meta/classes-recipe/core-image.bbclass +++ b/meta/classes-recipe/core-image.bbclass | |||
@@ -26,11 +26,6 @@ | |||
26 | # - ssh-server-openssh - SSH server (openssh) | 26 | # - ssh-server-openssh - SSH server (openssh) |
27 | # - hwcodecs - Install hardware acceleration codecs | 27 | # - hwcodecs - Install hardware acceleration codecs |
28 | # - package-management - installs package management tools and preserves the package manager database | 28 | # - package-management - installs package management tools and preserves the package manager database |
29 | # - debug-tweaks - makes an image suitable for development, e.g. allowing passwordless root logins | ||
30 | # - empty-root-password | ||
31 | # - allow-empty-password | ||
32 | # - allow-root-login | ||
33 | # - post-install-logging | ||
34 | # - serial-autologin-root - with 'empty-root-password': autologin 'root' on the serial console | 29 | # - serial-autologin-root - with 'empty-root-password': autologin 'root' on the serial console |
35 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs | 30 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs |
36 | # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs | 31 | # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs |
@@ -43,6 +38,12 @@ | |||
43 | # - stateless-rootfs - systemctl-native not run, image populated by systemd at runtime | 38 | # - stateless-rootfs - systemctl-native not run, image populated by systemd at runtime |
44 | # - splash - bootup splash screen | 39 | # - splash - bootup splash screen |
45 | # | 40 | # |
41 | # Features for development purposes (previously part of debug-tweaks): | ||
42 | # - empty-root-password - the root user has no password set | ||
43 | # - allow-empty-password - users can have an empty password | ||
44 | # - allow-root-login - the root user can login | ||
45 | # - post-install-logging - log the output of postinstall scriptlets | ||
46 | # | ||
46 | FEATURE_PACKAGES_weston = "packagegroup-core-weston" | 47 | FEATURE_PACKAGES_weston = "packagegroup-core-weston" |
47 | FEATURE_PACKAGES_x11 = "packagegroup-core-x11" | 48 | FEATURE_PACKAGES_x11 = "packagegroup-core-x11" |
48 | FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base" | 49 | FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base" |