[oe-commits] Richard Purdie : scripts/contrib/build-perf-test: Update eglibc -> glibc

git at git.openembedded.org git at git.openembedded.org
Tue Sep 2 13:50:17 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: d1db5342102d791517fe12aec786e3cb300f937e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d1db5342102d791517fe12aec786e3cb300f937e

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Sep  2 09:50:31 2014 +0100

scripts/contrib/build-perf-test: Update eglibc -> glibc

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/contrib/build-perf-test.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/contrib/build-perf-test.sh b/scripts/contrib/build-perf-test.sh
index be3b648..cdd7885 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
 }



More information about the Openembedded-commits mailing list