Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2013-06-17 | classes/externalsrc: enable global inherit and simplify usage | Paul Eggleton | 1 | |
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. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2012-03-01 | externalsrc.bbclass: Add class for handling external source trees | Richard Purdie | 1 | |
This is loosly based upon srctree.bbclass from OE-Classic but with some changes appropriate to OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |