summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-lsb-dev.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-23 21:56:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-24 20:08:59 +0000
commit4192520bd2347929ac8e6ee3a912daba336547f5 (patch)
treeb1410dee328eace60cec2c57e01b578d1222fad9 /meta/recipes-extended/images/core-image-lsb-dev.bb
parent8d6e55bf2192524bda84138b5356a2791adbbe61 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-extended/images/core-image-lsb-dev.bb')
-rw-r--r--meta/recipes-extended/images/core-image-lsb-dev.bb12
1 files changed, 3 insertions, 9 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 @@
1require core-image-lsb.bb
2
1DESCRIPTION = "Basic image without X support suitable for development work. It \ 3DESCRIPTION = "Basic image without X support suitable for development work. It \
2can be used for customization and implementations that conform to Linux \ 4can be used for customization and implementations that conform to Linux \
3Standard Base (LSB)." 5Standard Base (LSB)."
4 6
5IMAGE_FEATURES += "splash dev-pkgs ssh-server-openssh" 7IMAGE_FEATURES += "dev-pkgs"
6
7IMAGE_INSTALL = "\
8 ${CORE_IMAGE_BASE_INSTALL} \
9 packagegroup-core-basic \
10 packagegroup-core-lsb \
11 "
12
13inherit core-image