summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
AgeCommit message (Expand)Author
2024-02-27sstatesig: Allow exclusion of the root directory for do_packageRichard Purdie
2023-11-17cve-check: don't warn if a patch is remoteRoss Burton
2023-11-17cve-check: slightly more verbose warning when adding the same package twiceRoss Burton
2023-10-27patch.py: Use shlex instead of deprecated pipeSteve Sakoman
2023-07-12lib/terminal.py: Add urxvt terminalPavel Zhukov
2023-04-14cve-check: Fix false negative version issueGeoffrey GIRY
2023-04-01classes/package: Use gzip for extended package dataJoshua Watt
2023-04-01classes/package: Add extended packaged dataJoshua Watt
2023-04-01classes/create-spdx: BackportJoshua Watt
2023-02-13lib/oe/reproducible: Use git log without gpg signatureBenoît Mauduit
2022-09-03cve-check: Don't use f-stringsErnst Sjöstrand
2022-08-18cve_check: skip remote patches that haven't been fetched when searching for C...Ross Burton
2022-07-16classes/cve-check: Move get_patches_cves to libraryJoshua Watt
2022-07-15IMAGE_LOCALES_ARCHIVE: add option to prevent locale archive creationJate Sujjavanich
2022-06-22rootfs.py: close kernel_abi_ver_fileMartin Jansa
2022-06-11cve-check: move update_symlinks to a libraryMarta Rybczynska
2022-05-03cve-check: add json formatMarta Rybczynska
2022-01-11lib/oe/reproducible: correctly set .git location when recursively looking for...Alexander Kanavin
2021-11-03oe/utils: log exceptions in ThreadedWorker functionsRoss Burton
2021-11-03oe/license: implement ast.NodeVisitor.visit_ConstantRoss Burton
2021-06-03lib/oe/gpg_sign.py: Fix gpg verificationDaniel McGregor
2021-05-20meta/lib/oe/rootfs.py: Fix typo "Restoreing" -> "Restoring"Robert P. J. Day
2021-05-13lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for interceptsSteve Sakoman
2021-05-13rootfs.py: find .ko.gz and .ko.xz kernel modules as wellChristophe Chapuis
2021-04-30lib/oe/terminal: Fix tmux new-session on older tmux versions (<1.9)Peter Budny
2021-04-06populate_sdk_ext: Avoid copying and producing .pyc filesMark Hatle
2021-03-28cve-check: CVE_VERSION_SUFFIX to work with patched releaseLee Chee Yang
2021-03-28Revert "sstatesig.py: show an error instead of warning when sstate manifest i...Steve Sakoman
2021-03-10reproducible: Improve SOURCE_DATE_EPOCH_FALLBACK handlingRichard Purdie
2021-03-10sstatesig.py: show an error instead of warning when sstate manifest isn't foundMartin Jansa
2021-03-04oe/recipeutils: Fix copying patches when BBLAYERS entries are not normalisedAndrei Gherzan
2021-02-18meta: drop _PYTHON_SYSCONFIGDATA_NAME hacksAlexander Kanavin
2021-02-10sstatesig: Add descriptive error message to getpwuid/getgrgid "uid/gid not fo...Tomasz Dziendzielski
2021-02-10lib/oe/patch.py: Ignore scissors line on applying patchTomasz Dziendzielski
2021-02-10cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioningLee Chee Yang
2021-02-10cve-check: replace Looseversion with custom version classLee Chee Yang
2021-02-03lib/oe/path: Add canonicalize()Peter Kjellerstedt
2021-02-03uninative: Don't use single sstate for pseudo-nativeRichard Purdie
2021-02-03base/bitbake.conf: Enable pseudo path filteringRichard Purdie
2021-01-21lib/oe/utils: Return empty string in parallel_makeTomasz Dziendzielski
2021-01-09lib/oe/qa: handle the 'no specific instruction set' ELF e_machine valueRoss Burton
2020-12-18meta/lib/oe/reproducible.py: gitsm:// works just as fine as git:// for timest...Alexander Kanavin
2020-11-22lib/oe/reproducible.py: Fix git HEAD checkJoshua Watt
2020-11-22lib/oe/reproducible: Fix error when no git HEADJoshua Watt
2020-11-22classes/reproducible: Move to library codeJoshua Watt
2020-11-12sstatesig: Log timestamps for hashequiv in reprodubile builds for do_packageRichard Purdie
2020-11-12Revert "lib/oe/patch: fix handling of patches with no header"Martin Jansa
2020-11-12lib/oe/patch: GitApplyTree: save 1 echo in commit-msg hookMartin Jansa
2020-11-12lib/oe/patch: prevent applying patches without any subjectMartin Jansa
2020-07-22lib/oe/recipeutils.py: add AUTHOR; BBCLASSEXTENDTim Orling