diff options
author | Trevor Woerner <twoerner@gmail.com> | 2017-03-21 19:05:33 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-24 23:43:32 +0000 |
commit | 2180349f75faf04cd313f2cdf043a55a8b81a582 (patch) | |
tree | d71b397f7243bb590d5ca5b490e8f7684e7bf7f4 /meta/classes | |
parent | bb8889ad0ecf77921f125e2bd1a9cbbdde036ab9 (diff) | |
download | poky-2180349f75faf04cd313f2cdf043a55a8b81a582.tar.gz |
core-image.bbclass: update available IMAGE_FEATURES
Update the list of available IMAGE_FEATURES with the sub-features of
'debug-tweaks' and add 'splash'.
(From OE-Core rev: 1e46220bb3901476266846447ff40533c9bffa1d)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/core-image.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 8431440db4..a9a2cec68f 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
@@ -24,11 +24,15 @@ | |||
24 | # - hwcodecs - Install hardware acceleration codecs | 24 | # - hwcodecs - Install hardware acceleration codecs |
25 | # - package-management - installs package management tools and preserves the package manager database | 25 | # - package-management - installs package management tools and preserves the package manager database |
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 | ||
28 | # - allow-empty-password | ||
29 | # - post-install-logging | ||
27 | # - 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 |
28 | # - 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 |
29 | # - doc-pkgs - documentation packages for all installed packages in the rootfs | 32 | # - doc-pkgs - documentation packages for all installed packages in the rootfs |
30 | # - ptest-pkgs - ptest packages for all ptest-enabled recipes | 33 | # - ptest-pkgs - ptest packages for all ptest-enabled recipes |
31 | # - read-only-rootfs - tweaks an image to support read-only rootfs | 34 | # - read-only-rootfs - tweaks an image to support read-only rootfs |
35 | # - splash - bootup splash screen | ||
32 | # | 36 | # |
33 | FEATURE_PACKAGES_x11 = "packagegroup-core-x11" | 37 | FEATURE_PACKAGES_x11 = "packagegroup-core-x11" |
34 | FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base" | 38 | FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base" |