summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* oe/recipeutils: Fix copying patches when BBLAYERS entries are not normalisedAndrei Gherzan2021-03-041-1/+1
* meta: drop _PYTHON_SYSCONFIGDATA_NAME hacksAlexander Kanavin2021-02-181-4/+0
* sstatesig: Add descriptive error message to getpwuid/getgrgid "uid/gid not fo...Tomasz Dziendzielski2021-02-101-2/+4
* lib/oe/patch.py: Ignore scissors line on applying patchTomasz Dziendzielski2021-02-101-1/+1
* cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioningLee Chee Yang2021-02-101-19/+21
* cve-check: replace Looseversion with custom version classLee Chee Yang2021-02-101-0/+58
* lib/oe/path: Add canonicalize()Peter Kjellerstedt2021-02-031-0/+21
* uninative: Don't use single sstate for pseudo-nativeRichard Purdie2021-02-031-1/+1
* base/bitbake.conf: Enable pseudo path filteringRichard Purdie2021-02-031-0/+2
* lib/oe/utils: Return empty string in parallel_makeTomasz Dziendzielski2021-01-211-1/+1
* lib/oe/qa: handle the 'no specific instruction set' ELF e_machine valueRoss Burton2021-01-091-0/+1
* meta/lib/oe/reproducible.py: gitsm:// works just as fine as git:// for timest...Alexander Kanavin2020-12-181-1/+1
* lib/oe/reproducible.py: Fix git HEAD checkJoshua Watt2020-11-221-2/+2
* lib/oe/reproducible: Fix error when no git HEADJoshua Watt2020-11-221-8/+17
* classes/reproducible: Move to library codeJoshua Watt2020-11-221-0/+95
* sstatesig: Log timestamps for hashequiv in reprodubile builds for do_packageRichard Purdie2020-11-121-0/+6
* Revert "lib/oe/patch: fix handling of patches with no header"Martin Jansa2020-11-121-6/+2
* lib/oe/patch: GitApplyTree: save 1 echo in commit-msg hookMartin Jansa2020-11-121-2/+1
* lib/oe/patch: prevent applying patches without any subjectMartin Jansa2020-11-121-1/+1
* lib/oe/recipeutils.py: add AUTHOR; BBCLASSEXTENDTim Orling2020-07-221-1/+1
* terminal.py: do not stop searching for autoJoe Slater2020-06-051-1/+4
* prservice.py: fix do_package with newer Python in Ubuntu 20.04Martin Jansa2020-04-051-0/+4
* lib/oe/package_manager: don't try to rm /var/lib/opkgJan Luebbe2020-04-021-2/+1
* lib/oe/package_manager: avoid installing provided packages via aptJan Luebbe2020-04-021-2/+12
* lib/oe/package_manager: collect provided package names when using debsJan Luebbe2020-04-021-2/+8
* lib/oe/package_manager: fix handling of last packageJan Luebbe2020-04-021-7/+1
* lib/oe/package_manager: make sure to not remove packages in apt installJan Luebbe2020-04-021-1/+1
* lib/oe/utils.py: add get_host_compiler_version()Tim Orling2020-04-011-0/+31
* prservice.py: Use "with" to control file handle lifetimePeter Kjellerstedt2020-03-311-33/+32
* utils: fix gcc 10 version detectionCharles-Antoine Couret2020-03-291-1/+1
* oe/recipeutils: Drop obsolete GITDIR referenceRichard Purdie2020-03-291-1/+0
* lib/oe/utils: allow to set a lower bound on returned cpu_count()André Draszik2020-03-061-2/+3
* abi_version/sstatesig: Introduce HASHEQUIV_HASH_VERSIONRichard Purdie2020-02-281-0/+3
* microblaze: Adjust Linux items from microblazeeb to microblazeMark Hatle2020-02-061-3/+0
* lib/oe/path: try hardlinking instead of guessing when it might failHenning Schild2020-02-041-6/+18
* cmake: prefer CMAKE_BUILD_PARALLEL_LEVELDaniel McGregor2020-02-041-4/+7
* lib/oe/package: remove unneeded npm_split_package_dirs functionJean-Marie LEMETAYER2020-01-271-33/+0
* lib/oe/package_manager: Improve locale-archive reproducibilityAlex Kiernan2020-01-221-1/+1
* machine_dict: Add i686 to the ELF machine dictionaryAlejandro Enedino Hernandez Samaniego2020-01-191-0/+1
* classes, conf, lib: Add support for powerpc64leKhem Raj2020-01-192-0/+3
* sstatesig: Improve debug output if getpwuid() failsRichard Purdie2020-01-161-2/+6
* lib/oe/package_manager.py: put the sdk_provides_dummy_target upfrontAlexander Kanavin2020-01-101-0/+2
* sstatesig: Avoid resetting taskhash within siggen for locked sigsRichard Purdie2020-01-031-1/+5
* sstatesig: Fix locked signature handling with unihashesRichard Purdie2020-01-031-2/+10
* sstatesig: Test cross/native hashserv method extensionRichard Purdie2020-01-021-0/+9
* chrpath: Cleanup and fix previous patchRoss Burton2019-12-291-1/+3
* recipeutils: set SRCPV for devupstream variantAlexander Kanavin2019-12-281-0/+2
* rootfs: don't use oe.cachedpathRoss Burton2019-12-281-3/+2
* sstatesig: Further optimiseRichard Purdie2019-12-161-3/+2
* sstatesig: Optimise get_taskhash for hashequivRichard Purdie2019-12-151-2/+11