Calculate CCACHE_DIR by calling host's ccache config.

Signed-off-by: Alex deVries <alex.devries@windriver.com>
This commit is contained in:
Alex deVries 2010-11-18 11:37:25 -05:00 committed by Richard Purdie
parent 4c72af62b9
commit 84263dbf43
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ do_generate_swabber_report () {
REPORTSTAMP=${SWAB_ORIG_TASK}-`date +%2m%2d%2H%2M%Y`
if [ `which ccache` ] ; then
CCACHE_DIR=`( ccache -s | grep "cache directory" | grep -o '[^ ]*$' 2> /dev/null )`
fi
if [ "$(ls -A ${HOST_DATA})" ]; then
echo "Generating swabber report"
swabber -d ${HOST_DATA} -l ${SWABBER_LOGS} -o ${SWABBER_REPORT}/report-${REPORTSTAMP}.txt -r ${SWABBER_REPORT}/extra_report-${REPORTSTAMP}.txt -c all -p ${TOPDIR} -f ${OEROOT}/meta/conf/swabber ${TOPDIR} ${OEROOT} ${CCACHE_DIR}