diff options
Diffstat (limited to 'meta/recipes-extended/images')
-rw-r--r-- | meta/recipes-extended/images/core-image-lsb-dev.bb | 6 | ||||
-rw-r--r-- | meta/recipes-extended/images/core-image-lsb-sdk.bb | 6 | ||||
-rw-r--r-- | meta/recipes-extended/images/core-image-lsb.bb | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb-dev.bb b/meta/recipes-extended/images/core-image-lsb-dev.bb index e6d7bc9d4..3bb78003a 100644 --- a/meta/recipes-extended/images/core-image-lsb-dev.bb +++ b/meta/recipes-extended/images/core-image-lsb-dev.bb @@ -1,6 +1,6 @@ -DESCRIPTION = "A core-image-lsb that includes everything in meta-toolchain \ -but also includes development headers and libraries to form a complete \ -standalone SDK." +DESCRIPTION = "Basic image without X support suitable for development work. It \ +can be used for customization and implementations that conform to Linux \ +Standard Base (LSB)." IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh" diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb index 08928913f..32a5077e3 100644 --- a/meta/recipes-extended/images/core-image-lsb-sdk.bb +++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb @@ -1,6 +1,6 @@ -DESCRIPTION = "A core-image-lsb that includes everything in meta-toolchain \ -but also includes development headers and libraries to form a complete \ -standalone SDK." +DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \ +(LSB) implementations. It includes the full meta-toolchain, plus development \ +headers and libraries to form a standalone SDK." IMAGE_FEATURES += "apps-console-core tools-sdk dev-pkgs ssh-server-openssh" EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" diff --git a/meta/recipes-extended/images/core-image-lsb.bb b/meta/recipes-extended/images/core-image-lsb.bb index b0a3a4dfa..b370d49c5 100644 --- a/meta/recipes-extended/images/core-image-lsb.bb +++ b/meta/recipes-extended/images/core-image-lsb.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "A core-image-basic image suitable for implementations that \ +DESCRIPTION = "A foundational basic image without support for X that can be \ +reasonably used for customization and is suitable for implementations that \ conform to Linux Standard Base (LSB)." IMAGE_FEATURES += "apps-console-core ssh-server-openssh" |