Re: [OE-core] [PATCH 1/5] manifest.py: add create_full for OpkgManifest class

2014-02-20 Thread Hongxu Jia
On 02/21/2014 02:38 PM, Hongxu Jia wrote: 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 --- meta/lib/oe/

[OE-core] [PATCH 1/5] manifest.py: add create_full for OpkgManifest class

2014-02-20 Thread Hongxu Jia
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 --- meta/lib/oe/manifest.py | 57

Re: [OE-core] [PATCH 1/5] manifest.py: add create_full for OpkgManifest class

2014-02-20 Thread Laurentiu Palcu
On Thu, Feb 20, 2014 at 03:06:51PM +0800, Hongxu Jia wrote: > 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: Ho

[OE-core] [PATCH 1/5] manifest.py: add create_full for OpkgManifest class

2014-02-19 Thread Hongxu Jia
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 --- meta/lib/oe/manifest.py | 65