summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* sstatesig: fix netrc.NetrcParseError exceptionJose Quaresma2024-04-041-1/+1
* oe/package: enhance objdump command call with llvmlixiaoyong2024-03-301-1/+1
* bblayers/makesetup.py: Move git utility functions to oe.buildcfg moduleJermain Horsman2024-03-301-0/+29
* sstatesig: Warn on bad .netrcJoshua Watt2024-03-261-0/+2
* sstatesig: Set hash server credentials from bitbake variablesJoshua Watt2024-03-231-0/+11
* lib/oe/package: fix LOCALE_PATHS scan to create locale packagesJonathan GUILLOT2024-02-241-5/+9
* lib/oe/patch: Use git notes to store the filenames for the patchesPeter Kjellerstedt2024-02-191-39/+70
* lib/oe/patch: Add GitApplyTree.commitIgnored()Peter Kjellerstedt2024-02-191-0/+10
* lib/oe/patch: Make extractPatches() not extract ignored commitsPeter Kjellerstedt2024-02-191-8/+8
* sstatesig: Implement new siggen APIJoshua Watt2024-02-191-2/+3
* lib/oe/package: add LOCALE_PATHS to add define all locations for localesJonathan GUILLOT2024-02-141-10/+14
* lib/oe/package: replace in place PN-locale-* packages in PACKAGESJonathan GUILLOT2024-02-141-3/+7
* ipk: Remove temporary package lists during SDK creationPhilip Lorenz2024-02-131-0/+4
* package_manager: ipk: add OPKG_MAKE_INDEX_EXTRA_PARAMS variableMartin Jansa2024-02-081-2/+3
* cve_check: cleanup loggingRoss Burton2024-01-231-7/+6
* cve_check: handle CVE_STATUS being set to the empty stringRoss Burton2024-01-231-2/+2
* reproducible: Fix race with externalsrc/devtool over lockfileRichard Purdie2024-01-191-0/+3
* rootfs-postcommands: Try and improve ordering constraintsRichard Purdie2024-01-181-0/+12
* rootfs: Fix MULTILIB_RE_ALLOW to be inherit order independentRichard Purdie2024-01-181-1/+1
* package.py: fix Darwin supportEtienne Cordonnier2024-01-151-3/+3
* rootfs.py: check depmodwrapper execution resultYang Xu2024-01-101-1/+2
* lib/sstatesig/find_siginfo: raise an error instead of returning None when obt...Alexander Kanavin2024-01-051-4/+1
* sstatesig: Add version information for find_sigingfoRichard Purdie2024-01-051-0/+1
* sstatesig/find_siginfo: unify a disjointed APIAlexander Kanavin2024-01-052-19/+14
* lib/prservice: Improve lock handling robustnessRichard Purdie2023-12-241-3/+1
* lib/packagedata.py: Add API to iterate over rprovidesJoshua Watt2023-12-241-0/+15
* lib/packagedata.py: Fix broken symlinks for providers with a '/'Joshua Watt2023-12-231-2/+2
* lib/oe/path.py: Add relsymlink()Joshua Watt2023-12-231-0/+3
* ipk: Switch to using zstd compressionJoshua Watt2023-12-231-2/+2
* sstatesig/find_siginfo: special-case gcc-source when looking in sstate cachesAlexander Kanavin2023-12-091-0/+3
* lib/oe/recipeutils: Avoid wrapping any SRC_URI[sha*sum] variablesPeter Kjellerstedt2023-12-081-1/+1
* gdb/systemd: enable minidebuginfo support conditionallyEtienne Cordonnier2023-12-061-1/+1
* recipeutils: bbappend_recipe: allow to patch the recipe itselfJulien Stephan2023-12-061-10/+25
* recipeutils: bbappend_recipe: remove old srcuri entry if parameters are diffe...Julien Stephan2023-12-061-0/+8
* recipeutils: bbappend_recipe: add a way to specify the name of the file to addJulien Stephan2023-12-061-1/+6
* recipeutils: bbappend_recipe: fix docstringJulien Stephan2023-12-061-3/+5
* recipeutils: bbappend_recipe: fix undefined variableJulien Stephan2023-12-061-0/+1
* lib/oe/patch: handle creating patches for CRLF sourcesYoann Congal2023-12-061-1/+1
* devtool: add support for git submodulesJulien Stephan2023-12-012-41/+50
* lib/oe/recipeutils.py: remove trailing white-spacesJulien Stephan2023-11-301-1/+1
* lib/oe/patch: ensure os.chdir restoring always happensRoss Burton2023-11-221-3/+4
* bitbake.conf: Drop oldincludedirRichard Purdie2023-11-201-2/+1
* sstate: Ensure sstate searches update file mtimeRichard Purdie2023-11-081-0/+12
* lib/oe/path: Deploy files can start only with a dotVyacheslav Yurkov2023-11-051-1/+2
* lib/oe/buildcfg.py: Remove unused parameterJermain Horsman2023-11-051-5/+5
* lib/oe/buildcfg.py: Include missing importJermain Horsman2023-11-051-0/+1
* meta/lib/oe/copy_buildsystem.py: do not derefence symlinksAlexander Kanavin2023-11-051-1/+1
* cve-check: don't warn if a patch is remoteRoss Burton2023-11-031-5/+6
* lib/oe/sstatesig.py: dump locked.sigs.inc only when explicitly asked via -S l...Alexander Kanavin2023-10-271-3/+4
* cve-check: slightly more verbose warning when adding the same package twiceRoss Burton2023-10-261-1/+1