Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dtest_build_time.sh130 sstatedir=`grep "^SSTATE_DIR" $TEST_BUILDDIR/conf/local.conf | sed -e 's/SSTATE_DIR[ \t\?]*=[ \t]*"…
131 if [ "x$sstatedir" = "x" ]; then
141 if [ `expr length $sstatedir` -lt 4 ] ; then
142 echo "SSTATE_DIR $sstatedir is less than 4 characters, bailing out"
161 echo "Removing SSTATE_DIR $sstatedir..."
162 rm -rf $sstatedir
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dsigning.py138 sstatedir = os.path.join(builddir, 'test-sstate')
146 feature += 'SSTATE_DIR = "%s"\n' % sstatedir
156 self.add_command_to_tearDown('rm -rf %s' % sstatedir)
162 recipe_sig = glob.glob(sstatedir + '/*/*/*:ed:*_populate_lic.tar.zst.sig')
163 recipe_archive = glob.glob(sstatedir + '/*/*/*:ed:*_populate_lic.tar.zst')