]> code.ossystems Code Review - openembedded-core.git/commit
do_rootfs: Added PACKAGE_FEED_URIS functionality
authorDavid Nyström <david.c.nystrom@gmail.com>
Thu, 27 Feb 2014 20:20:37 +0000 (21:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Mar 2014 15:04:35 +0000 (15:04 +0000)
commit9b8811045546ad67b4695d980f09636d5506e50c
tree599e4c70d1a486a841de45cb75a62e40f347e45f
parent148c04c1bf39ca0d21288fdce61c51dc8e1c3226
do_rootfs: Added PACKAGE_FEED_URIS functionality

Adding a common interface to add predefined package manager
channels to prebuilt rootfs:es.

Adding PACKAGE_FEED_URIS = "http://myre.po/repo/, will
assume repo directories named (rpm,ipk,deb) as subdirectories
and statically add them to the rootfs, using the same PKG_ARCHs
as the build which produced the images.

Tested with RPM, IPK and DEB.

deb feed functionality seem broken, is anyone using this ?

Signed-off-by: David Nyström <david.c.nystrom@gmail.com>
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/oe/package_manager.py
meta/lib/oe/rootfs.py