summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
AgeCommit message (Expand)Author
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
2018-04-18package.bbclass: Add '-b' option to file call in isELFMark Hatle
2018-04-07classes: Use ${MACHINE_ARCH} instead of ${MACHINE} for stamp-extra-info task ...Peter Kjellerstedt
2018-03-28package.bbclass: use single quotes for path passed to file in isELF()Andre McCurdy
2018-03-12package.bbclass: run pre/post installation/removal scriptlets using sh -eAlexander Kanavin
2018-03-01package.bbclass: fetch PRIVATE_LIBS twice as we iterate twiceRoss Burton
2018-02-16package.bbclass: fix typosRandy MacLeod
2018-02-14package: Add INHIBIT_PACKAGE_STRIP_FILES to allow files to remain unstrippedRichard Purdie
2018-01-29package.bbclass: add support for pkg_postinst_ontarget()Alexander Kanavin
2017-12-21package.bbclass: replace rpm/debugedit with dwarfsrcfilesAlexander Kanavin
2017-09-18bitbake.conf: Add default FILESYSTEM_PERMS_TABLESMark Hatle
2017-09-01package: Change PACKAGE_BBCLASS_VERSIONRichard Purdie
2017-08-17package.bbclass: support persistent /var/logChen Qi
2017-08-16package.bbclass: Restore functionality to detect RPM dependenciesPeter Kjellerstedt
2017-07-30package/bbclass: sources are packaged separately from debug.Juan M Cruz Alcaraz
2017-06-12Revert "package.bbclass: Restore functionality to detect RPM dependencies"Richard Purdie
2017-06-12package.bbclass: Restore functionality to detect RPM dependenciesPeter Kjellerstedt
2017-04-08package.bbclass: add CONFFILES to pkgdataDavid Vincent
2017-03-21package.bbclass: Add PRIVATE_LIBS to list of package specific variablesPeter Kjellerstedt
2017-03-21meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME)Joshua Lock
2017-03-17package.bbclass: Add SKIP_FILEDEPS to list of package specific variablesPeter Kjellerstedt
2017-03-14package: Fix various rpmdeps relocation issuesRichard Purdie
2017-03-13package.bbclass: don't exclude package groups from runtime mappingAlexander Kanavin
2017-03-13package.bbclass: fix locations of debugedit and rpmdeps utilitiesAlexander Kanavin
2017-03-04package.bbclass: Add SHLIB detection support for mingw targetsNathan Rossi
2017-03-04bitbake.conf: replace USE_LDCONFIG with new "ldconfig" distro featureAndre McCurdy
2017-01-23Switch to Recipe Specific SysrootsRichard Purdie
2017-01-19classes/package*: Add support for PACKAGE_WRITE_DEPSRichard Purdie
2017-01-06meta/scripts: Various getVar/getVarFlag expansion parameter fixesRichard Purdie
2016-12-17package: don't count every hardlink for PKGSIZERoss Burton
2016-12-16meta: remove True option to getVarFlag callsJoshua Lock
2016-12-16meta: remove True option to getVar callsJoshua Lock