diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-28 12:41:09 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-28 12:41:09 +0000 |
commit | bfa66493eb92ae3b738c2564155c78daa047999d (patch) | |
tree | 9fca195f728b78879daf422b676967fbdb98a83e /meta/classes | |
parent | a39f335f59ec4c2fc5442b2312afd9a4fa3a690d (diff) | |
download | poky-bfa66493eb92ae3b738c2564155c78daa047999d.tar.gz |
scripts/poky-env-internal/image-swab.bbclass: Remove OEROOT references
OEROOT isn't used outside the init script so stop exporting it into the environment
where it can "corrupt" sstate packages.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image-swab.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image-swab.bbclass b/meta/classes/image-swab.bbclass index 93918bfc81..554867bf98 100644 --- a/meta/classes/image-swab.bbclass +++ b/meta/classes/image-swab.bbclass | |||
@@ -74,7 +74,7 @@ do_generate_swabber_report () { | |||
74 | 74 | ||
75 | if [ "$(ls -A ${HOST_DATA})" ]; then | 75 | if [ "$(ls -A ${HOST_DATA})" ]; then |
76 | echo "Generating swabber report" | 76 | echo "Generating swabber report" |
77 | swabber -d ${HOST_DATA} -l ${SWABBER_LOGS} -o ${SWABBER_REPORT}/report-${REPORTSTAMP}.txt -r ${SWABBER_REPORT}/extra_report-${REPORTSTAMP}.txt -c all -p ${TOPDIR} ${OEROOT} /tmp /dev /proc /usr/lib/python2.6 /usr/local/lib/python2.6 /usr/lib/pymodules /etc/ld.so.cache | 77 | swabber -d ${HOST_DATA} -l ${SWABBER_LOGS} -o ${SWABBER_REPORT}/report-${REPORTSTAMP}.txt -r ${SWABBER_REPORT}/extra_report-${REPORTSTAMP}.txt -c all -p ${TOPDIR} ${POKYBASE} /tmp /dev /proc /usr/lib/python2.6 /usr/local/lib/python2.6 /usr/lib/pymodules /etc/ld.so.cache |
78 | else | 78 | else |
79 | echo "No host data, cannot generate swabber report." | 79 | echo "No host data, cannot generate swabber report." |
80 | fi | 80 | fi |