]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk.bbclass: Split into two parts
authorMark Hatle <mark.hatle@windriver.com>
Mon, 25 Jun 2012 17:38:36 +0000 (12:38 -0500)
committerSaul Wold <sgw@linux.intel.com>
Tue, 3 Jul 2012 07:05:29 +0000 (00:05 -0700)
commitbde224ba44c16edc1892cea1b33ab973ae971115
treeee811cb64f7711cf4850accae389b3a8b2e85cc9
parent779db325d407f0bade84572ef99fdad4d0c88011
populate_sdk.bbclass: Split into two parts

populate_sdk was renamed to populate_sdk_base in order to allow for changes
that may break existing SDK recipes.  Any such changes need an analog
in populate_sdk (new version) to restore previous desired behavior.

In addition to the rename, one minor change was made.  The _base version
only had the do_populate_sdk as an added task, but no before or after defined.

For compatibility, populate_sdk has do_populate_sdk defined as "after"
do_install and before do_build, this is identical to the original behavior.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/populate_sdk.bbclass
meta/classes/populate_sdk_base.bbclass [new file with mode: 0644]