summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/package.py
Commit message (Expand)AuthorAgeFilesLines
* lib/oe: Move vardepexclude entries alongside functionsRichard Purdie2025-06-161-0/+3
* package: export debugsources in PKGDESTWORK as jsonDaniel Turull2025-06-121-0/+46
* bitbake.conf: Switch prefix mapping to use -ffile-prefix-mapKhem Raj2025-04-231-1/+1
* lib/package/utils: Improve multiprocess_launch argument passingRichard Purdie2025-02-281-9/+2
* lib/oe/package: remove PACKAGE_SNAP_LIB_SYMLINKSRoss Burton2024-11-011-20/+5
* lib/package: Copy locale licenseJoshua Watt2024-10-251-0/+4
* lib/package: Check incompatible licenses at packaging timeJoshua Watt2024-10-251-3/+3
* package.py: Fix static library processingMark Hatle2024-07-221-9/+47
* package.py: Fix static debuginfo splitMark Hatle2024-07-211-0/+1
* package.py: Add Requires.private field in process_pkgconfigSreejith Ravi2024-06-271-1/+1
* lib: package: Replace ":" in file namesJoshua Watt2024-06-031-0/+1
* lib: package: Add file_reverse_translateJoshua Watt2024-06-031-6/+19
* oe/package: enhance objdump command call with llvmlixiaoyong2024-03-301-1/+1
* lib/oe/package: fix LOCALE_PATHS scan to create locale packagesJonathan GUILLOT2024-02-241-5/+9
* 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
* package.py: fix Darwin supportEtienne Cordonnier2024-01-151-3/+3
* gdb/systemd: enable minidebuginfo support conditionallyEtienne Cordonnier2023-12-061-1/+1
* bitbake.conf: Drop oldincludedirRichard Purdie2023-11-201-2/+1
* lib/oe/package: Refactor to make strip_execs callable without dAdrian Freihofer2023-09-121-3/+4
* package: always sort the conffilesJean-Marie Lemetayer2023-08-091-1/+1
* package: enable recursion on file globsRandolph Sapp2023-05-251-1/+1
* package: Use shlex instead of deprecated pipeOla x Nilsson2023-04-141-4/+3
* package: moving field data process before variable process in process_pkgconfigXiangyu Chen2023-03-261-6/+6
* package: Move package functions to function libraryRichard Purdie2023-01-051-3/+1405
* package: Move get_conffiles/files_from_filevars functions to libRichard Purdie2023-01-051-0/+77
* package: Move fixup_perms function to bb function libraryRichard Purdie2023-01-051-0/+242
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* package: Add support for kernel strippingSaul Wold2022-01-131-1/+8
* lib/oe/package: remove unneeded npm_split_package_dirs functionJean-Marie LEMETAYER2020-01-271-33/+0
* package: Improve determinismRichard Purdie2019-07-261-1/+1
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+4
* meta: Fix Deprecated warnings from regexsRichard Purdie2019-01-161-1/+1
* lib/oe/package.py: use bb.utils.break_hardlinks helperRasmus Villemoes2018-08-231-1/+1
* package: skip strip on signed kernel modulesfoocampo2018-08-091-4/+16
* package/package_manager: multiprocess_exec -> multiprocess_launchRichard Purdie2018-07-241-10/+3
* package: Call file to determine elf status in parallelRichard Purdie2018-07-241-6/+12
* package: Refactor to remove isElf/is_elf function duplicationRichard Purdie2018-07-241-30/+43
* package: Don't use subshell to execute fileRichard Purdie2018-07-241-6/+2
* package.py: use single quotes for path passed to file in is_elf()Andre McCurdy2018-04-201-2/+1
* package.bbclass: Add '-b' option to file call in isELFMark Hatle2018-04-181-1/+1
* lib/oe/package: Improve filedeprunner subprocess handlingRichard Purdie2017-09-021-8/+3
* package.py: strip_execs: Support for .ko modulesTobias Hagelborn2017-08-271-9/+14
* package.py: Fix some lint errorsTobias Hagelborn2017-08-271-10/+9
* package.bbclass: Restore functionality to detect RPM dependenciesPeter Kjellerstedt2017-08-181-18/+42
* package.py: Add function strip_execsTobias Hagelborn2017-06-281-0/+105
* Revert "package.bbclass: Restore functionality to detect RPM dependencies"Richard Purdie2017-06-131-27/+20
* package.bbclass: Restore functionality to detect RPM dependenciesPeter Kjellerstedt2017-06-121-20/+27
* package: Fix various rpmdeps relocation issuesRichard Purdie2017-03-141-2/+5
* lib/oe/package.py: remove @ from package nameAnders Darander2017-03-041-0/+1