| Commit message (Expand) | Author | Age | Files | Lines |
* | qmake: Turn native package into a cross package since it touches target staging | Richard Purdie | 2007-12-12 | 1 | -1/+1 |
* | Import files from OE to build WebKit (patch to link icu required) | Chris Lord | 2007-12-06 | 2 | -0/+108 |
* | kernel.bbclass: added task which check size of kernel image | Marcin Juszkiewicz | 2007-12-06 | 1 | -0/+14 |
* | icecc.bbclass: Sync from OE | Richard Purdie | 2007-12-01 | 1 | -7/+10 |
* | cross.bbclass: Set TOOLCHAIN_OPTIONS to an empty value instead of duplicating... | Richard Purdie | 2007-12-01 | 1 | -12/+1 |
* | cpan-base.bbclass: Update the perl depenedencies: (from OE) | Marcin Juszkiewicz | 2007-11-30 | 1 | -2/+2 |
* | siteinfo.bbclass: Add darwin entry | Richard Purdie | 2007-11-30 | 1 | -0/+1 |
* | base.bbclass: Fix populate_staging whitespace | Richard Purdie | 2007-11-30 | 1 | -1/+1 |
* | package_{ipk|deb|tar|rpm): append depend-tasks instead of overwriting | Marcin Juszkiewicz | 2007-11-28 | 4 | -4/+16 |
* | package.bbclass: Remove debug code | Richard Purdie | 2007-11-27 | 1 | -1/+0 |
* | base.bbclass: Fix PKGDATA to work properly with multimachine | Richard Purdie | 2007-11-25 | 1 | -6/+13 |
* | package_ipk.bbclass: Make sure packages which alter PACKAGE_ARCH end up in th... | Richard Purdie | 2007-11-25 | 1 | -5/+2 |
* | base.bbclass: Add buildall task | Richard Purdie | 2007-11-25 | 1 | -0/+7 |
* | package.bbclass: Remove PKGMAPS functionality and supersede with pkgdata. Rem... | Richard Purdie | 2007-11-24 | 2 | -44/+5 |
* | package_{ipk|deb}.bbclass: Remove hardcoded install path reference | Richard Purdie | 2007-11-24 | 2 | -4/+6 |
* | classes: Use internal bitbake functions and fix packaging unlocking on error ... | Richard Purdie | 2007-11-24 | 3 | -96/+18 |
* | image.bbclass: Add ldconfig-native dependency, run ldconfig at image generati... | Richard Purdie | 2007-11-23 | 1 | -2/+6 |
* | cross.bbclass: Explicitly set the compiler in the same way as native.bbclass,... | Richard Purdie | 2007-11-23 | 1 | -0/+13 |
* | insane.bbclass: use bb.error when reporting desktop file problems | Ross Burton | 2007-11-14 | 1 | -1/+4 |
* | insane.bbclass: validate desktop files | Ross Burton | 2007-11-14 | 1 | -2/+13 |
* | base.bbclass: Fix regexp | Richard Purdie | 2007-11-14 | 1 | -1/+1 |
* | base.bbclass: Improve .la file conversion from installed=yes to installed=no | Richard Purdie | 2007-11-13 | 1 | -1/+4 |
* | sdk.bbclass: Set directory structure correctly after staging layout changes | Richard Purdie | 2007-11-12 | 1 | -2/+26 |
* | pkgconfig: Switch to using sysroot simplifying pkgconfig files. Requires a fu... | Richard Purdie | 2007-11-12 | 2 | -19/+3 |
* | Rearrange staging to match target system layout. This is a major change and w... | Richard Purdie | 2007-11-12 | 1 | -27/+21 |
* | pkgconfig.bbclass: Fix hardcoded staging layout references | Richard Purdie | 2007-11-12 | 1 | -2/+2 |
* | rootfs_deb.bbclass: Make sure alternatives path exists | Richard Purdie | 2007-11-12 | 1 | -0/+2 |
* | package_deb.bbclass: Fix hardcoded apt.conf path, add depends on run-postinst... | Richard Purdie | 2007-11-12 | 1 | -6/+6 |
* | Remove hardcoded staging layout assumptions | Richard Purdie | 2007-11-12 | 8 | -18/+18 |
* | rootfs_deb: Fix hardcoded etc references, add missing mkdir | Richard Purdie | 2007-11-05 | 1 | -8/+9 |
* | base.bbclass: Fix hardcoded staging references | Richard Purdie | 2007-10-29 | 1 | -2/+2 |
* | base.bbclass: Add note from OE | Richard Purdie | 2007-10-29 | 1 | -0/+1 |
* | base.bbclass: Clean up staging references | Richard Purdie | 2007-10-29 | 1 | -4/+4 |
* | autotools.bbclass: Reference STAGING_DATADIR | Richard Purdie | 2007-10-29 | 1 | -3/+3 |
* | sdk.bbclass: package more debug files (from OE) | Marcin Juszkiewicz | 2007-10-25 | 1 | -1/+2 |
* | openmoko2.bbclass: sync SVNREV with OE | Marcin Juszkiewicz | 2007-10-25 | 1 | -2/+2 |
* | package.bbclass: Make populate_packages copy files, not move them during do_p... | Richard Purdie | 2007-10-23 | 1 | -3/+82 |
* | siteinfo.bbclass: add mips support from OE | Marcin Juszkiewicz | 2007-10-19 | 1 | -0/+2 |
* | insane.bbclass: fix x86_64 arch name (from OE) | Marcin Juszkiewicz | 2007-10-19 | 1 | -1/+1 |
* | base.bbclass: add checksums.ini generator | Marcin Juszkiewicz | 2007-10-17 | 1 | -6/+17 |
* | base.bbclass: merge checksums.ini warning from OE | Marcin Juszkiewicz | 2007-10-16 | 1 | -2/+2 |
* | bootimg.bbclass: Fix taskname reference | Richard Purdie | 2007-10-11 | 1 | -1/+1 |
* | package.bbclass: Remove depchains packaged() check. This broke after pkgdata ... | Richard Purdie | 2007-10-02 | 1 | -3/+3 |
* | package_deb.bbclass: Create DPKG_ARCH to allow mapping between debian archs a... | Richard Purdie | 2007-09-27 | 1 | -2/+10 |
* | package.bbclass: Append to do_package[deptask], cleanup up PACKAGES checks, g... | Richard Purdie | 2007-09-27 | 1 | -11/+20 |
* | package_(ipk|deb).bbclass: Rename do_packages stamp to be clearer about what ... | Richard Purdie | 2007-09-27 | 2 | -9/+10 |
* | gnome.bbclass: change version regexp to handle x.y versions, not just x.y.z | Ross Burton | 2007-09-17 | 1 | -1/+1 |
* | kernel.bbclass: Add menuconfig task | Richard Purdie | 2007-09-17 | 1 | -0/+12 |
* | devshell.bbclass: Sync with OE since this no longer works at properly without... | Richard Purdie | 2007-09-17 | 1 | -2/+7 |
* | kernel.bbclass: Add kernel-vmlinux package | Richard Purdie | 2007-09-11 | 1 | -1/+3 |