diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/core-image.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index f4013134d5..d6dd6460eb 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
@@ -62,10 +62,6 @@ CORE_IMAGE_EXTRA_INSTALL ?= "" | |||
62 | 62 | ||
63 | IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL}" | 63 | IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL}" |
64 | 64 | ||
65 | X11_IMAGE_FEATURES = "x11-base apps-x11-core package-management" | ||
66 | ENHANCED_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-games package-management" | ||
67 | SATO_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} x11-sato ssh-server-dropbear" | ||
68 | |||
69 | inherit image | 65 | inherit image |
70 | 66 | ||
71 | # Create /etc/timestamp during image construction to give a reasonably sane default time setting | 67 | # Create /etc/timestamp during image construction to give a reasonably sane default time setting |