diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-30 13:44:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-01 15:07:42 +0000 |
commit | ae3184c96e3f0961de947fa97be89ec6bdd47fb0 (patch) | |
tree | fd2b802dd1f4539437f5e2a9e79d8bf655388f58 /meta/classes/toolchain-scripts.bbclass | |
parent | 2805ff120e5a9070ed770a29c4c2103a52d4cadb (diff) | |
download | poky-ae3184c96e3f0961de947fa97be89ec6bdd47fb0.tar.gz |
classes: replace 'Poky' with 'OE-core'
(From OE-Core rev: 1fdcd32520a05465b0d54c062f28bac9cdf74a20)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/toolchain-scripts.bbclass')
-rw-r--r-- | meta/classes/toolchain-scripts.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index 5cba403dc7..6fc9c1314b 100644 --- a/meta/classes/toolchain-scripts.bbclass +++ b/meta/classes/toolchain-scripts.bbclass | |||
@@ -34,7 +34,7 @@ toolchain_create_sdk_env_script () { | |||
34 | } | 34 | } |
35 | 35 | ||
36 | # This function creates an environment-setup-script in the TMPDIR which enables | 36 | # This function creates an environment-setup-script in the TMPDIR which enables |
37 | # a Poky IDE to integrate with the build tree | 37 | # a OE-core IDE to integrate with the build tree |
38 | toolchain_create_tree_env_script () { | 38 | toolchain_create_tree_env_script () { |
39 | script=${TMPDIR}/environment-setup-${MULTIMACH_TARGET_SYS} | 39 | script=${TMPDIR}/environment-setup-${MULTIMACH_TARGET_SYS} |
40 | rm -f $script | 40 | rm -f $script |