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:14:15 +0000 (16:14 +0000)
commit76e64b461d00061fbb39002ca1b4906883c087d5
treedf1005ed12c4fe76437818e7bd077157ecf250cd
parent6038548efe7c954a0998a63db63f8791abd78dbc
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]
(From OE-Core rev: 494adecd878496c2edc663ba09a456a9735d8252)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/manifest.py