]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py, sdk.py: adjust/create the wrappers for creating installed packages list
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 18 Mar 2014 11:09:56 +0000 (11:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Mar 2014 12:05:30 +0000 (12:05 +0000)
commit8fc18e67504db5b6df3fdd239c6187a71af52656
treeea8d73bb8394e930f04b842186861f79630d5e19
parenta7290ed13378826723d1edc7e828eab848eaad10
rootfs.py, sdk.py: adjust/create the wrappers for creating installed packages list

Since we created a new PkgsList object that will deal with listing the
installed packages in a rootfs, use the new class both for images and
SDKs in the wrapper functions.

The old list_installed_packages() wrapper listed only the packages inside
an image rootfs. It didn't deal with target/host SDK rootfs's.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py
meta/lib/oe/sdk.py