summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* oe/utils: by default cap cpu_count() to 64 coresRoss Burton2021-11-251-2/+2
* oe/utils: allow naming threads in ThreadedPoolRoss Burton2021-11-251-6/+5
* overlayfs: all overlays unitVyacheslav Yurkov2021-10-301-0/+5
* spdx.py: Add annotation to relationshipSaul Wold2021-10-281-1/+5
* oe/utils: log exceptions in ThreadedWorker functionsRoss Burton2021-10-181-1/+2
* lib/oe/qa,insane: Move extra error handling functions to libraryMike Crowe2021-10-171-0/+34
* reproducible: Drop BUILD_REPRODUCIBLE_BINARIES variableRichard Purdie2021-10-161-1/+1
* reproducible: Merge code into base.bbclassRichard Purdie2021-10-161-0/+51
* reproducible: Move class function code into libraryRichard Purdie2021-10-161-0/+33
* sstate: Allow validation of sstate singatures against list of keysDaniel McGregor2021-10-141-5/+22
* oe/license: implement ast.NodeVisitor.visit_ConstantRoss Burton2021-10-141-0/+6
* buildhistory: Fix package output files for SDKsAndres Beltran2021-10-141-1/+1
* packagedata.py: silence a DeprecationWarningMingli Yu2021-10-131-1/+1
* sstatesig: Only apply group/other permissions to pseudo filesRichard Purdie2021-10-081-13/+14
* sstatesig: Add processing for full build paths in sysroot filesRichard Purdie2021-10-041-3/+36
* sstatesig: Revert "Test cross/native hashserv method extension"Richard Purdie2021-10-021-8/+0
* lib/oe/spdx.py: Add commentsJoshua Watt2021-09-281-0/+57
* spdx.py: Add SPDXAnnotation ObjectSaul Wold2021-09-281-0/+7
* meta: correct collections vs collections.abc deprecationAlexander Kanavin2021-09-191-6/+1
* sstatesig: Allow exclusion of the root directory for do_packageRichard Purdie2021-09-161-1/+4
* systemd: '${systemd_unitdir}/system' => '${systemd_system_unitdir}'Robert P. J. Day2021-09-071-1/+1
* classes/create-spdx: Fix up license reportingJoshua Watt2021-09-031-0/+8
* classes/create-spdx: Add runtime dependency mappingJoshua Watt2021-09-031-2/+3
* classes/create-spdx: Add SHA1 to index fileJoshua Watt2021-09-031-3/+13
* classes/create-spdx: Add classJoshua Watt2021-09-032-0/+326
* classes/package: Add extended packaged dataJoshua Watt2021-09-031-0/+12
* buildhistory: Label packages providing per-file dependencies in depends.dotAndres Beltran2021-09-011-2/+30
* prservice: remove connection cachingScott Murray2021-08-231-13/+12
* lib/oe/elf: Add Android OS to machine_dictHsia-Jun Li2021-08-221-0/+8
* lib/packagedata: Fix for new overridesJoshua Watt2021-08-131-3/+3
* classes/cve-check: Move get_patches_cves to libraryJoshua Watt2021-08-131-0/+83
* lib/oe: add generic functions for overlayfsVyacheslav Yurkov2021-08-121-0/+43
* meta: Manual override fixesRichard Purdie2021-08-023-11/+11
* Convert to new override syntaxRichard Purdie2021-08-025-12/+12
* rootfs: remove ldconfig auxiliary cache where appropriateDamian Wrobel2021-07-281-0/+10
* lib/oe/package_manager: Don't ignore installation failures in install_complem...Fabio Berton2021-06-291-5/+3
* classes/buildhistory: Add option to strip path prefixJoshua Watt2021-06-031-2/+13
* package_manager/rpm: decode systemctl failuresArmin Kuster2021-06-011-0/+3
* sstatesig.py: make it fatal error when sstate manifest isn't foundMartin Jansa2021-05-211-1/+1
* lib/oe/gpg_sign.py: Fix gpg verificationDaniel McGregor2021-05-211-1/+1
* meta/lib/oe/rootfs.py: Fix typo "Restoreing" -> "Restoring"Robert P. J. Day2021-05-131-1/+1
* lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for interceptsRichard Purdie2021-05-061-1/+1
* classes/lib/scripts: Use bb.utils.rename() instead of os.rename()Devendra Tewari2021-05-063-7/+7
* rootfs.py: find .ko.gz and .ko.xz kernel modules as wellChristophe Chapuis2021-05-021-1/+1
* prservice: Use new connect APIPaul Barker2021-05-011-1/+1
* deb: apply postinstall on sdkhongxu2021-04-181-0/+4
* lib/oe/terminal: Fix tmux new-session on older tmux versions (<1.9)Peter Budny2021-04-181-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