diff options
author | Ross Burton <ross.burton@intel.com> | 2013-12-04 16:09:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 14:25:29 +0000 |
commit | b2a9b9152bf6d4f48fc4d97e0f1ae18144707486 (patch) | |
tree | e3250be2b061213f285bb57aa78d3a0335868c92 /meta/recipes-core | |
parent | df1505e91a3de03cb4e47312813a60865ed15670 (diff) | |
download | poky-b2a9b9152bf6d4f48fc4d97e0f1ae18144707486.tar.gz |
gmae: remove GMAE toolchain and packagegroups
GMAE (GNOME Mobile And Embedded) doesn't really exist anymore and these packages
were a subset of it anyway. Remove as they don't give the user anything useful
now that you can generate a SDK from an arbitrary image.
(From OE-Core rev: c44fa1206c965054e8e4d316969a8e291cfef590)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/meta-toolchain-gmae.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-core/meta/meta-toolchain-gmae.bb b/meta/recipes-core/meta/meta-toolchain-gmae.bb deleted file mode 100644 index 5d805742ac..0000000000 --- a/meta/recipes-core/meta/meta-toolchain-gmae.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | TOOLCHAIN_TARGET_GMAETASK ?= "packagegroup-core-standalone-gmae-sdk-target packagegroup-core-standalone-gmae-sdk-target-dbg" | ||
2 | TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_GMAETASK}" | ||
3 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-gmae-${DISTRO_VERSION}" | ||
4 | PROVIDES = "meta-toolchain-sdk" | ||
5 | require meta-toolchain.bb | ||
6 | |||
7 | TOOLCHAIN_NEED_CONFIGSITE_CACHE += "zlib" | ||