]> code.ossystems Code Review - openembedded-core.git/commit
manifest.py: add create_full for OpkgManifest class
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 21 Feb 2014 06:10:17 +0000 (14:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Feb 2014 16:13:54 +0000 (16:13 +0000)
commit494adecd878496c2edc663ba09a456a9735d8252
tree9eca191104b44b4b1b7f4a0865fb69f4971f2d82
parent065862225a5903cd871ba9a7d00bbb307240e9aa
manifest.py: add create_full for OpkgManifest class

The function create_full creates the manifest after the package in
initial manifest has been dummy installed. It lists all *to be
installed* packages. There is no real installation, just a test.

[YOCTO #1894]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
meta/lib/oe/manifest.py