Lines Matching refs:OUTPUT
110 OUTPUT=${tmpdir}/sstate-diff/`date "+%s"`
115 mkdir -p ${OUTPUT}/${M}
117 bitbake -S none ${targets} 2>&1 | tee -a ${OUTPUT}/${M}/log;
120 cp -ra ${tmpdir}/stamps/* ${OUTPUT}/${M}
121 find ${OUTPUT}/${M} -name \*sigdata\* | sed "s#${OUTPUT}/${M}/##g" | sort > ${OUTPUT}/${M}/list
123 sed "s/^${M_UNDERSCORE}-/MACHINE/g" ${OUTPUT}/${M}/list | sort > ${OUTPUT}/${M}/list.M
140 …s for task ${TASK} between ${MACHINE1} and ${MACHINE2} ===\n" | tee -a ${OUTPUT}/signatures.${MACH…
141 …diff ${OUTPUT}/${MACHINE1}/list.M ${OUTPUT}/${MACHINE2}/list.M | grep ${PRE_PATTERN} "${PATTERN}" …
142 …for i in `cat ${OUTPUT}/signatures.${MACHINE2}.${TASK} | sed 's#[^/]*/\([^/]*\)/.*#\1#g' | sort -u…
143 …[ -e ${OUTPUT}/${MACHINE1}/*/$i/*${TASK}* ] || echo "INFO: ${i} task ${TASK} doesn't exist in ${MA…
144 [ -e ${OUTPUT}/${MACHINE1}/*/$i/*${TASK}* ] || continue
145 …[ -e ${OUTPUT}/${MACHINE2}/*/$i/*${TASK}* ] || echo "INFO: ${i} task ${TASK} doesn't exist in ${MA…
146 [ -e ${OUTPUT}/${MACHINE2}/*/$i/*${TASK}* ] || continue
148 bitbake-diffsigs ${OUTPUT}/${MACHINE1}/*/$i/*${TASK}* ${OUTPUT}/${MACHINE2}/*/$i/*${TASK}*;
149 echo "$i" >> ${OUTPUT}/failed-recipes.log
151 done | tee -a ${OUTPUT}/signatures.${MACHINE2}.${TASK}.log
153 ERRORS=`grep "^ERROR.*" ${OUTPUT}/signatures.${MACHINE2}.${TASK}.log | wc -l`
155 echo "ERROR: ${ERRORS} errors found in ${OUTPUT}/signatures.${MACHINE2}.${TASK}.log"
170 if [ "${RESULT}" != "0" -a -f ${OUTPUT}/failed-recipes.log ] ; then
171 …cat ${OUTPUT}/failed-recipes.log | sort -u >${OUTPUT}/failed-recipes.log.u && mv ${OUTPUT}/failed-…
172 …echo "ERROR: ${RESULT} issues were found in these recipes: `cat ${OUTPUT}/failed-recipes.log | xar…
175 echo "INFO: Output written in: ${OUTPUT}"