| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rootfs_rpm: Support install_all_locales | Mark Hatle | 2010-09-03 | 1 | -30/+33 |
* | roots_rpm: Enable installation of recommended packages | Mark Hatle | 2010-09-03 | 2 | -32/+104 |
* | 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 | 2 | -1/+5 |
* | package_rpm: Enable per file dependencies | Mark Hatle | 2010-09-02 | 2 | -18/+65 |
* | libc-package.bbclass: merge glibc & eglibc class files | Nitin A Kamble | 2010-09-02 | 1 | -73/+143 |
* | distro_check: fix for natives, cross, and initial recipe types | Saul Wold | 2010-09-02 | 1 | -4/+33 |
* | DistroData: add eventhandler to correctly setup log file | Saul Wold | 2010-09-02 | 1 | -8/+24 |
* | cmake.bbclass: sync from openembedded | Qing He | 2010-08-31 | 1 | -48/+51 |
* | toolchain-scripts.bbclass: inherit siteinfo | Kevin Tian | 2010-08-31 | 1 | -0/+2 |
* | sstate: fix dir name in manifest | Kevin Tian | 2010-08-31 | 1 | -4/+7 |
* | sstate: make do_cleanup really working | Kevin Tian | 2010-08-31 | 1 | -1/+2 |
* | meta/classes: Fix whitespace mismatch and broken functions | Richard Purdie | 2010-08-31 | 4 | -20/+19 |
* | qmake2.bbclass: update for QT4 | Yu Ke | 2010-08-27 | 1 | -5/+8 |
* | cmake.bbclass: sync from openembedded | Qing He | 2010-08-27 | 1 | -7/+84 |
* | base.bbclass: Add xz-native as depends when finding *.xz in SRCURI | Zhai Edwin | 2010-08-27 | 1 | -0/+7 |
* | test: Add scenario file for each target and support single case running | Jiajun Xu | 2010-08-27 | 1 | -27/+32 |
* | sstate/utility-tasks: Ensure do_clean functions correctly and removes shared ... | Richard Purdie | 2010-08-27 | 2 | -4/+10 |
* | sstate: Run sstate_cleanall() as part of do_setscene() | Richard Purdie | 2010-08-27 | 1 | -0/+2 |
* | opkg: finalize the change to var directory | Kevin Tian | 2010-08-26 | 3 | -15/+21 |
* | sstate: fix architecture of sstate archives | Joshua Lock | 2010-08-25 | 1 | -3/+3 |
* | 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 | 2 | -61/+93 |
* | package_rpm: Rewrite the way the spec files are generated | Mark Hatle | 2010-08-23 | 1 | -169/+377 |
* | package.bbclass: Fix per-file dependency generation | Mark Hatle | 2010-08-23 | 1 | -4/+9 |
* | package.bbclass: Fix shlibs race | Richard Purdie | 2010-08-23 | 1 | -2/+2 |
* | insane.bbclass: Update to match the packaging classes when handling OVERRIDES | Richard Purdie | 2010-08-23 | 1 | -5/+1 |
* | package.bbclass: Fix do_shlibs | Mark Hatle | 2010-08-23 | 1 | -4/+5 |
* | devshell.bbclass: export the FAKEROOTENV so it can be accessed within the dev... | Richard Purdie | 2010-08-23 | 1 | -0/+1 |
* | package.bbclass: If files are unreadable, add read access for stripping | Richard Purdie | 2010-08-22 | 1 | -2/+2 |
* | package.bbclass: Add perfile dependency identification | Mark Hatle | 2010-08-20 | 1 | -5/+77 |
* | base.bbclass: Initial work to add GPLv2 Only Build with Whitelist for GPLv3 N... | Saul Wold | 2010-08-20 | 1 | -1/+13 |
* | Rename packaged-staging2 -> sstate and remove the old empty class | Richard Purdie | 2010-08-19 | 2 | -2/+0 |
* | Revert "base.bbclass: Temporarily disable fakeroot for install/package until ... | Richard Purdie | 2010-08-19 | 1 | -4/+1 |
* | classes: Disable setscene tasks for initial testing | Richard Purdie | 2010-08-19 | 6 | -6/+6 |
* | sanity.bbclass: Don't run the handler in worker context | Richard Purdie | 2010-08-19 | 1 | -1/+1 |
* | package_*.bbclass: Always run these tasks under fakeroot | Richard Purdie | 2010-08-19 | 4 | -0/+4 |
* | Remove packaged-staging.bbclass | Richard Purdie | 2010-08-19 | 2 | -474/+0 |
* | deploy.bbclass: use new style staging for deploy tasks | Joshua Lock | 2010-08-19 | 2 | -12/+18 |
* | package.bbclass: Implement packaged-staging2 | Richard Purdie | 2010-08-19 | 1 | -40/+31 |
* | staging.bbclass: Convert to packaged-staging | Richard Purdie | 2010-08-19 | 1 | -5/+10 |
* | package_(deb|rpm): Update to use packaged-staging2 | Joshua Lock | 2010-08-19 | 2 | -10/+30 |
* | package_ipk.bbclass: Convert to new task based staging | Richard Purdie | 2010-08-19 | 1 | -2/+15 |
* | Start sstate | Richard Purdie | 2010-08-19 | 1 | -0/+297 |
* | autotools.bbclass: Drop a number of legacy functions that shouldn't be (and a... | Richard Purdie | 2010-08-19 | 1 | -33/+1 |
* | native.bbclass: Ensure EXTRA_NATIVE_PKGCONFIG_PATH has a default value | Richard Purdie | 2010-08-18 | 1 | -0/+1 |
* | DistroData: Cleanup Version numbers and add DistroData Parser | Saul Wold | 2010-08-17 | 1 | -0/+158 |
* | update-rc.d.bbclass: adjust order on tweaking postinst | Kevin Tian | 2010-08-17 | 1 | -5/+10 |
* | kernel.bbclass: Fix adding module dependencies to RDEPENDS | Joshua Lock | 2010-08-17 | 1 | -0/+3 |