summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
Commit message (Expand)AuthorAgeFilesLines
* package.bbclass: fix python unclosed file ResourceWarningChen Qi2019-02-251-1/+2
* package: Rework PACKAGELOCK based upon sstate for do_packagedataRichard Purdie2019-02-251-14/+9
* 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
* package.bbclass: Add SHLIB detection support for mingw targetsNathan Rossi2017-03-041-0/+21
* bitbake.conf: replace USE_LDCONFIG with new "ldconfig" distro featureAndre McCurdy2017-03-041-4/+1
* Switch to Recipe Specific SysrootsRichard Purdie2017-01-231-1/+2
* classes/package*: Add support for PACKAGE_WRITE_DEPSRichard Purdie2017-01-201-0/+8
* meta/scripts: Various getVar/getVarFlag expansion parameter fixesRichard Purdie2017-01-091-2/+2
* package: don't count every hardlink for PKGSIZERoss Burton2016-12-171-1/+4
* meta: remove True option to getVarFlag callsJoshua Lock2016-12-161-2/+2
* meta: remove True option to getVar callsJoshua Lock2016-12-161-141/+141
* package.bbclass: Use bb.fatal() instead of raising FuncFailedUlf Magnusson2016-10-041-1/+1
* meta: cleanup d.getVar(var, 0)Robert Yang2016-09-141-1/+1
* package: correct subprocess.Popen.communicate() return valuesVladimir Zapolskiy2016-08-101-6/+6
* package.bbclass: warn about files under symlinked directoriesMarkus Lehtonen2016-08-101-0/+3
* package.bbclass: better handling of middle-path dir symlinksMarkus Lehtonen2016-08-101-4/+26
* package.bbclass: remove unneeded chmod() and chown()Robert Yang2016-08-101-3/+0
* classes/package: save/restore cwd in split_and_strip_filesRoss Burton2016-06-151-3/+4
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-021-2/+2
* classes/lib: Update to use python3 command pipeline decodingRichard Purdie2016-06-021-3/+3
* package.bbclass: fix strip and split logicStephano Cetola2016-06-011-1/+2
* package: ensure do_split_packages doesn't return duplicatesRoss Burton2016-04-291-3/+3
* package.bbclass: improve permission handlingDan McGregor2016-04-141-3/+8
* package.bbclass: handle links in sorted orderBill Randle2016-04-131-9/+10