Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes/externalsrc: enable global inherit and simplify usage | Paul Eggleton | 2013-06-18 | 1 | -18/+33 |
| | | | | | | | | | | | | | This class can now be inherited globally using INHERIT += rather than needing to inherit it in the recipe itself. Additionally, instead of setting S (and optionally B), set EXTERNALSRC (and optionally EXTERNALSRC_BUILD) to point to the external source and build locations respectively. (From OE-Core rev: b1da10579a28f9a5260a0678f6f15ce4b5a2706c) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | externalsrc.bbclass: Add class for handling external source trees | Richard Purdie | 2012-03-01 | 1 | -0/+53 |
This is loosly based upon srctree.bbclass from OE-Classic but with some changes appropriate to OE-Core. (From OE-Core rev: bdb341953ba7d8299cba4d49d857107fb7b01e5b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |