| Commit message (Expand) | Author | Age | Files | Lines |
* | Update python dependencies to be simply to "python" | Mark Hatle | 2011-09-21 | 1 | -0/+6 |
* | image/package.bbclass: Revise multilib support for DEBIAN_NAME. | Lianhao Lu | 2011-09-16 | 1 | -1/+1 |
* | package.bbclass: fix spurious 'installed but not shipped' warning | Tom Zanussi | 2011-09-16 | 1 | -1/+4 |
* | package.bbclass: Ensure task's variable dependencies are correctly caputred i... | Richard Purdie | 2011-08-31 | 1 | -0/+14 |
* | package.bbclass: Fix recrdeptask of image type recipes | Dongxiao Xu | 2011-08-26 | 1 | -1/+1 |
* | package(_ipk).bbclass: opkg using ALL_MULTILIB_PACKAGE_ARCHS | Lianhao Lu | 2011-08-16 | 1 | -11/+2 |
* | package: allow setting a section for locale packages | Chris Larson | 2011-08-12 | 1 | -0/+5 |
* | package: include SECTION in the pkgdata | Chris Larson | 2011-08-12 | 1 | -0/+1 |
* | do_split_packages: revise for multilib case | Yu Ke | 2011-07-27 | 1 | -0/+14 |
* | multilib: Add support for compiling recipes against multiple ABIs | Richard Purdie | 2011-07-27 | 1 | -0/+11 |
* | package.bbclass: fixup_perms - change symlink processing | Mark Hatle | 2011-07-27 | 1 | -5/+5 |
* | package.bbclass: Make unshipped packages message more readable | Richard Purdie | 2011-07-05 | 1 | -1/+1 |
* | classes/package.bbclass: Add fixup_perms | Mark Hatle | 2011-06-30 | 1 | -10/+243 |
* | package.bbclass: PACKAGELOCK is a shared lock file so inform sstate as such | Richard Purdie | 2011-06-09 | 1 | -1/+1 |
* | package.bbclass,prserv.bbclass: Compare USE_PR_SERV with "1" or "0" | Khem Raj | 2011-05-29 | 1 | -1/+1 |
* | classes/package(prserv).bbclass: Get PRAUTO and use PKGV/PKGR. | Lianhao Lu | 2011-05-27 | 1 | -15/+36 |
* | Move packagedata code into oe.packagedata (sync from OE) | Chris Larson | 2011-05-20 | 1 | -1/+3 |
* | backport USE_LDCONFIG and PACKAGE_SNAP_LIB_SYMLINKS from oe master | Phil Blundell | 2011-05-17 | 1 | -7/+27 |
* | package.bbclass: convert unpackaged file message from 'info' to 'warn' so tha... | Koen Kooi | 2011-05-08 | 1 | -2/+2 |
* | package.bbclass: Fix missing debug src files | Mark Hatle | 2011-03-16 | 1 | -1/+1 |
* | package.bbclass: Change the debug directory to avoid conflicts | Mark Hatle | 2011-03-10 | 1 | -2/+8 |
* | package.bbclass: Rewrite package_do_filedeps() to reduce the amount of subpro... | Richard Purdie | 2011-03-01 | 1 | -33/+44 |
* | package.bbclass: Fix debug sources directory creation to reference the target... | Richard Purdie | 2011-03-01 | 1 | -1/+1 |
* | package.bbclass: Refactor split and strip function | Mark Hatle | 2011-03-01 | 1 | -98/+144 |
* | Revise stripping and splitting of debug information | Mark Hatle | 2011-03-01 | 1 | -26/+205 |
* | package.bbclass: Ensure dependency version information is preserved | Richard Purdie | 2011-03-01 | 1 | -15/+17 |
* | package.bbclass: Use hard link for package split instead of copy | Dongxiao Xu | 2011-03-01 | 1 | -12/+3 |
* | package.bbclass: Unbreak per file dependencies and blacklist doc packages | Richard Purdie | 2011-03-01 | 1 | -1/+1 |
* | package.bbclass: Breakout the strip from the populate_packages | Mark Hatle | 2011-02-12 | 1 | -22/+36 |
* | package.bbclass: Only set recrdeptask for do_build if packaging is enabled fo... | Richard Purdie | 2011-02-10 | 1 | -1/+4 |
* | package.bbclass: Preserve hard links! | Mark Hatle | 2011-02-09 | 1 | -1/+17 |
* | package.bbclass: Optimise file dependency calculations to ignore locales and ... | Richard Purdie | 2011-02-03 | 1 | -1/+1 |
* | bitbake.conf & package.bbclass: Use default SUMMARY and DESCRIPTION | Mark Hatle | 2011-02-03 | 1 | -1/+4 |
* | package.bbclass: Ensure SUMMARY is written to pkgdata as well as DESCRIPTION | Richard Purdie | 2011-02-02 | 1 | -0/+1 |
* | package.bbclass: add nodeprrecs flag to RRECOMMENDS_pkgname | Paul Eggleton | 2011-02-01 | 1 | -0/+2 |
* | package.bbclass: Disable EXPORT_FUNCTIONS for do_package | Richard Purdie | 2011-01-31 | 1 | -3/+1 |
* | rpm: Uprev to RPM 5.4.0 | Mark Hatle | 2011-01-28 | 1 | -1/+1 |
* | bitbake: machine specific sysroots implementation | Dongxiao Xu | 2011-01-25 | 1 | -0/+1 |
* | package.bbclass: Take a shared lock when reading to improve do_package parall... | Richard Purdie | 2011-01-19 | 1 | -1/+4 |
* | package.bbclass: make sure 'sysroots' created before lockfile | Kevin Tian | 2010-11-07 | 1 | -0/+1 |
* | meta/classes: Mark do_package_write and do_build as noexec tasks | Richard Purdie | 2010-11-06 | 1 | -0/+1 |
* | classes: Only enable fakeroot on setscene tasks with packaging | Richard Purdie | 2010-10-22 | 1 | -2/+0 |
* | pseudo/fakeroot: Move the pseudo directory creation into bitbake | Richard Purdie | 2010-10-22 | 1 | -0/+2 |
* | Revert "classes: Disable setscene tasks for initial testing" | Richard Purdie | 2010-10-05 | 1 | -1/+1 |
* | package.bbclass: Ensure all packages package when running a build | Richard Purdie | 2010-09-08 | 1 | -0/+1 |
* | rpm: Fix autoconf/libtool usage | Mark Hatle | 2010-09-03 | 1 | -1/+1 |
* | package_rpm: Enable per file dependencies | Mark Hatle | 2010-09-02 | 1 | -0/+2 |
* | 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 |
* | package.bbclass: Fix do_shlibs | Mark Hatle | 2010-08-23 | 1 | -4/+5 |