]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py, package_manager.py, sdk.py: Fix building from feeds feature for opkg
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Wed, 5 Feb 2014 09:08:34 +0000 (11:08 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:32 +0000 (11:50 +0000)
commit19c538f57c8fa7c566e88a6dbe13ea4826d4f26c
treeb5a7c1fbb2883c1517f61302c9f97c8f2c7681f6
parent7e518e399da51de3b159bd6804735b2f14c39357
rootfs.py, package_manager.py, sdk.py: Fix building from feeds feature for opkg

When using opkg as the PM backend, one has the option to provide custom
feeds to create the rootfs from.

This commit:
 * fixes this in the refactored code;
 * moves the custom config creation code to python;
 * clean up the package-ipk.bbclass;

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/classes/rootfs_ipk.bbclass
meta/lib/oe/package_manager.py
meta/lib/oe/rootfs.py
meta/lib/oe/sdk.py