summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/gpg_sign.py: Fix gpg verificationDaniel McGregor2021-05-301-1/+1
* meta/lib/oe/rootfs.py: Fix typo "Restoreing" -> "Restoring"Robert P. J. Day2021-05-221-1/+1
* lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for interceptsRichard Purdie2021-05-111-1/+1
* rootfs.py: find .ko.gz and .ko.xz kernel modules as wellChristophe Chapuis2021-05-111-1/+1
* deb: apply postinstall on sdkhongxu2021-04-301-0/+4
* lib/oe/terminal: Fix tmux new-session on older tmux versions (<1.9)Peter Budny2021-04-301-3/+13
* populate_sdk_ext: Avoid copying and producing .pyc filesMark Hatle2021-03-281-3/+3
* rootfs.py: uninstall the run-postinsts package if not neededAwais Belal2021-03-281-5/+3
* lib/oe/utils: add directory size functionRoss Burton2021-03-281-0/+31
* cve-check: CVE_VERSION_SUFFIX to work with patched releaseLee Chee Yang2021-03-201-1/+6
* sstatesig.py: show an error instead of warning when sstate manifest isn't foundMartin Jansa2021-02-261-1/+1
* reproducible: Improve SOURCE_DATE_EPOCH_FALLBACK handlingRichard Purdie2021-02-241-2/+6
* licenses: Fix canonical license for 'or-later' handlingRichard Purdie2021-02-211-8/+1
* oe/recipeutils: Fix copying patches when BBLAYERS entries are not normalisedAndrei Gherzan2021-02-191-1/+1
* package_manager/deb: Fix image generation with package removalRichard Purdie2021-02-161-0/+4
* Fix up bitbake logging compatibilityRichard Purdie2021-02-101-2/+2
* 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