summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
* multilib-script: Fix ALTERNATIVE_${PN} overwrite issueZhixiong Chi2018-08-141-1/+1
* kernel-yocto.bbclass: Adds oe-local-files path (devtool) to include directivesJaewon Lee2018-08-141-0/+2
* devtool-source.bbclass: Support kernel-fragments/patch not in SRC_URIJaewon Lee2018-08-141-0/+12
* sstate: Remove DEPLOY_DIR_IMAGE from SSTATE_DUPWHITELISTRichard Purdie2018-08-141-1/+5
* sstate: Add sstate usage summary to the buildRichard Purdie2018-08-081-0/+12
* classes/sanity: Clean up getstatusoutput usageJoshua Watt2018-08-081-29/+38
* classes/reproducible_build: Avoid dereferencing symlinksJoshua Watt2018-08-081-2/+2
* devicetree.bbclass: User/BSP device tree source compilation classNathan Rossi2018-08-081-0/+140
* toolchain-scripts: put TARGET_ARCH and TARGET_OS into environmentRoss Burton2018-08-071-0/+3
* cmake: fix linking in multilib SDKsRoss Burton2018-08-071-0/+1
* python[3]native: allow use of both native Python 2 and 3Ross Burton2018-08-022-6/+6
* meson: don't dump full error log on failureRoss Burton2018-08-021-1/+0
* multiconfig: Enable multiconfig dependencies on oe-coreAlejandro Enedino Hernandez Samaniego2018-08-011-1/+7
* package.bbclass: Fix hardlink preservation issueRichard Purdie2018-07-311-1/+1
* multilib_script: Add support for multilib scriptsRichard Purdie2018-07-311-0/+32
* distutils/distutils3: do not try to fetch code during do_configureHongxu Jia2018-07-302-1/+9
* testsdk.bbclass: check python module testtools and subunitRobert Yang2018-07-301-0/+6
* package.bbclass: append to FILERPROVIDES_*/FILERDEPENDS_* variables instead o...Martin Jansa2018-07-301-2/+2
* classes/package: fix variable name in commentPaul Eggleton2018-07-261-1/+1
* autotools.bbclass: fix autoreconf bbnote commandline argumentsAndre McCurdy2018-07-261-1/+1
* lib/oe: split out machine to ELF data dictionaryRoss Burton2018-07-261-136/+2
* distutils/setuptools, distutils3/setuptools3: improve reproducibilityHongxu Jia2018-07-264-15/+10
* distutils/setuptools-native, distutils3/setuptools3-native: do not try to fet...Hongxu Jia2018-07-262-0/+2
* license_image: Fix raceRichard Purdie2018-07-252-53/+6
* license: Split image license functions to a separate classRichard Purdie2018-07-252-283/+285
* package: Use subprocess to be consistent with the rest of the classRichard Purdie2018-07-251-4/+4
* Revert "relocate_sdk.py: remove hardcoded SDK path"Richard Purdie2018-07-251-0/+5
* package/package_manager: multiprocess_exec -> multiprocess_launchRichard Purdie2018-07-241-2/+2
* package: Clean up getstatusoutput usageRichard Purdie2018-07-241-13/+11
* sstate/bitbake.conf: Use pigz if availableRichard Purdie2018-07-241-2/+9
* package: Call file to determine elf status in parallelRichard Purdie2018-07-242-37/+52
* package: Refactor to remove isElf/is_elf function duplicationRichard Purdie2018-07-241-36/+4
* package: Allow parallel processing of shlib analysisRichard Purdie2018-07-241-17/+30
* package: Allow parallel processing of debug splittingRichard Purdie2018-07-241-11/+13
* package: Don't use subshell to execute fileRichard Purdie2018-07-241-6/+2
* package: Drop subshell usage for dwarfsrcfile generation.Richard Purdie2018-07-241-2/+10
* package_ipk|deb: Use oe.utils.multiprocess_launchRichard Purdie2018-07-242-100/+2
* package: Rework PACKAGELOCK based upon sstate for do_packagedataRichard Purdie2018-07-241-14/+9
* relocate_sdk.py: remove hardcoded SDK pathRuslan Bilovol2018-07-241-5/+0
* package.bbclass: exclude packages as shlib providersOleksii Konoplitskyi2018-07-241-2/+14
* recipes: Enforce ARM ISA just for arm arches <= armv5Khem Raj2018-07-181-1/+5
* spdx.bbclass: Encode strings before passing to hashlibOlof Johansson2018-07-181-1/+1
* spdx.bbclass: Make use of bb.utils' sha1_file()Olof Johansson2018-07-181-7/+2
* spdx.bbclass: Fix undefined variable errorOlof Johansson2018-07-181-1/+2
* spdx.bbclass: Replace deprecated string.replace with str.replaceOlof Johansson2018-07-181-1/+1
* insane: optimise buildpath searchRoss Burton2018-07-181-2/+2
* classes/buildhistory: properly process escaped chars from pkgdataPaul Eggleton2018-07-181-1/+1
* classes/buildhistory: handle packaged files with names containing spacesPaul Eggleton2018-07-181-1/+2
* populate_sdk_base: Use default value assignment for SDK_TITLE/SDKEXTPATHRichard Purdie2018-07-181-2/+2
* testsdk: Enable multiprocess executionRichard Purdie2018-07-181-1/+6