mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 22:47:15 +00:00
testlab bbclass: put reports in TCLIBC subdirectory
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
5ca20df915
commit
4344aea563
@ -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
|
# Log results to a git controlled directory structure than can be pushed to a remote location
|
||||||
if [ "${TESTLABLOG}" = "remote" ] && [ -n "${TESTLABREMOTEDIR}" ] ; then
|
if [ "${TESTLABLOG}" = "remote" ] && [ -n "${TESTLABREMOTEDIR}" ] ; then
|
||||||
TESTLABLOGDIR="${MACHINE_ARCH}/${IMAGE_BASENAME}"
|
TESTLABLOGDIR="${MACHINE_ARCH}/${TCLIBC}/${IMAGE_BASENAME}"
|
||||||
mkdir -p ${TESTLABREMOTEDIR}/${TESTLABLOGDIR}
|
mkdir -p ${TESTLABREMOTEDIR}/${TESTLABLOGDIR}
|
||||||
cp ${TESTLAB_DIR}/*package* ${TESTLAB_DIR}/depends.dot ${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
|
# force change to record builds where the testlab contents didn't change, but other things (e.g. git rev) did
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user