summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* scripts/buildhistory_analysis: Avoid tracebacks from file comparision codeRichard Purdie2020-10-301-2/+4
* deb: replace deprecated apt force-yes argumentRichard Leitner2020-10-301-1/+1
* sstatesig: Log timestamps for hashequiv in reprodubile builds for do_packageRichard Purdie2020-10-301-0/+6
* lib/oe/rootfs: introduce IMAGE_LOG_CHECK_EXCLUDESKonrad Weihmann2020-10-201-0/+2
* IMAGE_LOCALES_ARCHIVE: add option to prevent locale archive creationMichael Thalmeier2020-10-131-6/+7
* base/bitbake.conf: Enable pseudo path filteringRichard Purdie2020-10-071-0/+2
* utils: respect scheduler affinity in cpu_count()Ross Burton2020-09-301-2/+1
* lib/oe/recipeutils.py: add support for BBFILES_DYNAMICNaveen Saini2020-08-271-0/+17
* lib/package_manager: Fix missing importsRichard Purdie2020-08-019-7/+15
* lib/oe/reproducible.py: Fix git HEAD check3.2_M2Joshua Watt2020-07-291-2/+2
* Revert "lib/oe/log_colorizer.py: add LogColorizerProxyProgressHandler"Richard Purdie2020-07-291-86/+0
* lib/oe/log_colorizer.py: add LogColorizerProxyProgressHandlerChris Laplante2020-07-291-0/+86
* deb: Move package manager to its own dirFredrik Gustafsson2020-07-276-489/+492
* ipk: Move package manager to its own dirFredrik Gustafsson2020-07-276-434/+506
* rpm: Move package manager to its own dirFredrik Gustafsson2020-07-276-400/+405
* deb: Move sdk to its own dirFredrik Gustafsson2020-07-272-86/+96
* ipk: Move sdk to its own dirFredrik Gustafsson2020-07-272-86/+97
* rpm: Move sdk to its own dirFredrik Gustafsson2020-07-272-105/+115
* deb: Move rootfs to its own dirFredrik Gustafsson2020-07-272-199/+211
* ipk: Move rootfs to its own dirFredrik Gustafsson2020-07-272-267/+388
* rpm: Move rootfs to its own dirFredrik Gustafsson2020-07-272-140/+150
* deb: Move deb manifest to its own subdirFredrik Gustafsson2020-07-274-20/+31
* ipk: Move ipk manifest to its own subdirFredrik Gustafsson2020-07-274-71/+78
* rpm: Move manifest to its own subdirFredrik Gustafsson2020-07-274-52/+61
* package_manager: Move to package_manager/__init__.pyFredrik Gustafsson2020-07-271-0/+0
* patch.py: Change to more strictly fuzz detectionNaoto Yamaguchi2020-07-271-1/+1
* lib/oe/reproducible: Fix error when no git HEADJoshua Watt2020-07-221-8/+17
* classes/reproducible: Move to library codeJoshua Watt2020-07-221-0/+95
* lib/oe/recipeutils.py: add AUTHOR; BBCLASSEXTENDTim Orling2020-07-121-1/+1
* rootfs: do not let ldconfig to create symlinksDamian Wrobel2020-07-031-2/+2
* sstatesig: Account for all dataCaches being passedJoshua Watt2020-06-151-37/+42
* buildhistory: Add simplistic file move detectionRichard Purdie2020-06-151-3/+62
* glibc: move ld.so.conf back to main packageRasmus Villemoes2020-06-091-1/+1
* apt: update to 1.8.2.1Alexander Kanavin2020-06-041-1/+1
* Revert "lib/oe/patch: fix handling of patches with no header"Martin Jansa2020-06-041-6/+2
* lib/oe/patch: GitApplyTree: save 1 echo in commit-msg hookMartin Jansa2020-06-041-2/+1
* lib/oe/patch: prevent applying patches without any subjectMartin Jansa2020-06-041-1/+1
* lib/classextend: Drop unneeded commentRichard Purdie2020-05-301-1/+0
* terminal.py: do not stop searching for autoJoe Slater2020-05-271-1/+4
* multilib/recipes: Use new RecipePostKeyExpansion eventRichard Purdie2020-05-271-3/+32
* lib/oe/recipeutils.py: passthrough of FETCHCMDKonrad Weihmann2020-05-191-0/+12
* lib/oe/package_manager: update default rpm config %_prefer_colorChangqing Li2020-05-091-2/+0
* image/packagegroup: Remove PACKAGE_GROUP_*, long since deprecatedRichard Purdie2020-04-291-7/+1
* 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