Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allarch: Fix allarch corner case | Richard Purdie | 2024-01-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | Most of the allarch code is conditional and only set if the recipe remains marked as allarch. The qemu wrapper handling is not handled in the same way however and is unconditional. Move the code to some slightly uglier inline python to allow it to be conditional and match the way the rest of the code works. (From OE-Core rev: dfd704f1741dccd9a85338c5d45dee4be079064d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | classes: Update classes to match new bitbake class scope functionality | Richard Purdie | 2022-08-12 | 1 | -0/+71 |
Move classes to classes-global or classes-recipe as appropriate to take advantage of new bitbake functionality to check class scope/usage. (From OE-Core rev: f5c128008365e141082c129417eb72d2751e8045) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |