| Commit message (Expand) | Author | Age | Files | Lines |
* | classes: Update classes to match new bitbake class scope functionality | Richard Purdie | 2022-08-12 | 1 | -45/+0 |
* | classes: Add SPDX license identifiers | Richard Purdie | 2022-08-12 | 1 | -0/+2 |
* | classes: Add copyright statements to files without one | Richard Purdie | 2022-08-12 | 1 | -0/+4 |
* | rootfs_rpm.bbclass: distutils -> sysconfig module | Tim Orling | 2022-01-12 | 1 | -1/+1 |
* | Convert to new override syntax | Richard Purdie | 2021-08-02 | 1 | -1/+1 |
* | roofs_*.bbclass: fix missing vardeps for do_rootfs | Loic Domaigne | 2020-11-17 | 1 | -1/+1 |
* | Space-comma Cleanups | Jon Mason | 2020-09-30 | 1 | -1/+1 |
* | rootfs_*: Also depend on do_package_qa | Tom Rini | 2018-10-09 | 1 | -1/+1 |
* | dnf: move the entire dnf/rpm4 stack to Python 3 | Alexander Kanavin | 2017-03-28 | 1 | -2/+2 |
* | run-postinsts: simplify the logic of whether to install it to images | Alexander Kanavin | 2017-03-14 | 1 | -1/+0 |
* | rootfs_rpm.bbclass: migrate image creation to dnf | Alexander Kanavin | 2017-03-14 | 1 | -11/+10 |
* | meta: remove True option to getVarFlag calls | Joshua Lock | 2016-12-16 | 1 | -1/+1 |
* | meta: remove True option to getVar calls | Joshua Lock | 2016-12-16 | 1 | -1/+1 |
* | Allow for simultaneous do_rootfs tasks with rpmuninative-1.3 | Stephano Cetola | 2016-08-12 | 1 | -5/+0 |
* | rootfs_rpm: Increase rootfs size | Saul Wold | 2016-06-20 | 1 | -2/+2 |
* | classes/lib: Add expand parameter to getVarFlag | Richard Purdie | 2016-02-04 | 1 | -1/+1 |
* | rootfs_*.bbclass: don't add BUILDNAME to do_rootfs vardepsexclude | Martin Jansa | 2015-11-24 | 1 | -1/+0 |
* | rootfs_*: Refactor common depends/lockfile task flags | Richard Purdie | 2014-08-15 | 1 | -20/+9 |
* | classes: Combine rootfs_<pkgtype> and populate_sdk_<pkgtype> | Richard Purdie | 2014-08-15 | 1 | -0/+16 |
* | Globally replace 'base_contains' calls with 'bb.utils.contains' | Otavio Salvador | 2014-04-25 | 1 | -1/+1 |
* | do_rootfs: Add PACKAGE_FEED_URIS as a vardep | David Nyström | 2014-03-07 | 1 | -0/+1 |
* | Cleanup rootfs_rpm,package_rpm bbclass files | Hongxu Jia | 2014-02-11 | 1 | -184/+0 |
* | rootfs_*.bbclass: List which post-install scripts can not be run | Jeffrey C Honig | 2013-11-22 | 1 | -2/+3 |
* | classes: Remove references to _remove in function names since this may become... | Richard Purdie | 2013-08-26 | 1 | -1/+1 |
* | classes/rootfs_rpm: implement BAD_RECOMMENDATIONS for RPM | Paul Eggleton | 2013-07-29 | 1 | -2/+1 |
* | rootfs_rpm.bbclass: switch to using run-postinsts | Laurentiu Palcu | 2013-06-11 | 1 | -1/+1 |
* | rootfs_*.bbclass: add some helper functions | Laurentiu Palcu | 2013-06-11 | 1 | -2/+25 |
* | rpm: split out run-postinsts | Zhenhua Luo | 2013-03-29 | 1 | -3/+1 |
* | classes/buildhistory: implement history collection for SDKs | Paul Eggleton | 2013-03-23 | 1 | -16/+0 |
* | rootfs_xxx.bbclass: fix bitbake -S hashes mismatch error | Robert Yang | 2013-03-12 | 1 | -1/+1 |
* | rootfs_rpm: move run-postinsts scripts to rpm recipe | Kang Kai | 2013-03-01 | 1 | -23/+0 |
* | rootfs_rpm.bbclass: Handle multilib configures with different OS values | Mark Hatle | 2013-02-22 | 1 | -10/+27 |
* | rootfs_rpm.bbclass: Reorder feed priority based on multilib image setting | Mark Hatle | 2013-02-22 | 1 | -2/+11 |
* | rootfs_(ipk|deb|rpm).bbclass: check package installation status after ROOTFS_... | Laurentiu Palcu | 2013-02-13 | 1 | -10/+10 |
* | rootfs_rpm: Escape the backtick to ensure the ls runs on the target | Saul Wold | 2013-01-30 | 1 | -1/+1 |
* | rootfs_rpm.bbclass: fix the unexpected postinst error | Chen Qi | 2013-01-22 | 1 | -1/+2 |
* | classes/rootfs_*: error out if postinstalls exist with read-only rootfs | Paul Eggleton | 2013-01-18 | 1 | -0/+9 |
* | rootfs_rpm.bbclass: export INSTALL_PLATFORM_EXTRA_RPM | Chen Qi | 2013-01-10 | 1 | -1/+1 |
* | rootfs_rpm.bbclass: remove debug code | Mark Hatle | 2012-12-19 | 1 | -3/+3 |
* | rootfs_*.bbclass: exclude BUILDNAME var dependency from do_rootfs | Martin Jansa | 2012-12-19 | 1 | -0/+1 |
* | package_rpm: Update the way the multilib package names are translated | Mark Hatle | 2012-12-17 | 1 | -24/+23 |
* | classes/rootfs_rpm: install smart instead of zypper in rpm-based images | Paul Eggleton | 2012-12-17 | 1 | -3/+3 |
* | classes/*_rpm: integrate Smart into RPM filesystem construction | Paul Eggleton | 2012-12-17 | 1 | -16/+18 |
* | rootfs_rpm.bbclass: Revert to default shell logging behavior | Mark Hatle | 2012-12-13 | 1 | -2/+0 |
* | rootfs_rpm.bbclass: fix a regression introduced by list_installed_packages ch... | Ming Liu | 2012-12-03 | 1 | -1/+1 |
* | rootfs_rpm.bbclass: normalize arch output of list_installed_packages | Ming Liu | 2012-12-03 | 1 | -1/+1 |
* | rootfs_rpm.bbclass: maybe no rpm postinst script | Robert Yang | 2012-10-24 | 1 | -1/+3 |
* | rootfs_rpm: Add Multilib prefix to installed_packages list | Saul Wold | 2012-09-19 | 1 | -5/+14 |
* | rpmresolve: improve debug output | Paul Eggleton | 2012-08-15 | 1 | -1/+1 |
* | createrepo 0.4.11: add rpm-createsolvedb.py | Robert Yang | 2012-08-01 | 1 | -1/+1 |