summaryrefslogtreecommitdiffstats
path: root/meta/classes/insane.bbclass
Commit message (Expand)AuthorAgeFilesLines
* insane: don't abort if workdir is not TMPDIR/workRoss Burton2013-09-221-4/+1
* meta: Don't use deprecated bitbake APIRichard Purdie2013-09-011-1/+1
* buildhistory: use package_qa_handle_error for version-going-backwardsMartin Jansa2013-08-121-0/+1
* classes/insane: allow libdir QA check to be skipped using INSANE_SKIPPaul Eggleton2013-07-181-14/+24
* classes/insane: fix regression in libdir QA regexPaul Eggleton2013-07-181-1/+1
* insane.bbclass: Added QA warning for shipping /usr/share/info/dirMihai Prica2013-07-051-1/+11
* classes/insane: fix libdir check regexesPaul Eggleton2013-07-051-2/+2
* classes/insane: remove la2 check which no longer exists from ERROR_QAPaul Eggleton2013-06-281-1/+1
* insane.bbclass: quiet package errors not in *_QAChristopher Larson2013-06-111-2/+4
* insane/package: refactor packaging sanity testsRobert Yang2013-06-071-11/+22
* insane/package: let package.bbclass inherit insane.bbclassRobert Yang2013-06-071-2/+4
* bbclass: bb.fatal() clean upRobert Yang2013-05-161-1/+0
* classes/insane: add check for PN in OVERRIDESPaul Eggleton2013-05-101-0/+5
* class/lib: Fix up various file access methodsRichard Purdie2013-05-091-11/+14
* insane: Open file in binary modeRichard Purdie2013-05-091-1/+1
* classes/recipes/lib: Fix various python whitespace issuesRichard Purdie2013-05-091-13/+13
* ptest bug fixesBjörn Stenberg2013-04-111-3/+3
* insane.bbclass: Updated MicroBlaze machine definitionsNathan Rossi2013-04-081-2/+2
* insane.bbclass: Add ALLOW_EMPTY to list of package specific variablesRichard Purdie2013-03-051-1/+1
* insane.bbclass: Merge linux-gnu entries in machine dictionary and add sh4 mac...Kyle Farnsworth2013-03-011-3/+2
* siteinfo/insane: More n32 fixupsPeter Seebach2013-02-251-1/+1
* insane: remove unused variableRoss Burton2013-02-141-1/+0
* insane.bbclass: Add missing R* variables to pkgvarcheckMartin Jansa2013-02-061-1/+1
* staging/insane.bbclass: Move legacy do_stage check iinto insane.bbclassRichard Purdie2013-02-061-0/+3
* insane.bbclass: Add documentation headers for logical code blocksRichard Purdie2013-02-061-0/+17
* insane.bbclass: Add pkgvarcheck to check for suboptimal usages of variablesRichard Purdie2013-02-061-1/+9
* package: Create global package file list and use throughout PACKAGEFUNCSRichard Purdie2013-02-011-3/+1
* insane.bbclass: removing outdated commentLukas Bulwahn2013-02-011-2/+0
* insane.bbclass: Fix incorrect getVar callRichard Purdie2013-01-301-1/+1
* insane.bbclass : Disable tests for unsafe references in binaries and scripts.Philip Balister2012-11-241-1/+1
* insane.bbclass: add qa package name checkConstantin Musca2012-11-181-0/+8
* insane: detect and warn about relocations in .textPhil Blundell2012-11-121-1/+25
* classes: replace virtclass-native(sdk) with class-native(sdk)Robert Yang2012-11-021-2/+2
* insane.bbclass and friends: Fix sanity checks and multlib headers for n32Peter Seebach2012-10-271-0/+4
* insane: add a check for Xorg driver ABI dependenciesRoss Burton2012-10-231-1/+19
* insane: Don't try to run objdump on symlinksPhil Blundell2012-10-181-0/+6
* insane: Rationalise phdrs-based QA checksPhil Blundell2012-10-181-23/+18
* insane.conf: add new libexec testSaul Wold2012-10-181-0/+14
* insane.bbclass: add AArch64 supportMarcin Juszkiewicz2012-10-181-0/+1
* classes: Update to use corrected bb.utils.explode_dep_versions2 APIRichard Purdie2012-10-021-2/+42
* insane.bbclass: Remove copy and paste confusion when using OVERRIDESRichard Purdie2012-10-021-15/+2
* insane.bbclass: Improve ability to detect enabled testsRichard Purdie2012-09-211-3/+5
* insane.bbclass: add library dir sanity checkRadu Moisan2012-09-211-1/+38
* Rename task to packagegroupPaul Eggleton2012-09-041-1/+1
* nativesdk: Switch to using nativesdk as a prefix, not a suffixRichard Purdie2012-09-021-2/+2
* insane.bbclass: Fix RPATH warning in the face of funny path stringsAndy Ross2012-08-211-1/+4
* meta/classes: Various python whitespace fixesRichard Purdie2012-08-211-14/+14
* insane.bbclass: Make ldd exec_prefix error reporting easier to readMark Hatle2012-06-081-4/+16
* Revert "meta: replace os.popen with subprocess.Popen"Richard Purdie2012-05-301-20/+11
* meta: replace os.popen with subprocess.PopenRobert Yang2012-05-301-11/+20