| Commit message (Expand) | Author | Age | Files | Lines |
* | package-index.bb: add support for deb and rpm. | Dexuan Cui | 2011-05-20 | 1 | -0/+3 |
* | package_rpm: use target vendor information | Adrian Alonso | 2011-05-10 | 1 | -1/+2 |
* | package_rpm: Ensure we take the sstate shared lockfile in the place we write ... | Richard Purdie | 2011-03-29 | 1 | -6/+3 |
* | package_rpm: Fix rootfs generation | Mark Hatle | 2011-03-10 | 1 | -1/+7 |
* | rootfs_rpm: Fix rootfs generation using RPM packages | Mark Hatle | 2011-03-01 | 1 | -6/+9 |
* | package_rpm: Fix solverdb generation | Mark Hatle | 2011-02-16 | 1 | -13/+19 |
* | rpm: Add the ability to use the platform file during install | Mark Hatle | 2011-02-16 | 1 | -5/+10 |
* | rootfs_rpm/package_rpm.bbclass: Move func from rootfs_rpm to package_rpm | Lianhao Lu | 2011-02-01 | 1 | -10/+220 |
* | image/package_xx/rootfs_xx.bbclass: move rootfs_xx_log_check(). | Lianhao Lu | 2011-01-31 | 1 | -0/+20 |
* | package_rpm: Fix package-split summary | Mark Hatle | 2011-01-30 | 1 | -1/+1 |
* | rpm: Uprev to RPM 5.4.0 | Mark Hatle | 2011-01-28 | 1 | -2/+3 |
* | classes: Only enable fakeroot on setscene tasks with packaging | Richard Purdie | 2010-10-22 | 1 | -1/+1 |
* | pseudo/fakeroot: Move the pseudo directory creation into bitbake | Richard Purdie | 2010-10-22 | 1 | -0/+1 |
* | package_rpm: Don't check for the existence of dvar as its never used | Richard Purdie | 2010-10-22 | 1 | -6/+1 |
* | Add Summary/Description support to packaging | Mark Hatle | 2010-10-11 | 1 | -6/+10 |
* | package_rpm: Disable nativesdk/canadian package indexes for now as these are ... | Richard Purdie | 2010-10-11 | 1 | -2/+3 |
* | Revert "classes: Disable setscene tasks for initial testing" | Richard Purdie | 2010-10-05 | 1 | -1/+1 |
* | rpm: Fix autoconf/libtool usage | Mark Hatle | 2010-09-03 | 1 | -2/+2 |
* | roots_rpm: Enable installation of recommended packages | Mark Hatle | 2010-09-03 | 1 | -4/+8 |
* | package_rpm: Start packaging directories | Mark Hatle | 2010-09-03 | 1 | -2/+3 |
* | package_rpm: Enable debian style tags | Mark Hatle | 2010-09-02 | 1 | -50/+57 |
* | rootfs_rpm: Optimize rpm database processing | Mark Hatle | 2010-09-02 | 1 | -0/+4 |
* | package_rpm: Enable per file dependencies | Mark Hatle | 2010-09-02 | 1 | -18/+63 |
* | meta/classes: Fix whitespace mismatch and broken functions | Richard Purdie | 2010-08-31 | 1 | -4/+4 |
* | package_rpm: Temporary workaround for perfile dependencies | Mark Hatle | 2010-08-23 | 1 | -0/+18 |
* | rootfs_rpm: Enable multi dep solverdbs | Mark Hatle | 2010-08-23 | 1 | -0/+51 |
* | package_rpm: Rewrite the way the spec files are generated | Mark Hatle | 2010-08-23 | 1 | -169/+377 |
* | classes: Disable setscene tasks for initial testing | Richard Purdie | 2010-08-19 | 1 | -1/+1 |
* | package_*.bbclass: Always run these tasks under fakeroot | Richard Purdie | 2010-08-19 | 1 | -0/+1 |
* | package_(deb|rpm): Update to use packaged-staging2 | Joshua Lock | 2010-08-19 | 1 | -7/+15 |
* | rpm: switch to using RPM 5 | Joshua Lock | 2010-07-24 | 1 | -14/+11 |
* | Use pseudo rather than fakeroot for fake root privileges | Joshua Lock | 2010-07-16 | 1 | -1/+1 |
* | package_*.bbclass: Only set pkg in overrides. These are the only values we're... | Richard Purdie | 2010-07-07 | 1 | -5/+1 |
* | Revert "classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when ... | Richard Purdie | 2010-07-07 | 1 | -1/+1 |
* | classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when packaging | Joshua Lock | 2010-07-01 | 1 | -1/+1 |
* | bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p... | Richard Purdie | 2009-11-13 | 1 | -2/+2 |
* | classes: Remove and sanitise import statements | Richard Purdie | 2009-11-13 | 1 | -7/+1 |
* | package_rpm.bbclass: Don't use the system wide RPM macros. | Rob Bradford | 2008-10-28 | 1 | -1/+1 |
* | package_rpm.bbclass: save value of RPMBUILDPATH as it is needed for packaging | Marcin Juszkiewicz | 2008-10-03 | 1 | -0/+1 |
* | package_rpm.bbclass: Fix dependency rebuilding bug | Richard Purdie | 2008-10-02 | 1 | -1/+1 |
* | package_rpm.bbclass: Fix package version fixing for PKG renamed packages | Richard Purdie | 2008-10-02 | 1 | -4/+17 |
* | package_rpm.bbclass: Improve handling of '-' characters in Requires and Recom... | Richard Purdie | 2008-10-02 | 1 | -17/+18 |
* | classes: Split rpm feeds by PACKAGE_ARCH | Richard Purdie | 2008-10-02 | 1 | -2/+2 |
* | package_rpm.bbclass: Add support for postinst and preinst scripts | Richard Purdie | 2008-09-03 | 1 | -3/+8 |
* | package_rpm.bbclass: Fix problems with package version with '-' in the versio... | Richard Purdie | 2008-09-03 | 1 | -6/+26 |
* | package_rpm.bbclass: files needs to start from / | Marcin Juszkiewicz | 2008-08-28 | 1 | -0/+2 |
* | package_rpm.bbclass: Stop autogenerated dependencies for now, its not functio... | Richard Purdie | 2008-08-26 | 1 | -0/+2 |
* | package_rpm.bbclass: Fix empty package handling, handle package dependency re... | Richard Purdie | 2008-08-25 | 1 | -4/+8 |
* | package_rpm.bbclass: Update against recent packaging changes and start to imp... | Richard Purdie | 2008-08-18 | 1 | -23/+59 |
* | package_{ipk|deb|tar|rpm): append depend-tasks instead of overwriting | Marcin Juszkiewicz | 2007-11-28 | 1 | -1/+4 |