diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-05-09 17:24:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:31 +0100 |
| commit | 1810369f774c1c3cfb1c1032b4d39f5ecf5712cc (patch) | |
| tree | 0f94664b0298faf34f5df70a9855a83aea6dda06 | |
| parent | d63c8a1597c9bd0a838cb59ca461ac432b630a90 (diff) | |
| download | poky-1810369f774c1c3cfb1c1032b4d39f5ecf5712cc.tar.gz | |
classes/core-image: drop apps-console-core IMAGE_FEATURES support
Remove the legacy support for the apps-console-core IMAGE_FEATURES item;
we've kept this for a while but it's time for it to go.
(From OE-Core rev: bcd5ed8dd0e80cb76415cd2be9686d4e8023421d)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/core-image.bbclass | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 86df91da75..e7c34e2791 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
| @@ -57,14 +57,6 @@ IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear" | |||
| 57 | 57 | ||
| 58 | MACHINE_HWCODECS ??= "" | 58 | MACHINE_HWCODECS ??= "" |
| 59 | 59 | ||
| 60 | python __anonymous() { | ||
| 61 | # Ensure we still have a splash screen for existing images | ||
| 62 | if base_contains("IMAGE_FEATURES", "apps-console-core", "1", "", d) == "1": | ||
| 63 | bb.warn("%s: apps-console-core in IMAGE_FEATURES is no longer supported; adding \"splash\" to enable splash screen" % d.getVar("PN", True)) | ||
| 64 | d.appendVar("IMAGE_FEATURES", " splash") | ||
| 65 | } | ||
| 66 | |||
| 67 | |||
| 68 | CORE_IMAGE_BASE_INSTALL = '\ | 60 | CORE_IMAGE_BASE_INSTALL = '\ |
| 69 | packagegroup-core-boot \ | 61 | packagegroup-core-boot \ |
| 70 | packagegroup-base-extended \ | 62 | packagegroup-base-extended \ |
