[oe-commits] Koen Kooi : testlab bbclass: put reports in TCLIBC subdirectory

git version control git at git.openembedded.org
Wed May 18 13:19:51 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 4344aea563bdc8ee96ad5ea15bf76d9ec4a54279
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4344aea563bdc8ee96ad5ea15bf76d9ec4a54279

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed May 18 15:07:38 2011 +0200

testlab bbclass: put reports in TCLIBC subdirectory

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/classes/testlab.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/classes/testlab.bbclass b/meta-oe/classes/testlab.bbclass
index 6581ec3..cd59782 100644
--- a/meta-oe/classes/testlab.bbclass
+++ b/meta-oe/classes/testlab.bbclass
@@ -67,7 +67,7 @@ if [ -e  ${IMAGE_ROOTFS}/etc/opkg ] && [ "${ONLINE_PACKAGE_MANAGEMENT}" = "full"
 
 	# Log results to a git controlled directory structure than can be pushed to a remote location
 	if [ "${TESTLABLOG}" = "remote" ] && [ -n "${TESTLABREMOTEDIR}" ] ; then
-		TESTLABLOGDIR="${MACHINE_ARCH}/${IMAGE_BASENAME}"
+		TESTLABLOGDIR="${MACHINE_ARCH}/${TCLIBC}/${IMAGE_BASENAME}"
 		mkdir -p ${TESTLABREMOTEDIR}/${TESTLABLOGDIR}
 		cp ${TESTLAB_DIR}/*package* ${TESTLAB_DIR}/depends.dot ${TESTLABREMOTEDIR}/${TESTLABLOGDIR}
 		# force change to record builds where the testlab contents didn't change, but other things (e.g. git rev) did





More information about the Openembedded-commits mailing list