Home
last modified time | relevance | path

Searched refs:TEST_BUILDDIR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dtest_build_time.sh84 if [ "$TEST_BUILDDIR" = "" ] ; then
89 if [ ! -d "$TEST_BUILDDIR" ] ; then
90 echo "TEST_BUILDDIR $TEST_BUILDDIR not found"
125 tmpdir=`grep "^TMPDIR" $TEST_BUILDDIR/conf/local.conf | sed -e 's/TMPDIR[ \t]*=[ \t\?]*"//' -e 's/"…
127 echo "Unable to determine TMPDIR from $TEST_BUILDDIR/conf/local.conf, bailing out"
130 sstatedir=`grep "^SSTATE_DIR" $TEST_BUILDDIR/conf/local.conf | sed -e 's/SSTATE_DIR[ \t\?]*=[ \t]*"…
132 echo "Unable to determine SSTATE_DIR from $TEST_BUILDDIR/conf/local.conf, bailing out"
H A Dtest_build_time_worker.sh7 if [ "$TEST_BUILDDIR" = "" ] ; then
12 buildsubdir=`basename $TEST_BUILDDIR`