summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
AgeCommit message (Expand)Author
2020-02-07package.bbclass: Support stripping and debug copy of static librariesmgh/pkg-stripMark Hatle
2020-02-07package.bbclass: Allow INHIBIT_PACKAGE_STRIP_FILES to skip .ko and static libsMark Hatle
2020-02-07package.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-19package: 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
2019-06-30Revert "pigz: Add debug for autobuilder errors"Richard Purdie
2019-06-30package: Build pkgdata specific to the current recipeRichard Purdie
2019-06-28pigz: Add debug for autobuilder errorsRichard Purdie
2019-06-28package.bbclass: fix directories setuid and setgid bitsJoël Esponde
2019-06-07package.bbclass: Clean up writing of runtime pkgdata filesPeter Kjellerstedt
2019-06-04classes/package: Sort ELF file listJoshua Watt
2019-03-06Add source package to ${PACKAGES}Joshua Watt
2019-02-17package: Rework debug source file handlingRichard Purdie
2019-01-25package: Add pkg_postinst_ontarget to PACKAGEVARSRichard Purdie
2019-01-14meta: Fix Deprecated warnings from regexsRichard Purdie
2019-01-14package.bbclass: Make package output files more deterministicJacob Kroon
2019-01-11package.bbclass: Do not hide cpio's errorRobert Yang
2019-01-11package.bbclass: Sort FILES_INFO by keyJacob Kroon
2019-01-03package.bbclass: fix python unclosed file ResourceWarningChen Qi
2018-09-12allarch: only enable allarch when multilib is not usedKai Kang
2018-09-04package.bbclass: warn if perms conf file does not existChen Qi
2018-08-28package.bbclass: only one hardlink of separated debug info file in each direc...Hongxu Jia
2018-08-23package.bbclass: use bb.utils.break_hardlinks helperRasmus Villemoes
2018-08-23classes/package: Clean up getstatusoutputJoshua Watt
2018-08-15package.bbclass: improve -dbg and -src package orderingRasmus Villemoes
2018-08-14package: Fix file copying to preserve sparse filesRichard Purdie
2018-07-31package.bbclass: Fix hardlink preservation issueRichard Purdie
2018-07-30package.bbclass: append to FILERPROVIDES_*/FILERDEPENDS_* variables instead o...Martin Jansa
2018-07-26classes/package: fix variable name in commentPaul Eggleton
2018-07-25package: Use subprocess to be consistent with the rest of the classRichard Purdie
2018-07-24package/package_manager: multiprocess_exec -> multiprocess_launchRichard Purdie
2018-07-24package: Clean up getstatusoutput usageRichard Purdie
2018-07-24package: Call file to determine elf status in parallelRichard Purdie
2018-07-24package: Refactor to remove isElf/is_elf function duplicationRichard Purdie
2018-07-24package: Allow parallel processing of shlib analysisRichard Purdie
2018-07-24package: Allow parallel processing of debug splittingRichard Purdie
2018-07-24package: Don't use subshell to execute fileRichard Purdie
2018-07-24package: Drop subshell usage for dwarfsrcfile generation.Richard Purdie
2018-07-24package: Rework PACKAGELOCK based upon sstate for do_packagedataRichard Purdie
2018-07-24package.bbclass: exclude packages as shlib providersOleksii Konoplitskyi
2018-04-23package.bbclass: Make staticlib problems non-fatalOla x Nilsson
2018-04-23package: Fix PACKAGELOCK handlingRichard Purdie
2018-04-20package.bbclass: Only try and process static lib debug symbols on targetos !=...Richard Purdie
2018-04-19package.bbclass: Include dbgsrc for static libsOla x Nilsson