]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager: fix opkg feed generation
authorJoshua Lock <joshua.lock@collabora.co.uk>
Tue, 11 Aug 2015 08:45:02 +0000 (09:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Aug 2015 07:28:51 +0000 (08:28 +0100)
commit18e5dcfc610a255e490e4425f11213b8e14c6e00
tree130c5cf5bcb8c3587e1b045619fdb703b4d12e98
parent67f025e793f3867c72eedb8b3c1609e3cfe06945
lib/oe/package_manager: fix opkg feed generation

The insert_feed_uris() method of OpkgPM was creating an initial
entry in the feeds list which pointed to the root of the ipk
directory, however the on-device package manager can't consume
this feed resulting in runtime errors - therefore we remove the
code to generate that initial feed uri.

Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py