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 11:09:04 +0100 |
commit | 957753b628640a7b17430f147c629010832862b9 (patch) | |
tree | 947b56eff3eafcc28ef313b3b39acdb422b93a22 /scripts/contrib/build-perf-test.sh | |
parent | 2b83ffee3db27400ef538319dd23268c6c9b168e (diff) | |
download | poky-957753b628640a7b17430f147c629010832862b9.tar.gz |
scripts/contrib/build-perf-test: Update eglibc -> glibc
(From OE-Core rev: 928fc6c3652ba5db87e1f1c7923972d85c31bc08)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib/build-perf-test.sh')
-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 () { | |||
335 | # | 335 | # |
336 | # Start with | 336 | # Start with |
337 | # i) "rm -rf tmp/cache; time bitbake -p" | 337 | # i) "rm -rf tmp/cache; time bitbake -p" |
338 | # ii) "rm -rf tmp/cache/default-eglibc/; time bitbake -p" | 338 | # ii) "rm -rf tmp/cache/default-glibc/; time bitbake -p" |
339 | # iii) "time bitbake -p" | 339 | # iii) "time bitbake -p" |
340 | 340 | ||
341 | 341 | ||
@@ -344,8 +344,8 @@ test3 () { | |||
344 | log " Removing tmp/cache && cache" | 344 | log " Removing tmp/cache && cache" |
345 | rm -rf tmp/cache cache | 345 | rm -rf tmp/cache cache |
346 | bbtime -p | 346 | bbtime -p |
347 | log " Removing tmp/cache/default-eglibc/" | 347 | log " Removing tmp/cache/default-glibc/" |
348 | rm -rf tmp/cache/default-eglibc/ | 348 | rm -rf tmp/cache/default-glibc/ |
349 | bbtime -p | 349 | bbtime -p |
350 | bbtime -p | 350 | bbtime -p |
351 | } | 351 | } |