summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* sstatesig/populate_sdk_ext: Improve unihash cache handlingRichard Purdie2024-06-042-3/+40
* lib: package: Replace ":" in file namesJoshua Watt2024-06-031-0/+1
* lib: package: Add file_reverse_translateJoshua Watt2024-06-031-6/+19
* sstatesig: Drop BB_HASHSERVE_MAX_PARALLELJoshua Watt2024-05-311-1/+0
* package_manager: Share more common DEB / IPK codePhilip Lorenz2024-05-283-35/+15
* package_manager: Move OpkgDpkgPM into common modulePhilip Lorenz2024-05-283-144/+91
* ipk: Fix clean up of extracted IPK payloadPhilip Lorenz2024-05-281-4/+2
* base: Switch UNPACKDIR to a subdir of WORKDIRRichard Purdie2024-05-221-9/+10
* recipes: Start WORKDIR -> UNPACKDIR transitionRichard Purdie2024-05-211-1/+1
* lib/oe/package-manager: allow including self in create_packages_dirRoss Burton2024-05-151-3/+6
* lib/package_manager/ipk: Do not hardcode payload compression algorithmPhilip Lorenz2024-05-131-1/+7
* classes/lib/scripts: Initial WORKDIR -> UNPACKDIR updatesRichard Purdie2024-05-021-4/+4
* base/bitbake.conf: Introduce UNPACKDIRRichard Purdie2024-05-021-1/+1
* 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