summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* sstatesig: Add descriptive error message to getpwuid/getgrgid "uid/gid not fo...Tomasz Dziendzielski2021-02-031-2/+4
* lib/oe/patch.py: Ignore scissors line on applying patchTomasz Dziendzielski2021-02-031-1/+1
* lib/oe/patch.py: Don't return command stderr from runcmd functionTomasz Dziendzielski2021-01-301-5/+9
* cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioningLee Chee Yang2021-01-301-19/+21
* lib/oe/package_manager: Do not pass stderr to package manager as an argumentTomasz Dziendzielski2021-01-271-2/+9
* lib/oe/package_manager: ensure repodata is wipedRoss Burton2021-01-231-0/+3
* cve-check: replace Looseversion with custom version classLee Chee Yang2021-01-231-0/+58
* deb: do not insert feed uris if apt not installedHongxu Jia2021-01-161-4/+9
* rootfs: add option to allow delayed postinsts on read-only rootfsAnton Kachalov2021-01-161-0/+3
* lib/oe/utils: Return empty string in parallel_makeTomasz Dziendzielski2021-01-161-1/+1
* rootfs_ipk: allow do_populate_sdk in parallel to do_rootfsMichael Ho2021-01-131-0/+6
* lib/oe/qa: handle the 'no specific instruction set' ELF e_machine valueRoss Burton2020-12-201-0/+1
* lib/oe/path: Add canonicalize()Peter Kjellerstedt2020-12-201-0/+21
* meta/lib/oe/reproducible.py: gitsm:// works just as fine as git:// for timest...Alexander Kanavin2020-12-091-1/+1
* package_manager/ipk: improve remove_packaging_dataRoss Burton2020-12-061-2/+2
* package_manager/ipk: neaten OPKGLIBDIR logicRoss Burton2020-12-031-6/+1
* uninative: Don't use single sstate for pseudo-nativeRichard Purdie2020-11-241-1/+1
* package management: Allow dynamic loading of PMFredrik Gustafsson2020-11-2415-93/+55
* meta: drop _PYTHON_SYSCONFIGDATA_NAME hacksAlexander Kanavin2020-11-161-4/+0
* sstatesig: Remove workaround for bitbake taskhash bugRichard Purdie2020-11-031-5/+0
* deb: export INTERCEPT_DIR for remove actionsRichard Leitner2020-10-311-0/+2
* 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