| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | relocatable.bbclass: Normalise the generated path | Joshua Lock | 2010-04-27 | 1 | -0/+1 |
* | sanity.bbclass: handle lack of permission to read /proc/sys/vm/mmap_min_addr | Joshua Lock | 2010-04-27 | 1 | -5/+9 |
* | Move STAGING_BINDIR_CROSS into target sysroot, instead of native | Joshua Lock | 2010-04-27 | 1 | -0/+8 |
* | packaged-staging.bbclass: Fix architecture field | Joshua Lock | 2010-04-27 | 1 | -1/+6 |
* | relocatable.bbclass: Actually skip symlinks | Joshua Lock | 2010-04-12 | 1 | -4/+2 |
* | relocatable.bbclass: ignore symlinks | Joshua Lock | 2010-04-08 | 1 | -1/+2 |
* | relocatable.bbclass: Handle files which don't have read/write permissions | Joshua Lock | 2010-04-08 | 1 | -2/+17 |
* | packaged-staging.bbclass: Remove hardcoded paths in binfiles for target packages | Joshua Lock | 2010-04-08 | 1 | -1/+1 |
* | relocatable: Handle directories having subdirectories of binaries | Joshua Lock | 2010-04-01 | 1 | -15/+24 |
* | classes/conf: Update to handle gcc-runtime | Richard Purdie | 2010-03-29 | 3 | -3/+3 |
* | autotools.bbclass: Allow extraction of the configure arguments for use in str... | Richard Purdie | 2010-03-29 | 1 | -17/+19 |
* | relocatable.bbclass: we need to process library files too | Joshua Lock | 2010-03-26 | 1 | -1/+1 |
* | rootfs_rpm: Explicitly add runtime dependencies to depends | Joshua Lock | 2010-03-26 | 1 | -1/+1 |
* | bootimg.bbclass: Fix dependency name | Richard Purdie | 2010-03-25 | 1 | -1/+1 |
* | bootimg/boot-directdisk.bbclass: Update afer syslinux changes, fix mbr.bin lo... | Richard Purdie | 2010-03-25 | 2 | -8/+8 |
* | boot-directdisk.bbclass: Add direct disk image creation class | Richard Purdie | 2010-03-25 | 1 | -0/+92 |
* | bootimg.bbclass: Improve documentation | Richard Purdie | 2010-03-25 | 1 | -4/+18 |
* | packaged-staging.bbclass: Revert accidental damage | Richard Purdie | 2010-03-23 | 1 | -1/+1 |
* | packaged-staging.bbclass: Fix mkdir to actually create the destination directory | Richard Purdie | 2010-03-23 | 1 | -2/+2 |
* | utility-tasks.bbclass: Remove unneeded base_ prefix since we don't EXPORT the... | Richard Purdie | 2010-03-22 | 1 | -6/+6 |
* | sanity.bbclass: Add a note about using dpkg-reconfigure | Richard Purdie | 2010-03-22 | 1 | -1/+1 |
* | base.bbclass: Split up as per the patch in OE.dev by Chris Larson making code... | Richard Purdie | 2010-03-19 | 6 | -722/+725 |
* | base.bbclass: Really drop siteinfo by default | Richard Purdie | 2010-03-19 | 1 | -4/+0 |
* | base.bbclass: Don't inherit siteinfo in base.bbclass [based on an OE patch fr... | Richard Purdie | 2010-03-19 | 2 | -8/+6 |
* | packaged-staging: tweak previous fix to accomodate possible changes to CROSS_DIR | Joshua Lock | 2010-03-05 | 1 | -3/+1 |
* | packaged-staging: Fix packagaging of cross packages | Joshua Lock | 2010-03-04 | 1 | -1/+3 |
* | packaged-staging: Fix typo, grep not qrep ... | Joshua Lock | 2010-03-03 | 1 | -2/+2 |
* | packaged-staging: post-process non-binary files to fix paths in native packages | Joshua Lock | 2010-02-26 | 1 | -6/+19 |
* | relocatable.bbclass: Clean up indentation | Richard Purdie | 2010-02-22 | 1 | -43/+46 |
* | relocatable.bbclass: Handle symlinks correctly | Richard Purdie | 2010-02-22 | 1 | -1/+6 |
* | cross.bbclass: Note that relocatable binaries disabled for a reason | Joshua Lock | 2010-02-18 | 1 | -0/+3 |
* | relocatable.bbclass: Enhancements to rpath replacement algorithm | Joshua Lock | 2010-02-18 | 1 | -15/+38 |
* | sanity.bbclass: Add chrpath to the required utilities | Joshua Lock | 2010-02-15 | 1 | -1/+1 |
* | relocatable.bbclass: Tidy up class | Joshua Lock | 2010-02-12 | 1 | -4/+3 |
* | relocatable.bbclass: Improve logic and style | Joshua Lock | 2010-02-12 | 1 | -15/+31 |
* | relocatable.bbclass: remove hard-coded rpaths from native binaries | Joshua Lock | 2010-02-11 | 2 | -0/+27 |
* | poky.bbclass: Use pokylinux.org stashes as PREMIRRORS for vcs' | Joshua Lock | 2010-02-04 | 1 | -0/+11 |
* | packaged-staging: basic support for pulling staging packages from a mirror | Joshua Lock | 2010-01-29 | 1 | -1/+26 |
* | packaged-staging: Move packaged staging directory outside of DEPLOY_DIR | Joshua Lock | 2010-01-29 | 1 | -12/+12 |
* | packaged-staging: fix up handling of crosssdk packages | Joshua Lock | 2010-01-29 | 1 | -1/+1 |
* | insane.bbclass: Since we have no legacy packaging, no need to repeatedly scan... | Richard Purdie | 2010-01-26 | 1 | -1/+1 |
* | gcc-cross-canadian: Fix include paths and hence c++ compiler issues | Richard Purdie | 2010-01-20 | 1 | -0/+8 |
* | cross.bbclass: Set BASEPKG_HOST_SYS to a sane value | Richard Purdie | 2010-01-14 | 1 | -0/+1 |
* | package_ipk.bbclass: Tweak handling for all/any/noarch and nativesdk | Richard Purdie | 2010-01-14 | 1 | -1/+5 |
* | package_ipk.bbclass: Add handling for all/any/noarch and nativesdk | Richard Purdie | 2010-01-14 | 1 | -2/+6 |
* | insane.bbclass: Fix typo | Richard Purdie | 2010-01-14 | 1 | -1/+1 |
* | cross-canadian: Fix gettext issues | Richard Purdie | 2010-01-14 | 2 | -0/+4 |
* | insane.bbclass: Fix multiline string | Joshua Lock | 2010-01-06 | 1 | -2/+2 |
* | insane.bbclass: enhance gettext error message | Joshua Lock | 2010-01-06 | 1 | -1/+2 |
* | gettext.bbclass: Set the gettext dependencies correctly for target, cross and... | Richard Purdie | 2010-01-05 | 3 | -1/+7 |