generic-poky/meta/lib/oe
Alexander Kanavin 2b77735c72 rpm: add support for remote package feeds via PACKAGE_FEED_URIS variable
I've used a previous patch (which was never merged) by
Humberto Ibarra <humberto.ibarra.lopez@intel.com> as a model
for how to do runtime testing of this feature (e.g. we need to boot
an image, run dnf on it, and check that it is indeed able to
access the remote repo over http). Here's his original commit message:

=====
Testing that feeds specified with PACKAGE_FEED_URIS var are set
correctly has two parts. First a build with this var set is required,
and then smart update needs to be issued in the running taget.

The previous is not a common selftest practice because this is a
simple test, but requires building and running a specific image,
which takes a lot of time. testimage is not a good fit either,
since the images tested there do not have the PACKAGE_FEED_URIS
var set.

For this test, the runtime-test module is being used, which is a
selftest module but runs a testimage command. The var and test
environment were set in runtime-perf.py and the actual test is
done in a new testcase added to meta-selftest layer.
=====

[YOCTO #10872]

(From OE-Core rev: 3a9e2fdef9316e24b52ce99ac355fc2b09786c72)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-03-17 16:53:04 +00:00
..
__init__.py lib/oe: turn oe into a namespace package 2014-03-17 14:01:41 +00:00
buildhistory_analysis.py buildhistory-diff: report directory renames 2016-12-16 10:23:23 +00:00
cachedpath.py cachedpath.py: global name 'error' is not defined 2013-05-15 19:27:11 +03:00
classextend.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
classutils.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
copy_buildsystem.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
data.py meta: remove remaining True option to getVarFlag calls 2017-01-31 14:43:02 +00:00
distro_check.py classes: Drop now unneeded update_data calls 2017-02-15 09:29:55 -08:00
gpg_sign.py gpg_sign.py: fix signing of rpm files using gpg 2017-03-14 14:42:17 +00:00
license.py license: simple verification of LICENSE_<pkg> values 2016-08-25 22:54:49 +01:00
lsb.py lib/oe/lsb: better handle missing fields 2016-11-23 11:10:14 +00:00
maketype.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
manifest.py run-postinsts: simplify the logic of whether to install it to images 2017-03-14 14:42:17 +00:00
package.py package: Fix various rpmdeps relocation issues 2017-03-14 14:42:18 +00:00
package_manager.py rpm: add support for remote package feeds via PACKAGE_FEED_URIS variable 2017-03-17 16:53:04 +00:00
packagedata.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
packagegroup.py meta: remove True option to getVarFlag calls 2016-12-16 10:23:23 +00:00
patch.py lib/oe/patch: Support xz-compressed patches 2017-02-23 12:49:48 -08:00
path.py lib/oe/path: Add replace_absolute_symlinks function 2017-02-09 10:52:03 +00:00
prservice.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
qa.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
recipeutils.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
rootfs.py rootfs_rpm.bbclass: migrate image creation to dnf 2017-03-14 14:42:17 +00:00
sdk.py rootfs_rpm.bbclass: migrate image creation to dnf 2017-03-14 14:42:17 +00:00
sstatesig.py lib/oe.sstatesig: make locked sig file consistent 2017-01-09 13:39:11 +00:00
terminal.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
types.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
utils.py lib/oe/utils: Add build_depends_string function 2017-01-20 11:53:49 +00:00