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-sato | |
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-sato')
-rw-r--r-- | meta/recipes-sato/images/poky-image-sato-dev.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/poky-image-sato-dev.bb b/meta/recipes-sato/images/poky-image-sato-dev.bb new file mode 100644 index 0000000000..429095e19e --- /dev/null +++ b/meta/recipes-sato/images/poky-image-sato-dev.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # Copyright (C) 2007 OpenedHand Ltd. | ||
3 | # | ||
4 | |||
5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs" | ||
6 | |||
7 | LICENSE = "MIT" | ||
8 | |||
9 | inherit poky-image | ||