]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: Add support to build the SDK in parallel with the image
authorMark Hatle <mark.hatle@windriver.com>
Sat, 23 Jun 2012 00:38:30 +0000 (19:38 -0500)
committerSaul Wold <sgw@linux.intel.com>
Tue, 3 Jul 2012 07:05:40 +0000 (00:05 -0700)
commita0de2a56f19ae4d8cd88e46e96917a7a019fe1ab
tree6813c9753776e397c38dc68e04c15ecabd40727f
parenta1ca125de55a8e7cab402e2ba5737a56d4e890c2
image.bbclass: Add support to build the SDK in parallel with the image

When building an image recipe, you can now build a companion SDK by
calling the populate_sdk task:
  bitbake -c populate_sdk core-image-minimal

Note: there are still issues w/ the SDK not working completely with
multilibs.

A lock is required between rootfs and populate_sdk activities to prevent
configuration file clashes and similar package management problems in ipk
and deb based systems.  (RPM already had a lock for a different reason.)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/image.bbclass
meta/classes/populate_sdk_base.bbclass
meta/classes/populate_sdk_deb.bbclass
meta/classes/populate_sdk_ipk.bbclass
meta/classes/rootfs_deb.bbclass
meta/classes/rootfs_ipk.bbclass