Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsstate-cache-management.sh158 local tunedirs
173tunedirs="`find $topdir/meta* ${oe_core_dir}/meta* $layers -path '*/meta*/conf/machine/include' 2>…
174 [ -n "$tunedirs" ] || echo_error "Can't find the tune directory"
176 all_archs=`grep -r -h "^AVAILTUNES .*=" $tunedirs | sed -e 's/.*=//' -e 's/\"//g'`