summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/qa.py
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/qa: update guidelines link for Upstream-StatusMichael Opdenacker2023-09-221-1/+1
* lib/oe/qa: remove obsolete "Accepted" string for Upstream-StatusMichael Opdenacker2023-09-221-1/+1
* insane.bbclass: move Upstream-Status logic to oe.qaMartin Jansa2023-02-191-0/+17
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* insane.bbclass: use multiprocessing for collecting 'objdump -p' outputAlexander Kanavin2022-02-081-0/+6
* lib/oe/qa,insane: Move extra error handling functions to libraryMike Crowe2021-10-171-0/+34
* lib/oe/qa: handle the 'no specific instruction set' ELF e_machine valueRoss Burton2020-12-201-0/+1
* chrpath: Cleanup and fix previous patchRoss Burton2019-12-291-1/+3
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+4
* insane: Recognise BPF as a valid EM_MACHINE typeKhem Raj2018-09-131-1/+2
* meta: remove True option to getVar callsJoshua Lock2016-12-161-2/+2
* lib/oe/qa: handle binaries with segments outside the first 4kbRoss Burton2016-11-151-41/+41
* lib/oe/qa: add ELF machine to string functionRoss Burton2016-10-111-0/+20
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-14/+14
* meta/scripts: python3: rename file -> openRichard Purdie2016-05-211-3/+3
* meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie2016-05-211-1/+1
* lib/oe/qa: add method to check if static or dynamic linkedRoss Burton2016-03-261-5/+39
* lib/oe/qa: add explicit exception for 'file isn't an ELF'Ross Burton2016-02-281-6/+9
* lib/qa.py: raise ValueError if file isn't an ELFRoss Burton2016-02-161-7/+7
* lib/oe/qa: ELFFile: check that a path is a file before opening itRoss Burton2016-02-161-0/+3
* image/kernel-module-split/eglibc-ld.inc: Remove has_key() usageRichard Purdie2013-05-091-1/+1
* classes/recipes/lib: Fix various python whitespace issuesRichard Purdie2013-05-091-1/+1
* clases/lib: Use modern exception syntaxRichard Purdie2013-05-091-1/+1
* qa.py: Toolchain path should not be hardcoded to execute objdumpMuhammad Shakeel2012-12-061-2/+2
* qa.py: Modify the env for the child process onlyMuhammad Shakeel2012-12-041-1/+1
* lib/oe/qa: Trap exceptions when running objdumpPhil Blundell2012-10-181-2/+7
* insane: Rationalise phdrs-based QA checksPhil Blundell2012-10-181-0/+17
* qa.py: Fix a typo when evaluating bitsizeMark Hatle2011-03-031-2/+2
* insane.bbclass: Fix ELF bitsize comparisonMark Hatle2011-03-031-4/+17
* lib/oe: Import oe lib from OE.devJoshua Lock2010-05-061-0/+76