summaryrefslogtreecommitdiffstats
path: root/meta/classes/sanity.bbclass
Commit message (Expand)AuthorAgeFilesLines
* sanity.bbclass: Detect and fail if 'inherit' is used in conf fileGregor Zatko2020-06-051-0/+6
* Windows: Enable Windows builds under WSLv2 and warn accordinglyAlejandro Hernandez Samaniego2020-04-061-3/+9
* sanity.bbclass: echo current SDK_VENDOR if it is invalidPaul Gortmaker2020-04-051-1/+1
* sanity: Require gcc 5.0 minimum versionRichard Purdie2020-04-051-3/+3
* sanity.bbclass: add test for gcc < 4.8Tim Orling2020-04-011-1/+20
* sanity.bbclass: recommend using install-buildtoolsTim Orling2020-04-011-3/+1
* bitbake.conf/sanity: Drop makeinfo as being required on buildhostRichard Purdie2020-02-031-1/+1
* sanity.bbclass: Move sanity_info from conf to cachePeter Kjellerstedt2020-01-101-1/+1
* sanity: Add check for tar older than 1.28Richard Purdie2019-11-221-1/+4
* sanity: check for more bits of PythonRoss Burton2019-11-041-5/+7
* sanity: check the format of SDK_VENDORRoss Burton2019-10-191-0/+5
* sanity: update for new bb.build.exec_func() behaviourRoss Burton2019-08-061-1/+1
* sanity: check_perl_modules bug fixZheng Ruoqin2019-04-121-1/+1
* sanity: clarify error message if TMPDIR movesRoss Burton2019-04-091-1/+1
* class/sanity: strip the output of get_filesystem_id()Steven Hung (洪于玉)2019-03-181-1/+1
* sanity: Add check for WSLRichard Purdie2018-11-161-0/+11
* classes/sanity: Clean up getstatusoutput usageJoshua Watt2018-08-081-29/+38
* sanity.bbclass: quote path passed to stat in get_filesystem_id()Andre McCurdy2018-03-281-1/+1
* sanity.bbclass: modified error messageJuro Bystricky2018-02-061-1/+1
* classes/sanity: check we don't have an ancient GNU patchRoss Burton2017-12-101-0/+17
* sanity: getstatusoutput returns an int, not a stringRoss Burton2017-12-101-3/+3
* sanity: check that path variables don't use ~Ross Burton2017-09-221-0/+5
* sanity: correct Python version sanity checkRoss Burton2017-09-221-3/+3
* classes/sanity: check for case-sensitive file systemsRoss Burton2017-07-171-0/+12
* sanity.bbclass: fix AttributeError in mirror format checksMikko Ylinen2017-07-061-1/+1
* insane: remove obsolete gcc 4.5 checkRoss Burton2017-07-061-49/+1
* sanity.bbclass: remove ASSUME_PROVIDED checks that can't succeedRoss Burton2017-07-061-8/+0
* sanity: explain where TMPDIR is if we're telling the user to delete itRoss Burton2017-04-051-1/+1
* sanity: Drop obsolete TMPDIR ABI conversionsRichard Purdie2017-03-311-42/+1
* sanity.bbclass: modify check for shellJuro Bystricky2017-03-161-1/+3
* sanity.bbclass: allow s3 protocol when sanity checking MIRRORS, etcAndre McCurdy2017-03-101-1/+1
* sanity: Allow whitespace only mirror entriesRichard Purdie2017-03-031-11/+9
* sanity.bbclass: Add which to SANITY_REQUIRED_UTILITIES.Philip Balister2017-02-151-1/+1
* classes: Drop now unneeded update_data callsRichard Purdie2017-02-151-1/+0
* sanity/abi-version: Force a clean TMPDIR after recipe specific sysroot changesRichard Purdie2017-01-231-0/+2
* sanity.bbclass: Improved error messageJuro Bystricky2017-01-171-1/+1
* meta/scripts: Various getVar/getVarFlag expansion parameter fixesRichard Purdie2017-01-091-2/+2
* meta: remove True option to getVar callsJoshua Lock2016-12-161-54/+54
* sanity.bbclass: fix check_connectivity() for BB_NO_NETWORK = "0"Robert Yang2016-11-231-5/+9
* sanity.bbclass:check_connectivity(): print more error messagesRobert Yang2016-11-231-1/+4
* sanity.bbclass: fix logging of an errorMarkus Lehtonen2016-11-151-1/+1
* sanity.bbclass: split out config re-parse checkMarkus Lehtonen2016-09-161-15/+12
* sanity: fix hardcoded references to gccJérémy Rosen2016-09-141-7/+7
* sanity.bbclass: Ensure we expand BUILD_PREFIXRichard Purdie2016-08-201-3/+3
* sanity.bbclass: Only verify /bin/sh link if it's a linkOlof Johansson2016-08-171-4/+5
* sanity: Switch urlparse to urllib.parseJeremy Puhlman2016-06-021-3/+3
* classes/lib: Convert to use python3 octal syntaxRichard Purdie2016-06-021-2/+2
* sanity: Drop setting C localeRichard Purdie2016-06-011-1/+0
* sanity: check that the en_US.UTF-8 locale existsRoss Burton2016-05-301-0/+13
* sanity: allow sftp and ssh mirrorsRoss Burton2016-04-131-1/+1