aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
AgeCommit message (Expand)Author
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
2016-10-03package.bbclass: Use bb.fatal() instead of raising FuncFailedUlf Magnusson
2016-09-14meta: cleanup d.getVar(var, 0)Robert Yang
2016-08-10package: correct subprocess.Popen.communicate() return valuesVladimir Zapolskiy
2016-08-10package.bbclass: warn about files under symlinked directoriesMarkus Lehtonen
2016-08-10package.bbclass: better handling of middle-path dir symlinksMarkus Lehtonen
2016-08-10package.bbclass: remove unneeded chmod() and chown()Robert Yang
2016-06-15classes/package: save/restore cwd in split_and_strip_filesRoss Burton
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie
2016-06-02classes/lib: Update to use python3 command pipeline decodingRichard Purdie
2016-06-01package.bbclass: fix strip and split logicStephano Cetola
2016-04-29package: ensure do_split_packages doesn't return duplicatesRoss Burton
2016-04-14package.bbclass: improve permission handlingDan McGregor
2016-04-13package.bbclass: handle links in sorted orderBill Randle
2016-04-05package: do_split_packages: expand variables in extra_dependsRoss Burton
2016-03-28conf/bitbake.conf package.bbclass: fix dbg package not contain sources while ...Hongxu Jia