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