From ad4b709c835bb52a948dbe5d785aca4902cc8f1f Mon Sep 17 00:00:00 2001 From: Jessica Zhang Date: Fri, 14 Jan 2011 15:45:51 -0800 Subject: meta-toolchain-sdk: Rename meta-toolchain-sdk to meta-toolchain-gmae Change the name from toolchain-sdk to toolchain-gmae, which is more accurate to what meta-toolchain-sdk generates Signed-off-by: Jessica Zhang Signed-off-by: Saul Wold --- meta/recipes-core/meta/meta-toolchain-gmae.bb | 4 ++++ meta/recipes-core/meta/meta-toolchain-sdk.bb | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 meta/recipes-core/meta/meta-toolchain-gmae.bb delete mode 100644 meta/recipes-core/meta/meta-toolchain-sdk.bb (limited to 'meta/recipes-core/meta') diff --git a/meta/recipes-core/meta/meta-toolchain-gmae.bb b/meta/recipes-core/meta/meta-toolchain-gmae.bb new file mode 100644 index 0000000000..71d5b16f8b --- /dev/null +++ b/meta/recipes-core/meta/meta-toolchain-gmae.bb @@ -0,0 +1,4 @@ +TOOLCHAIN_TARGET_GMAETASK ?= "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg" +TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_GMAETASK}" +TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-gmae-${DISTRO_VERSION}" +require meta-toolchain.bb diff --git a/meta/recipes-core/meta/meta-toolchain-sdk.bb b/meta/recipes-core/meta/meta-toolchain-sdk.bb deleted file mode 100644 index 8572f021d7..0000000000 --- a/meta/recipes-core/meta/meta-toolchain-sdk.bb +++ /dev/null @@ -1,4 +0,0 @@ -TOOLCHAIN_TARGET_SDKTASK ?= "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg" -TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_SDKTASK}" -TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-sdk-${DISTRO_VERSION}" -require meta-toolchain.bb -- cgit 1.2.3-korg