]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/contrib/build-perf-test: Update eglibc -> glibc
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Sep 2014 08:50:31 +0000 (09:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Sep 2014 09:24:20 +0000 (10:24 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/build-perf-test.sh

index be3b648046f5ae582b9739c6e3eb4992993e383d..cdd7885dcac63288e1c365ebd988594284fe0856 100755 (executable)
@@ -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
 }