poky-image*-dev: Add -dev Images contianing headers and libraries

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold
2011-01-21 02:34:08 -08:00
committed by Richard Purdie
parent bc9d2fbfd4
commit daabbc6306
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
IMAGE_INSTALL = "task-poky-boot ${ROOTFS_PKGMANAGE}"
IMAGE_FEATURES += "dev-pkgs"
IMAGE_LINGUAS = " "
LICENSE = "MIT"
inherit poky-image
# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "

View File

@@ -0,0 +1,9 @@
IMAGE_FEATURES += "apps-console-core dev-pkgs "
IMAGE_INSTALL = "\
${POKY_BASE_INSTALL} \
task-poky-basic \
task-poky-lsb \
"
inherit poky-image

View File

@@ -0,0 +1,9 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs"
LICENSE = "MIT"
inherit poky-image