diff options
| author | rpjday@crashcourse.ca <rpjday@crashcourse.ca> | 2020-03-29 09:30:12 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-30 12:33:29 +0100 |
| commit | 06aa1aa9fe1c2a0b3688ce09a7607fb074445291 (patch) | |
| tree | 5265e17e9a7d0de29d96ad56e8004e0c38605268 /meta/classes | |
| parent | 27b30835a45629cff186d4ec63d1606eb93b9f91 (diff) | |
| download | poky-06aa1aa9fe1c2a0b3688ce09a7607fb074445291.tar.gz | |
core-image.bbclass: add mention of allow-root-login, stateless-rootfs
Add mention/description of missing IMAGE_FEATURES.
(From OE-Core rev: 9f126a97d61bed481b64351fdcf27beaf6365a52)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/core-image.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 26 | # - debug-tweaks - makes an image suitable for development, e.g. allowing passwordless root logins | 26 | # - debug-tweaks - makes an image suitable for development, e.g. allowing passwordless root logins |
| 27 | # - empty-root-password | 27 | # - empty-root-password |
| 28 | # - allow-empty-password | 28 | # - allow-empty-password |
| 29 | # - allow-root-login | ||
| 29 | # - post-install-logging | 30 | # - post-install-logging |
| 30 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs | 31 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs |
| 31 | # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs | 32 | # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs |
| @@ -33,6 +34,7 @@ | |||
| 33 | # - bash-completion-pkgs - bash-completion packages for recipes using bash-completion bbclass | 34 | # - bash-completion-pkgs - bash-completion packages for recipes using bash-completion bbclass |
| 34 | # - ptest-pkgs - ptest packages for all ptest-enabled recipes | 35 | # - ptest-pkgs - ptest packages for all ptest-enabled recipes |
| 35 | # - read-only-rootfs - tweaks an image to support read-only rootfs | 36 | # - read-only-rootfs - tweaks an image to support read-only rootfs |
| 37 | # - stateless-rootfs - systemctl-native not run, image populated by systemd at runtime | ||
| 36 | # - splash - bootup splash screen | 38 | # - splash - bootup splash screen |
| 37 | # | 39 | # |
| 38 | FEATURE_PACKAGES_x11 = "packagegroup-core-x11" | 40 | FEATURE_PACKAGES_x11 = "packagegroup-core-x11" |
