diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-01-21 02:34:08 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-21 11:18:37 +0000 |
| commit | daabbc6306740ec1805dc975f471b99b2a655607 (patch) | |
| tree | 2a9d54555f42575bf0751e0e63aa8b69795f24bd /meta/recipes-core | |
| parent | bc9d2fbfd4eaad0df5647dd5d07dfb9fcff80ff3 (diff) | |
| download | poky-daabbc6306740ec1805dc975f471b99b2a655607.tar.gz | |
poky-image*-dev: Add -dev Images contianing headers and libraries
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/images/poky-image-minimal-dev.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-core/images/poky-image-minimal-dev.bb b/meta/recipes-core/images/poky-image-minimal-dev.bb new file mode 100644 index 0000000000..c64b657204 --- /dev/null +++ b/meta/recipes-core/images/poky-image-minimal-dev.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2007 OpenedHand Ltd. | ||
| 3 | # | ||
| 4 | IMAGE_INSTALL = "task-poky-boot ${ROOTFS_PKGMANAGE}" | ||
| 5 | |||
| 6 | IMAGE_FEATURES += "dev-pkgs" | ||
| 7 | |||
| 8 | IMAGE_LINGUAS = " " | ||
| 9 | |||
| 10 | LICENSE = "MIT" | ||
| 11 | |||
| 12 | inherit poky-image | ||
| 13 | |||
| 14 | # remove not needed ipkg informations | ||
| 15 | ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " | ||
