]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
core-image.bbclass: update available IMAGE_FEATURES
authorTrevor Woerner <twoerner@gmail.com>
Tue, 21 Mar 2017 23:05:33 +0000 (19:05 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Mar 2017 16:34:06 +0000 (16:34 +0000)
Update the list of available IMAGE_FEATURES with the sub-features of
'debug-tweaks' and add 'splash'.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/core-image.bbclass

index 8431440db420438357da11fc836b7c3f8b86f1d9..a9a2cec68f939b705ddefe65ac6fb5a613baa051 100644 (file)
 # - hwcodecs            - Install hardware acceleration codecs
 # - package-management  - installs package management tools and preserves the package manager database
 # - debug-tweaks        - makes an image suitable for development, e.g. allowing passwordless root logins
+#   - empty-root-password
+#   - allow-empty-password
+#   - 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
 # - ptest-pkgs          - ptest packages for all ptest-enabled recipes
 # - read-only-rootfs    - tweaks an image to support read-only rootfs
+# - splash              - bootup splash screen
 #
 FEATURE_PACKAGES_x11 = "packagegroup-core-x11"
 FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base"