Age | Commit message (Expand) | Author | Files |
2019-02-25 | package: Add pkg_postinst_ontarget to PACKAGEVARS | Richard Purdie | 1 |
2019-01-28 | package.bbclass: fix python unclosed file ResourceWarning | Chen Qi | 1 |
2018-09-12 | allarch: only enable allarch when multilib is not used | Kai Kang | 1 |
2018-09-04 | package.bbclass: warn if perms conf file does not exist | Chen Qi | 1 |
2018-08-28 | package.bbclass: only one hardlink of separated debug info file in each direc... | Hongxu Jia | 1 |
2018-08-23 | package.bbclass: use bb.utils.break_hardlinks helper | Rasmus Villemoes | 1 |
2018-08-23 | classes/package: Clean up getstatusoutput | Joshua Watt | 1 |
2018-08-15 | package.bbclass: improve -dbg and -src package ordering | Rasmus Villemoes | 1 |
2018-08-14 | package: Fix file copying to preserve sparse files | Richard Purdie | 1 |
2018-07-31 | package.bbclass: Fix hardlink preservation issue | Richard Purdie | 1 |
2018-07-30 | package.bbclass: append to FILERPROVIDES_*/FILERDEPENDS_* variables instead o... | Martin Jansa | 1 |
2018-07-26 | classes/package: fix variable name in comment | Paul Eggleton | 1 |
2018-07-25 | package: Use subprocess to be consistent with the rest of the class | Richard Purdie | 1 |
2018-07-24 | package/package_manager: multiprocess_exec -> multiprocess_launch | Richard Purdie | 1 |
2018-07-24 | package: Clean up getstatusoutput usage | Richard Purdie | 1 |
2018-07-24 | package: Call file to determine elf status in parallel | Richard Purdie | 1 |
2018-07-24 | package: Refactor to remove isElf/is_elf function duplication | Richard Purdie | 1 |
2018-07-24 | package: Allow parallel processing of shlib analysis | Richard Purdie | 1 |
2018-07-24 | package: Allow parallel processing of debug splitting | Richard Purdie | 1 |
2018-07-24 | package: Don't use subshell to execute file | Richard Purdie | 1 |
2018-07-24 | package: Drop subshell usage for dwarfsrcfile generation. | Richard Purdie | 1 |
2018-07-24 | package: Rework PACKAGELOCK based upon sstate for do_packagedata | Richard Purdie | 1 |
2018-07-24 | package.bbclass: exclude packages as shlib providers | Oleksii Konoplitskyi | 1 |
2018-04-23 | package.bbclass: Make staticlib problems non-fatal | Ola x Nilsson | 1 |
2018-04-23 | package: Fix PACKAGELOCK handling | Richard Purdie | 1 |
2018-04-20 | package.bbclass: Only try and process static lib debug symbols on targetos !=... | Richard Purdie | 1 |
2018-04-19 | package.bbclass: Include dbgsrc for static libs | Ola x Nilsson | 1 |
2018-04-18 | package.bbclass: Add '-b' option to file call in isELF | Mark Hatle | 1 |
2018-04-07 | classes: Use ${MACHINE_ARCH} instead of ${MACHINE} for stamp-extra-info task ... | Peter Kjellerstedt | 1 |
2018-03-28 | package.bbclass: use single quotes for path passed to file in isELF() | Andre McCurdy | 1 |
2018-03-12 | package.bbclass: run pre/post installation/removal scriptlets using sh -e | Alexander Kanavin | 1 |
2018-03-01 | package.bbclass: fetch PRIVATE_LIBS twice as we iterate twice | Ross Burton | 1 |
2018-02-16 | package.bbclass: fix typos | Randy MacLeod | 1 |
2018-02-14 | package: Add INHIBIT_PACKAGE_STRIP_FILES to allow files to remain unstripped | Richard Purdie | 1 |
2018-01-29 | package.bbclass: add support for pkg_postinst_ontarget() | Alexander Kanavin | 1 |
2017-12-21 | package.bbclass: replace rpm/debugedit with dwarfsrcfiles | Alexander Kanavin | 1 |
2017-09-18 | bitbake.conf: Add default FILESYSTEM_PERMS_TABLES | Mark Hatle | 1 |
2017-09-01 | package: Change PACKAGE_BBCLASS_VERSION | Richard Purdie | 1 |
2017-08-17 | package.bbclass: support persistent /var/log | Chen Qi | 1 |
2017-08-16 | package.bbclass: Restore functionality to detect RPM dependencies | Peter Kjellerstedt | 1 |
2017-07-30 | package/bbclass: sources are packaged separately from debug. | Juan M Cruz Alcaraz | 1 |
2017-06-12 | Revert "package.bbclass: Restore functionality to detect RPM dependencies" | Richard Purdie | 1 |
2017-06-12 | package.bbclass: Restore functionality to detect RPM dependencies | Peter Kjellerstedt | 1 |
2017-04-08 | package.bbclass: add CONFFILES to pkgdata | David Vincent | 1 |
2017-03-21 | package.bbclass: Add PRIVATE_LIBS to list of package specific variables | Peter Kjellerstedt | 1 |
2017-03-21 | meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME) | Joshua Lock | 1 |
2017-03-17 | package.bbclass: Add SKIP_FILEDEPS to list of package specific variables | Peter Kjellerstedt | 1 |
2017-03-14 | package: Fix various rpmdeps relocation issues | Richard Purdie | 1 |
2017-03-13 | package.bbclass: don't exclude package groups from runtime mapping | Alexander Kanavin | 1 |
2017-03-13 | package.bbclass: fix locations of debugedit and rpmdeps utilities | Alexander Kanavin | 1 |