diff options
Diffstat (limited to 'meta/recipes-extended/images')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/images/core-image-basic.bb b/meta/recipes-extended/images/core-image-basic.bb index 9aa880ec4f..06f15a8bec 100644 --- a/meta/recipes-extended/images/core-image-basic.bb +++ b/meta/recipes-extended/images/core-image-basic.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "A foundational basic image without support for X that can be \ | 1 | DESCRIPTION = "A foundational basic image without support for X that can be \ |
2 | reasonably used for customization." | 2 | reasonably used for customization." |
3 | 3 | ||
4 | IMAGE_FEATURES += "apps-console-core ssh-server-openssh" | 4 | IMAGE_FEATURES += "splash ssh-server-openssh" |
5 | 5 | ||
6 | IMAGE_INSTALL = "\ | 6 | IMAGE_INSTALL = "\ |
7 | packagegroup-core-boot \ | 7 | packagegroup-core-boot \ |
diff --git a/meta/recipes-extended/images/core-image-lsb-dev.bb b/meta/recipes-extended/images/core-image-lsb-dev.bb index 557259b1b6..013efb973d 100644 --- a/meta/recipes-extended/images/core-image-lsb-dev.bb +++ b/meta/recipes-extended/images/core-image-lsb-dev.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Basic image without X support suitable for development work. It \ | |||
2 | can be used for customization and implementations that conform to Linux \ | 2 | can be used for customization and implementations that conform to Linux \ |
3 | Standard Base (LSB)." | 3 | Standard Base (LSB)." |
4 | 4 | ||
5 | IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh" | 5 | IMAGE_FEATURES += "splash dev-pkgs ssh-server-openssh" |
6 | 6 | ||
7 | IMAGE_INSTALL = "\ | 7 | IMAGE_INSTALL = "\ |
8 | ${CORE_IMAGE_BASE_INSTALL} \ | 8 | ${CORE_IMAGE_BASE_INSTALL} \ |
diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb index d07f90d527..abddb767c6 100644 --- a/meta/recipes-extended/images/core-image-lsb-sdk.bb +++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \ | |||
2 | (LSB) implementations. It includes the full meta-toolchain, plus development \ | 2 | (LSB) implementations. It includes the full meta-toolchain, plus development \ |
3 | headers and libraries to form a standalone SDK." | 3 | headers and libraries to form a standalone SDK." |
4 | 4 | ||
5 | IMAGE_FEATURES += "apps-console-core tools-sdk dev-pkgs ssh-server-openssh \ | 5 | IMAGE_FEATURES += "splash tools-sdk dev-pkgs ssh-server-openssh \ |
6 | tools-debug tools-profile tools-testapps debug-tweaks" | 6 | tools-debug tools-profile tools-testapps debug-tweaks" |
7 | 7 | ||
8 | 8 | ||
diff --git a/meta/recipes-extended/images/core-image-lsb.bb b/meta/recipes-extended/images/core-image-lsb.bb index 8435596da1..2c47dc6b09 100644 --- a/meta/recipes-extended/images/core-image-lsb.bb +++ b/meta/recipes-extended/images/core-image-lsb.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "A foundational basic image without support for X that can be \ | |||
2 | reasonably used for customization and is suitable for implementations that \ | 2 | reasonably used for customization and is suitable for implementations that \ |
3 | conform to Linux Standard Base (LSB)." | 3 | conform to Linux Standard Base (LSB)." |
4 | 4 | ||
5 | IMAGE_FEATURES += "apps-console-core ssh-server-openssh" | 5 | IMAGE_FEATURES += "splash ssh-server-openssh" |
6 | 6 | ||
7 | IMAGE_INSTALL = "\ | 7 | IMAGE_INSTALL = "\ |
8 | ${CORE_IMAGE_BASE_INSTALL} \ | 8 | ${CORE_IMAGE_BASE_INSTALL} \ |