]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa: use the new manifest file for determining if a package is installed
authorStefan Stanacar <stefanx.stanacar@intel.com>
Thu, 28 Nov 2013 13:27:00 +0000 (15:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Dec 2013 12:50:49 +0000 (12:50 +0000)
commitf57c83fc33583c140f668946f3f3e79b960aa9ee
tree49ac8e2c698812a28fe40169778620f46d8a3cc8
parent8408a7700cd9cab4559ddae0bbe57f0d7fae5c37
lib/oeqa: use the new manifest file for determining if a package is installed

Use the new manifest file instead of ${WORKDIR}/installed_pkgs.txt for determining
if an image has a certain package, because installed_pkgs.txt goes away with rm_work
enabled.
We can't use the IMAGE_MANIFEST var for the file path because that relies on IMAGE_NAME which
changes at every run (because of date), so we use the link which points to the last
one built.

[ YOCTO #5072 ]

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/oetest.py