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>
This commit is contained in:
Richard Purdie 2013-01-23 21:56:10 -08:00
parent 8d6e55bf21
commit 4192520bd2
2 changed files with 7 additions and 19 deletions

View File

@ -1,13 +1,7 @@
require core-image-lsb.bb
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 += "splash dev-pkgs ssh-server-openssh"
IMAGE_INSTALL = "\
${CORE_IMAGE_BASE_INSTALL} \
packagegroup-core-basic \
packagegroup-core-lsb \
"
inherit core-image
IMAGE_FEATURES += "dev-pkgs"

View File

@ -1,16 +1,10 @@
require core-image-lsb.bb
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 += "splash tools-sdk dev-pkgs ssh-server-openssh \
tools-debug tools-profile tools-testapps debug-tweaks"
IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug tools-profile tools-testapps debug-tweaks"
IMAGE_INSTALL += "kernel-dev"
IMAGE_INSTALL = "\
${CORE_IMAGE_BASE_INSTALL} \
packagegroup-core-basic \
packagegroup-core-lsb \
kernel-dev \
"
inherit core-image