diff options
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/core-image.bbclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index b2815b952b..52836d22e1 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
| @@ -18,7 +18,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
| 18 | # - x11-sato - OpenedHand Sato environment | 18 | # - x11-sato - OpenedHand Sato environment |
| 19 | # - apps-x11-core - X Terminal, file manager, file editor | 19 | # - apps-x11-core - X Terminal, file manager, file editor |
| 20 | # - apps-x11-games | 20 | # - apps-x11-games |
| 21 | # - apps-x11-pimlico - OpenedHand Pimlico apps | ||
| 22 | # - tools-sdk - SDK | 21 | # - tools-sdk - SDK |
| 23 | # - tools-debug - debugging tools | 22 | # - tools-debug - debugging tools |
| 24 | # - tools-profile - profiling tools | 23 | # - tools-profile - profiling tools |
| @@ -34,7 +33,6 @@ PACKAGE_GROUP_x11-base = "task-core-x11-base" | |||
| 34 | PACKAGE_GROUP_x11-sato = "task-core-x11-sato" | 33 | PACKAGE_GROUP_x11-sato = "task-core-x11-sato" |
| 35 | PACKAGE_GROUP_apps-x11-core = "task-core-apps-x11-core" | 34 | PACKAGE_GROUP_apps-x11-core = "task-core-apps-x11-core" |
| 36 | PACKAGE_GROUP_apps-x11-games = "task-core-apps-x11-games" | 35 | PACKAGE_GROUP_apps-x11-games = "task-core-apps-x11-games" |
| 37 | PACKAGE_GROUP_apps-x11-pimlico = "task-core-apps-x11-pimlico" | ||
| 38 | PACKAGE_GROUP_tools-debug = "task-core-tools-debug" | 36 | PACKAGE_GROUP_tools-debug = "task-core-tools-debug" |
| 39 | PACKAGE_GROUP_tools-profile = "task-core-tools-profile" | 37 | PACKAGE_GROUP_tools-profile = "task-core-tools-profile" |
| 40 | PACKAGE_GROUP_tools-testapps = "task-core-tools-testapps" | 38 | PACKAGE_GROUP_tools-testapps = "task-core-tools-testapps" |
| @@ -65,7 +63,7 @@ CORE_IMAGE_EXTRA_INSTALL ?= "" | |||
| 65 | IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL}" | 63 | IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL}" |
| 66 | 64 | ||
| 67 | X11_IMAGE_FEATURES = "x11-base apps-x11-core package-management" | 65 | X11_IMAGE_FEATURES = "x11-base apps-x11-core package-management" |
| 68 | ENHANCED_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-games apps-x11-pimlico package-management" | 66 | ENHANCED_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-games package-management" |
| 69 | SSHSERVER_IMAGE_FEATURES ??= "ssh-server-dropbear" | 67 | SSHSERVER_IMAGE_FEATURES ??= "ssh-server-dropbear" |
| 70 | SATO_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} x11-sato ${SSHSERVER_IMAGE_FEATURES}" | 68 | SATO_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} x11-sato ${SSHSERVER_IMAGE_FEATURES}" |
| 71 | 69 | ||
