~salgado/offspring/project-list

« back to all changes in this revision

Viewing changes to lib/offspring/build/functions/reports.sh

  • Committer: Michael Hudson
  • Date: 2011-03-24 21:29:07 UTC
  • mfrom: (13.1.6 trunk)
  • Revision ID: michael.hudson@linaro.org-20110324212907-2hhsowz22vi4ulqw
merge up to r19 of trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        for MANIFEST in $(find "${RESULTDIR_IMAGES}" -name "*.manifest")
87
87
        do
88
88
            Action "Generating license report from '${MANIFEST}'"
89
 
            ${IBS_SCRIPTDIR}/describe-licensing --output="${RESULTDIR_REPORTS}/license_report.$(basename ${MANIFEST} .manifest)" "${MANIFEST}"
 
89
            ${IBS_SCRIPTDIR}/describe-licensing --config="${IBS_CONFIGDIR}/offspring.cfg" --output="${RESULTDIR_REPORTS}/license_report.$(basename ${MANIFEST} .manifest)" "${MANIFEST}"
90
90
            Action_done
91
91
        done
92
92
        unset IFS