summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
Commit message (Expand)AuthorAgeFilesLines
* classes/package: Use gzip for extended package dataJoshua Watt2023-04-011-4/+3
* classes/package: Add extended packaged dataJoshua Watt2023-04-011-3/+37
* package: Ensure pclist files are deterministic and don't use full pathsRichard Purdie2021-10-231-3/+3
* package/package_rpm: Disable font_provides configuration for reproducibiltyRichard Purdie2021-03-101-1/+1
* package: Ensure do_packagedata is cleaned correctlyRichard Purdie2021-02-101-0/+1
* package.bbclass: hash equivalency and pr serviceMark Hatle2021-02-101-8/+50
* fs-perms: Ensure /usr/src/debug/ file modes are correctRichard Purdie2020-12-091-1/+1
* package: get_package_mapping: avoid dependency mapping if renamed package pro...Yann Dirson2020-09-101-3/+13
* package.bbclass: explode the RPROVIDES so we don't think the versions are pro...Ross Burton2020-09-101-1/+1
* package.bbclass: Sort shlib2 output for hash equivalencyMark Hatle2020-09-021-1/+1
* classes/package: Use HOST_OS for runtime dependenciesJoshua Watt2020-07-311-5/+5
* package: Correct variable dependeciesRichard Purdie2020-02-231-2/+4
* package.bbclass: Support stripping and debug copy of static librariesMark Hatle2020-02-081-3/+64
* package.bbclass: Allow INHIBIT_PACKAGE_STRIP_FILES to skip .ko and static libsMark Hatle2020-02-081-6/+7
* package.bbclass: Fix debug source processing for static librariesMark Hatle2020-02-081-1/+1
* package.bbclass: Report only the licenses that are incompatiblePeter Kjellerstedt2019-12-161-2/+3
* package.bbclass: Always include ldconfig fragmentAndreas Oberritter2019-11-111-3/+1
* package.bbclass: Use with to manage file handle lifetimesOla x Nilsson2019-10-231-42/+34
* package: Multiple shlib_providers for the same file should errorJonathan Marler2019-09-271-10/+11
* package.bbclass: allow shell-style wildcards in PRIVATE_LIBSAlexander Kanavin2019-09-061-2/+4
* package: Fix race between do_package and do_packagedataRichard Purdie2019-08-211-3/+7
* package: Improve determinismRichard Purdie2019-07-261-1/+1
* package: check PKG_ variables before executing ontarget postinstBruce Ashfield2019-07-111-1/+5
* Revert "pigz: Add debug for autobuilder errors"Richard Purdie2019-06-301-1/+1
* package: Build pkgdata specific to the current recipeRichard Purdie2019-06-301-13/+3
* pigz: Add debug for autobuilder errorsRichard Purdie2019-06-301-1/+1
* package.bbclass: fix directories setuid and setgid bitsJoël Esponde2019-06-281-1/+2
* package.bbclass: Clean up writing of runtime pkgdata filesPeter Kjellerstedt2019-06-071-38/+18
* classes/package: Sort ELF file listJoshua Watt2019-06-041-0/+6
* Add source package to ${PACKAGES}Joshua Watt2019-03-061-13/+15
* package: Rework debug source file handlingRichard Purdie2019-02-171-23/+27
* package: Add pkg_postinst_ontarget to PACKAGEVARSRichard Purdie2019-01-261-1/+1
* meta: Fix Deprecated warnings from regexsRichard Purdie2019-01-161-11/+11
* package.bbclass: Make package output files more deterministicJacob Kroon2019-01-141-6/+6
* package.bbclass: Do not hide cpio's errorRobert Yang2019-01-111-1/+2
* package.bbclass: Sort FILES_INFO by keyJacob Kroon2019-01-111-1/+1
* package.bbclass: fix python unclosed file ResourceWarningChen Qi2019-01-031-1/+2
* allarch: only enable allarch when multilib is not usedKai Kang2018-09-131-3/+6
* package.bbclass: warn if perms conf file does not existChen Qi2018-09-041-1/+5
* package.bbclass: only one hardlink of separated debug info file in each direc...Hongxu Jia2018-08-281-4/+7
* package.bbclass: use bb.utils.break_hardlinks helperRasmus Villemoes2018-08-231-1/+1
* classes/package: Clean up getstatusoutputJoshua Watt2018-08-231-8/+3
* package.bbclass: improve -dbg and -src package orderingRasmus Villemoes2018-08-151-7/+8
* package: Fix file copying to preserve sparse filesRichard Purdie2018-08-141-1/+1
* package.bbclass: Fix hardlink preservation issueRichard Purdie2018-07-311-1/+1
* package.bbclass: append to FILERPROVIDES_*/FILERDEPENDS_* variables instead o...Martin Jansa2018-07-301-2/+2
* classes/package: fix variable name in commentPaul Eggleton2018-07-261-1/+1
* package: Use subprocess to be consistent with the rest of the classRichard Purdie2018-07-251-4/+4
* package/package_manager: multiprocess_exec -> multiprocess_launchRichard Purdie2018-07-241-2/+2
* package: Clean up getstatusoutput usageRichard Purdie2018-07-241-13/+11