Re: [OE-core] [bitbake][PATCH] bitbake: bin/bitbake: Create bitbake_main API

2015-03-16 Thread Otavio Salvador
On Mon, Mar 16, 2015 at 2:46 PM, Ed Bartosh ed.bart...@linux.intel.com wrote: Moved most of functionality of bin/bitbake to lib/bb/main.py to be able to call bitbake from python code. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com The right mailing list for this is the bitbake devel

[OE-core] [bitbake][PATCH] bitbake: bin/bitbake: Create bitbake_main API

2015-03-16 Thread Ed Bartosh
Moved most of functionality of bin/bitbake to lib/bb/main.py to be able to call bitbake from python code. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com --- bitbake/bin/bitbake| 362 + bitbake/lib/bb/main.py | 391