Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa.py: Fix a typo when evaluating bitsize | Mark Hatle | 2011-03-03 | 1 | -2/+2 |
| | | | | | | | | | This should be setting a variable, not performing a comparison. (From OE-Core rev: cbe1b8277c610e8e31d1270757877300532bed56) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | insane.bbclass: Fix ELF bitsize comparison | Mark Hatle | 2011-03-03 | 1 | -4/+17 |
| | | | | | | | | | | | | | | | | Fix the way the ELF size is compared to ensure that incorrectly sized ELF binaries are captured during the file scan. lib/oe/qa.py is changed to accept a bitsize as a parameter. Instead of previously defining true/false, it now takes "0" undefined, "32" 32-bit, and "64" 64-bit as the size argument. This allows us to preserve existing behavior of only loading one ELF type, while allowing the function to be able to discover the size on it's own. (From OE-Core rev: 17dae13fabe2932a47ecc86fcafb1d177226513f) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | lib/oe: Import oe lib from OE.dev | Joshua Lock | 2010-05-06 | 1 | -0/+76 |
This library moves the common Python methods into modules of an 'oe' Python package. Signed-off-by: Joshua Lock <josh@linux.intel.com> |