summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/package.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* meta: remove True option to getVar callsJoshua Lock2016-12-161-1/+1
* package_manager: remove strings and migrate to direct arraysStephano Cetola2016-12-081-6/+7
* oe/lib/package: handle shlibs files disappearingRoss Burton2016-07-201-1/+6
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-1/+1
* classes/lib: Update to use python3 command pipeline decodingRichard Purdie2016-06-021-2/+2
* recipetool: create: fix picking up false npm package directoriesPaul Eggleton2016-05-061-1/+1
* npm.bbclass: Stop packagenames containing underscores from being generatedBrendan Le Foll2016-04-141-1/+1
* recipetool: create: split npm module dependencies into packagesPaul Eggleton2016-03-091-0/+32
* split_and_strip_files: regroup hardlinks to make build deterministicEd Bartosh2015-04-291-2/+1
* lib/oe/package: Improve strip subprocess handlingRichard Purdie2015-04-291-4/+4
* meta/lib/oe/package.py: fix files ownership in packagesFabrice Coulon2015-03-201-1/+1
* lib/oe/package: Ensure strip breaks hardlinksRichard Purdie2015-01-231-1/+2