]> code.ossystems Code Review - openembedded-core.git/commit
scripts/pstage-scanner: new script to sanity test the contents of pstage
authorJoshua Lock <josh@linux.intel.com>
Thu, 22 Apr 2010 16:51:07 +0000 (17:51 +0100)
committerJoshua Lock <josh@linux.intel.com>
Tue, 27 Apr 2010 15:58:43 +0000 (16:58 +0100)
commitd2c6f3ef36d08ac7ac8a9deab6662f4c3b1a318c
treef9c67437709ba2f314c68d561b7a6a7c1b497c61
parent23ff2e08194221abf8f09af25d1be98efe46ffb7
scripts/pstage-scanner: new script to sanity test the contents of pstage

Currently the script will scan all packages in the pstage directory and log
packages which contain destinations outside of the native sysroot.
The script currently ignores pkgdata, stamps and deploy but does trigger the
work dir for packages with a package-split file, this may well be a false
positive.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
scripts/pstage-scanner [new file with mode: 0755]