poky/meta/lib/oeqa/utils
Richard Purdie 6a07697a6d package_manager: Filter to only rpms we depend upon
Currently do_rootfs gets to see all rpms in the deploy directory. This filters
that view to only rpms which the image recipe has actual depends upon which
potentially removes some sources of confusion in the image construction.

This makes builds more reproducibile and also fixes contamination issues
where dnf picks up packages it shouldn't be able to 'see'.

[YOCTO #12039]

(From OE-Core rev: 85e72e129362db896b0d368077033e4a2e373cf9)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-03-01 22:13:55 +00:00
..
__init__.py scripts/oe-test: Move load_test_components to oeqa.utils 2017-06-06 19:02:43 +01:00
buildproject.py meta: Fix return value checks from subprocess.call()'s 2017-06-28 20:55:08 +01:00
commands.py oeqa/commands: don't break if get_bb_vars is passed a tuple 2017-12-02 11:25:32 +00:00
decorators.py selftest: remove result file log awkward checking 2017-02-15 20:06:41 -08:00
dump.py oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class 2017-01-23 12:05:20 +00:00
ftools.py oeqa/utils/ftools: improve remove_from_file algorithm 2016-03-28 15:55:50 +01:00
git.py oeqa.utils.git: use --verify in rev_parse() 2017-05-23 17:45:36 +01:00
httpserver.py oeqa/utils/httpserver.py: HTTPServer enable thread connection handling 2016-08-10 10:46:32 +01:00
logparser.py utils/logparser.py: fix section check 2017-08-23 14:16:01 +01:00
metadata.py oe.lsb: add get_os_release() 2017-05-16 14:08:28 +01:00
network.py oeqa/utils: added new network module 2016-02-28 11:32:58 +00:00
package_manager.py package_manager: Filter to only rpms we depend upon 2018-03-01 22:13:55 +00:00
qemurunner.py utils: qemurunner.py: cleanup grammar and ensure consistency 2017-12-10 22:45:20 +00:00
qemutinyrunner.py oeqa: Clean up logger handling 2017-11-09 12:24:24 +00:00
sshcontrol.py sshcontrol.py: in copy_to() always use scp 2017-11-08 22:24:03 +00:00
subprocesstweak.py oeqa: add output to subprocess exceptions 2017-03-01 23:27:11 +00:00
targetbuild.py meta: Fix return value checks from subprocess.call()'s 2017-06-28 20:55:08 +01:00
testexport.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00