diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-23 21:56:10 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-24 20:08:59 +0000 |
| commit | 4192520bd2347929ac8e6ee3a912daba336547f5 (patch) | |
| tree | b1410dee328eace60cec2c57e01b578d1222fad9 | |
| parent | 8d6e55bf2192524bda84138b5356a2791adbbe61 (diff) | |
| download | poky-4192520bd2347929ac8e6ee3a912daba336547f5.tar.gz | |
core-image-lsb-sdk/dev: Inherit the base image instead of duplicating
(From OE-Core rev: de2ad361e7dfe553e2c49c73199da58ce44d89e4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/images/core-image-lsb-dev.bb | 12 | ||||
| -rw-r--r-- | meta/recipes-extended/images/core-image-lsb-sdk.bb | 14 |
2 files changed, 7 insertions, 19 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb-dev.bb b/meta/recipes-extended/images/core-image-lsb-dev.bb index 013efb973d..d2dc9e2b53 100644 --- a/meta/recipes-extended/images/core-image-lsb-dev.bb +++ b/meta/recipes-extended/images/core-image-lsb-dev.bb | |||
| @@ -1,13 +1,7 @@ | |||
| 1 | require core-image-lsb.bb | ||
| 2 | |||
| 1 | DESCRIPTION = "Basic image without X support suitable for development work. It \ | 3 | DESCRIPTION = "Basic image without X support suitable for development work. It \ |
| 2 | can be used for customization and implementations that conform to Linux \ | 4 | can be used for customization and implementations that conform to Linux \ |
| 3 | Standard Base (LSB)." | 5 | Standard Base (LSB)." |
| 4 | 6 | ||
| 5 | IMAGE_FEATURES += "splash dev-pkgs ssh-server-openssh" | 7 | IMAGE_FEATURES += "dev-pkgs" |
| 6 | |||
| 7 | IMAGE_INSTALL = "\ | ||
| 8 | ${CORE_IMAGE_BASE_INSTALL} \ | ||
| 9 | packagegroup-core-basic \ | ||
| 10 | packagegroup-core-lsb \ | ||
| 11 | " | ||
| 12 | |||
| 13 | inherit core-image | ||
diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb index abddb767c6..da8c250d2e 100644 --- a/meta/recipes-extended/images/core-image-lsb-sdk.bb +++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb | |||
| @@ -1,16 +1,10 @@ | |||
| 1 | require core-image-lsb.bb | ||
| 2 | |||
| 1 | DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \ | 3 | DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \ |
| 2 | (LSB) implementations. It includes the full meta-toolchain, plus development \ | 4 | (LSB) implementations. It includes the full meta-toolchain, plus development \ |
| 3 | headers and libraries to form a standalone SDK." | 5 | headers and libraries to form a standalone SDK." |
| 4 | 6 | ||
| 5 | IMAGE_FEATURES += "splash tools-sdk dev-pkgs ssh-server-openssh \ | 7 | IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug tools-profile tools-testapps debug-tweaks" |
| 6 | tools-debug tools-profile tools-testapps debug-tweaks" | ||
| 7 | |||
| 8 | 8 | ||
| 9 | IMAGE_INSTALL = "\ | 9 | IMAGE_INSTALL += "kernel-dev" |
| 10 | ${CORE_IMAGE_BASE_INSTALL} \ | ||
| 11 | packagegroup-core-basic \ | ||
| 12 | packagegroup-core-lsb \ | ||
| 13 | kernel-dev \ | ||
| 14 | " | ||
| 15 | 10 | ||
| 16 | inherit core-image | ||
