summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
* siteinfo: Recognize 64bit PPC LEKhem Raj2019-12-301-2/+5
* cmake.bbclass: Define LIB_SUFFIXKhem Raj2019-12-301-0/+1
* goarch: Dont use -fno-PIE on mipsKhem Raj2019-12-301-1/+0
* linuxloader: Correct loader for glibc on armhfAlex Kiernan2019-12-301-1/+1
* kernel-yocto: allow external (aka non-integrated) BSPs to supply patchesBruce Ashfield2019-12-301-0/+15
* cmake: Add a knob for cmake VERBOSE settingsKhem Raj2019-12-301-2/+11
* kernel: Make symbol link to vmlinux.64 in boot directoryVasyl Gomonovych2019-12-301-0/+3
* base.bbclass: clean up dead symlink when handling hosttoolsChen Qi2019-12-301-0/+3
* chrpath: Cleanup and fix previous patchRoss Burton2019-12-291-11/+9
* meson: map the system property in the cross fileRoss Burton2019-12-281-2/+11
* externalsrc: always set SRCPVAlexander Kanavin2019-12-281-3/+2
* chrpath: do less workRoss Burton2019-12-281-5/+11
* distutils3: do out of tree buildsRoss Burton2019-12-281-7/+10
* distutils3: remove unused variableRoss Burton2019-12-281-1/+0
* distutils3: remove unused stage tasksRoss Burton2019-12-281-20/+0
* insane: don't use cachedpathRoss Burton2019-12-281-3/+2
* cve-check: fail gracefully when file not foundArmin Kuster2019-12-281-1/+8
* podfix: only alter normal filesRoss Burton2019-12-161-0/+3
* license_image.bbclass: Report only the licenses that are incompatiblePeter Kjellerstedt2019-12-161-2/+3
* package.bbclass: Report only the licenses that are incompatiblePeter Kjellerstedt2019-12-161-2/+3
* base.bbclass: Report only the licenses that are incompatible for a packagePeter Kjellerstedt2019-12-161-10/+16
* base.bbclass: Simplify the check for whitelisted licensesPeter Kjellerstedt2019-12-161-9/+4
* license.bbclass: Make incompatible_pkg_license return incompatible licsPeter Kjellerstedt2019-12-161-3/+9
* license.bbclass: Introduce AVAILABLE_LICENSES that lists all licensesPeter Kjellerstedt2019-12-161-4/+23
* meson.bbclass: allow buildtype to be changedTrevor Woerner2019-12-161-1/+2
* buildstats: Replace 'is' with '==' in python condition check expressionKhem Raj2019-12-151-1/+1
* goarch: Remove target specific dependenciesKhem Raj2019-12-151-0/+6
* reproducible_build_simple: inherit podfixRoss Burton2019-12-151-0/+1
* podfix: class to remove Pod::Man versions from manpagesRoss Burton2019-12-151-0/+32
* sstate: Ensure mkdir happens before mktempRichard Purdie2019-12-111-3/+2
* sstate: Ensure target sstate directory exists if unihash changesRichard Purdie2019-12-111-2/+2
* sstate: Ensure SSTATE_PKG is reloaded when handling siginfoRichard Purdie2019-12-101-1/+2
* sstate: Stop overwriting SSTATE_PKGRichard Purdie2019-12-101-4/+4
* cve-check: Switch to NVD CVE JSON feed version 1.1Niko Mauno2019-12-091-1/+1
* meson.bbclass: Prevent meson from downloading wrapped projectsPeter Kjellerstedt2019-12-091-1/+2
* hosttools: no longer check for or provide host python 2 to buildsAlexander Kanavin2019-12-091-5/+0
* qemu-helper-native/systemtap-native: Ensure sysroots are populated with depen...Richard Purdie2019-12-062-0/+2
* base.bbclass: Add python3-native to native paths for hg fetcherKhem Raj2019-12-061-0/+1
* python3native: set PYTHON_EXECUTABLE for CMakeRoss Burton2019-12-041-0/+2
* image_types: add Zstandard conversion supportStefan Agner2019-12-041-2/+6
* insane: fix GitHub /archive/ testRoss Burton2019-11-291-3/+3
* multilib.bbclass: fix qa warning of kernel-devicetreeKai Kang2019-11-291-4/+5
* do_image_cpio: Improve reproducibilityErnst Sjöstrand2019-11-271-1/+1
* classes/cmake: Use relative RPATHsJoshua Watt2019-11-271-0/+3
* staging.bbclass: Fix wrong library paths in sysroot_stripJunling Zheng2019-11-271-2/+2
* package_ipk: Remove pointless comment to trigger rebuildRichard Purdie2019-11-221-1/+0
* sanity: Add check for tar older than 1.28Richard Purdie2019-11-221-1/+4
* cve-check: fetch CVE data once at a time instead of in a single callRoss Burton2019-11-211-10/+10
* cve-check: neaten get_cve_infoRoss Burton2019-11-211-13/+5
* cve-check: rewrite look to fix false negativesRoss Burton2019-11-211-29/+34