summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
AgeCommit message (Expand)Author
2022-08-12classes: Update classes to match new bitbake class scope functionalityRichard Purdie
2022-08-12classes: Add SPDX license identifiersRichard Purdie
2022-08-12classes: Add copyright statements to files without oneRichard Purdie
2022-07-16package.bbclass: Fix kernel source handling when not using externalsrcAlejandro Hernandez Samaniego
2022-07-15package.bbclass: Avoid stripping signed kernel modules in splitdebuginfoChristoph Lauer
2022-07-04package.bbclass: Fix base directory for debugsource files when using externalsrcAlejandro Hernandez Samaniego
2022-05-08package: Ensure we track whether PRSERV was active or notRichard Purdie
2022-04-21package.bbclass: Prevent perform_packagecopy from removing /sysroot-onlyRuss Dill
2022-03-15package.bbclass: Remove an unnecessary path from do_package[dirs]Peter Kjellerstedt
2022-02-25package: rename LICENSE_EXCLUSIONSaul Wold
2022-02-05package: Pass dv (debug_vars) around instead of individual varsPeter Kjellerstedt
2022-02-05package: Make package_debug_vars() return a dictPeter Kjellerstedt
2022-02-05package: Split out package_debug_vars from split_and_strip_filesPeter Kjellerstedt
2022-01-13package: Add support for kernel strippingSaul Wold
2021-12-12package: Only snap libraries if they would be processed by ldconfig OS-12840Mike Crowe
2021-11-15package: Add sanity check for allarch packagegroupsRichard Purdie
2021-10-17lib/oe/qa,insane: Move extra error handling functions to libraryMike Crowe
2021-10-02package: Ensure pclist files are deterministic and don't use full pathsRichard Purdie
2021-09-16package: Fix pkgdata determinism issuesRichard Purdie
2021-09-03classes/package: Add extended packaged dataJoshua Watt
2021-08-23prservice: remove connection cachingScott Murray
2021-08-17package: Fix overrides converion issue with PKGSIZERichard Purdie
2021-08-17package/scripts: Fix FILES_INFO handlingRichard Purdie
2021-08-13package.bbclass: FILER* override syntaxTim Orling
2021-08-02meta: Manual override fixesRichard Purdie
2021-08-02Convert to new override syntaxRichard Purdie
2021-05-06classes/lib/scripts: Use bb.utils.rename() instead of os.rename()Devendra Tewari
2021-02-26package/package_rpm: Disable font_provides configuration for reproducibiltyRichard Purdie
2021-02-03package: Ensure do_packagedata is cleaned correctlyRichard Purdie
2021-01-16staging: Introduce /sysroot-only to SYSROOT_DIRSDiego Sueiro
2020-11-24fs-perms: Ensure /usr/src/debug/ file modes are correctRichard Purdie
2020-09-03package.bbclass: hash equivalency and pr serviceMark Hatle
2020-08-28package.bbclass: explode the RPROVIDES so we don't think the versions are pro...Ross Burton
2020-08-20package.bbclass: Sort shlib2 output for hash equivalencyMark Hatle
2020-07-22classes/package: Use HOST_OS for runtime dependenciesJoshua Watt
2020-05-25package.bbclass: add PACKAGE_ADD_METADATA to sstate variablesMichael Ho
2020-04-26package: get_package_mapping: avoid dependency mapping if renamed package pro...Yann Dirson
2020-04-26package.bbclass: inject "minidebuginfo" into packaged binariesDan Callaghan
2020-02-23package: Correct variable dependeciesRichard Purdie
2020-02-08package.bbclass: Support stripping and debug copy of static librariesMark Hatle
2020-02-08package.bbclass: Allow INHIBIT_PACKAGE_STRIP_FILES to skip .ko and static libsMark Hatle
2020-02-08package.bbclass: Fix debug source processing for static librariesMark Hatle
2019-12-16package.bbclass: Report only the licenses that are incompatiblePeter Kjellerstedt
2019-11-11package.bbclass: Always include ldconfig fragmentAndreas Oberritter
2019-10-23package.bbclass: Use with to manage file handle lifetimesOla x Nilsson
2019-09-27package: Multiple shlib_providers for the same file should errorJonathan Marler
2019-09-06package.bbclass: allow shell-style wildcards in PRIVATE_LIBSAlexander Kanavin
2019-08-21package: Fix race between do_package and do_packagedataRichard Purdie
2019-07-26package: Improve determinismRichard Purdie
2019-07-11package: check PKG_ variables before executing ontarget postinstBruce Ashfield