diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-02 09:50:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-03 10:24:20 +0100 |
commit | 928fc6c3652ba5db87e1f1c7923972d85c31bc08 (patch) | |
tree | 38ba6422825543a954a1da667ab20cdebdf8a853 /scripts | |
parent | 116b8a48f0d701d8f0b7807144ffdb708aad215e (diff) | |
download | openembedded-core-928fc6c3652ba5db87e1f1c7923972d85c31bc08.tar.gz openembedded-core-928fc6c3652ba5db87e1f1c7923972d85c31bc08.tar.bz2 openembedded-core-928fc6c3652ba5db87e1f1c7923972d85c31bc08.zip |
scripts/contrib/build-perf-test: Update eglibc -> glibc
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrib/build-perf-test.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/contrib/build-perf-test.sh b/scripts/contrib/build-perf-test.sh index be3b648046..cdd7885dca 100755 --- a/scripts/contrib/build-perf-test.sh +++ b/scripts/contrib/build-perf-test.sh @@ -335,7 +335,7 @@ test2 () { # # Start with # i) "rm -rf tmp/cache; time bitbake -p" -# ii) "rm -rf tmp/cache/default-eglibc/; time bitbake -p" +# ii) "rm -rf tmp/cache/default-glibc/; time bitbake -p" # iii) "time bitbake -p" @@ -344,8 +344,8 @@ test3 () { log " Removing tmp/cache && cache" rm -rf tmp/cache cache bbtime -p - log " Removing tmp/cache/default-eglibc/" - rm -rf tmp/cache/default-eglibc/ + log " Removing tmp/cache/default-glibc/" + rm -rf tmp/cache/default-glibc/ bbtime -p bbtime -p } |