diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-18 15:07:38 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-18 15:07:38 +0200 |
commit | 4344aea563bdc8ee96ad5ea15bf76d9ec4a54279 (patch) | |
tree | 72b879cb8ea8b7fb12e6902dc28e826e084b9633 /meta-oe/classes | |
parent | 5ca20df915b67358e37adf07d38614aedec7b99d (diff) | |
download | meta-openembedded-4344aea563bdc8ee96ad5ea15bf76d9ec4a54279.tar.gz |
testlab bbclass: put reports in TCLIBC subdirectory
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/classes')
-rw-r--r-- | 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 6581ec391..cd59782a6 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" | |||
67 | 67 | ||
68 | # Log results to a git controlled directory structure than can be pushed to a remote location | 68 | # Log results to a git controlled directory structure than can be pushed to a remote location |
69 | if [ "${TESTLABLOG}" = "remote" ] && [ -n "${TESTLABREMOTEDIR}" ] ; then | 69 | if [ "${TESTLABLOG}" = "remote" ] && [ -n "${TESTLABREMOTEDIR}" ] ; then |
70 | TESTLABLOGDIR="${MACHINE_ARCH}/${IMAGE_BASENAME}" | 70 | TESTLABLOGDIR="${MACHINE_ARCH}/${TCLIBC}/${IMAGE_BASENAME}" |
71 | mkdir -p ${TESTLABREMOTEDIR}/${TESTLABLOGDIR} | 71 | mkdir -p ${TESTLABREMOTEDIR}/${TESTLABLOGDIR} |
72 | cp ${TESTLAB_DIR}/*package* ${TESTLAB_DIR}/depends.dot ${TESTLABREMOTEDIR}/${TESTLABLOGDIR} | 72 | cp ${TESTLAB_DIR}/*package* ${TESTLAB_DIR}/depends.dot ${TESTLABREMOTEDIR}/${TESTLABLOGDIR} |
73 | # force change to record builds where the testlab contents didn't change, but other things (e.g. git rev) did | 73 | # force change to record builds where the testlab contents didn't change, but other things (e.g. git rev) did |