Stop using hardcoded paths, use new Ubuntu and generic filters.

Signed-off-by: Alex deVries <alex.devries@windriver.com>
This commit is contained in:
Alex deVries 2010-11-15 16:12:08 -05:00 committed by Richard Purdie
parent 8021200c3e
commit b544d01c23
7 changed files with 64 additions and 1 deletions

View File

@ -74,7 +74,7 @@ do_generate_swabber_report () {
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} ${POKYBASE} /tmp /dev /proc /usr/lib/python2.6 /usr/local/lib/python2.6 /usr/lib/pymodules /etc/ld.so.cache
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}
else
echo "No host data, cannot generate swabber report."
fi

View File

@ -0,0 +1,6 @@
libneon27-gnutls
openjdk-6-jre-headless
openjdk-6-jre-lib
openjdk-6-jre
libdbus-1-3
libneon27-gnutls

View File

@ -0,0 +1,7 @@
/usr/local/lib/python2.6
/usr/lib/python2.6
/usr/lib/pymodules/python2.6
/usr/lib/perl/5.10
# which is part of the debianutils packages, but we don't want to put the entire
# debianutils package in the whitelist.
/usr/bin/which

View File

@ -0,0 +1,23 @@
base-files
dash
libacl1
libattr1
libbz2-1.0
libc6
libc-bin
libglib2.0-0
libncurses5
libselinux1
libsqlite3-0
libssl0.9.8
mime-support
perl-base
python2.6
python2.6-minimal
python-apport
python-gst0.10
python-imaging
python-minimal
python-support
python-zope.interface
zlib1g

View File

@ -0,0 +1,2 @@
udev
dkpg

View File

@ -0,0 +1,10 @@
/tmp
/etc/localtime
/etc/ld.so.cache
/etc/ld.so.conf
/etc/passwd
/etc/group
/etc/nsswitch.conf
/proc
/dev/null
/dev/tty

View File

@ -0,0 +1,15 @@
bash
bzip2
ccache
coreutils
cpp
file
findutils
gawk
grep
hostname
make
sed
tar
util-linux
zlib1g