summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
Commit message (Expand)AuthorAgeFilesLines
* package: Add pkg_postinst_ontarget to PACKAGEVARSRichard Purdie2019-02-251-1/+1
* package.bbclass: fix python unclosed file ResourceWarningChen Qi2019-02-061-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
* package: Call file to determine elf status in parallelRichard Purdie2018-07-241-35/+50
* package: Refactor to remove isElf/is_elf function duplicationRichard Purdie2018-07-241-36/+4
* package: Allow parallel processing of shlib analysisRichard Purdie2018-07-241-17/+30
* package: Allow parallel processing of debug splittingRichard Purdie2018-07-241-11/+13
* package: Don't use subshell to execute fileRichard Purdie2018-07-241-6/+2
* package: Drop subshell usage for dwarfsrcfile generation.Richard Purdie2018-07-241-2/+10
* package: Rework PACKAGELOCK based upon sstate for do_packagedataRichard Purdie2018-07-241-14/+9
* package.bbclass: exclude packages as shlib providersOleksii Konoplitskyi2018-07-241-2/+14
* package.bbclass: Make staticlib problems non-fatalOla x Nilsson2018-04-231-3/+6
* package: Fix PACKAGELOCK handlingRichard Purdie2018-04-231-5/+6
* package.bbclass: Only try and process static lib debug symbols on targetos !=...Richard Purdie2018-04-201-1/+2
* package.bbclass: Include dbgsrc for static libsOla x Nilsson2018-04-201-12/+32
* package.bbclass: Add '-b' option to file call in isELFMark Hatle2018-04-181-1/+1
* classes: Use ${MACHINE_ARCH} instead of ${MACHINE} for stamp-extra-info task ...Peter Kjellerstedt2018-04-101-1/+1
* package.bbclass: use single quotes for path passed to file in isELF()Andre McCurdy2018-03-281-1/+1
* package.bbclass: run pre/post installation/removal scriptlets using sh -eAlexander Kanavin2018-03-151-0/+12
* package.bbclass: fetch PRIVATE_LIBS twice as we iterate twiceRoss Burton2018-03-011-0/+3
* package.bbclass: fix typosRandy MacLeod2018-02-161-6/+6
* package: Add INHIBIT_PACKAGE_STRIP_FILES to allow files to remain unstrippedRichard Purdie2018-02-151-0/+4
* package.bbclass: add support for pkg_postinst_ontarget()Alexander Kanavin2018-01-301-0/+20
* package.bbclass: replace rpm/debugedit with dwarfsrcfilesAlexander Kanavin2018-01-021-6/+23
* bitbake.conf: Add default FILESYSTEM_PERMS_TABLESMark Hatle2017-09-181-3/+1
* package: Change PACKAGE_BBCLASS_VERSIONRichard Purdie2017-09-021-1/+1
* package.bbclass: support persistent /var/logChen Qi2017-08-181-1/+1
* package.bbclass: Restore functionality to detect RPM dependenciesPeter Kjellerstedt2017-08-181-3/+2
* package/bbclass: sources are packaged separately from debug.Juan M Cruz Alcaraz2017-07-301-3/+22
* Revert "package.bbclass: Restore functionality to detect RPM dependencies"Richard Purdie2017-06-131-2/+3
* package.bbclass: Restore functionality to detect RPM dependenciesPeter Kjellerstedt2017-06-121-3/+2
* package.bbclass: add CONFFILES to pkgdataDavid Vincent2017-04-101-0/+1
* package.bbclass: Add PRIVATE_LIBS to list of package specific variablesPeter Kjellerstedt2017-03-221-1/+1
* meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME)Joshua Lock2017-03-221-2/+2
* package.bbclass: Add SKIP_FILEDEPS to list of package specific variablesPeter Kjellerstedt2017-03-171-1/+1
* package: Fix various rpmdeps relocation issuesRichard Purdie2017-03-141-2/+3
* package.bbclass: don't exclude package groups from runtime mappingAlexander Kanavin2017-03-141-3/+0
* package.bbclass: fix locations of debugedit and rpmdeps utilitiesAlexander Kanavin2017-03-141-2/+2