| Commit message (Expand) | Author | Age | Files | Lines |
* | base.bbclass: Fix populate_staging whitespace | Richard Purdie | 2007-11-30 | 1 | -1/+1 |
* | base.bbclass: Fix PKGDATA to work properly with multimachine | Richard Purdie | 2007-11-25 | 1 | -6/+13 |
* | base.bbclass: Add buildall task | Richard Purdie | 2007-11-25 | 1 | -0/+7 |
* | 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 |
* | 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 |
* | 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 |
* | base.bbclass: Swicth to use cleandirs flag for install task | Richard Purdie | 2007-09-05 | 1 | -6/+1 |
* | base.bbclass: Remove and re-create when installing to ensure that it is empty | Ross Burton | 2007-09-03 | 1 | -0/+6 |
* | base.bbclass: Further tweaks from OE | Richard Purdie | 2007-09-01 | 1 | -16/+20 |
* | base.bbclass: Remove legacy code which hides bugs | Richard Purdie | 2007-09-01 | 1 | -2/+0 |
* | base.bbclass: Remove showdata task (its broken and bitbake -e is equivalent a... | Richard Purdie | 2007-09-01 | 1 | -14/+5 |
* | base.bbclass: Make populate_staging run after install to avoid conflicts | Richard Purdie | 2007-08-21 | 1 | -1/+2 |
* | base.bbclass: populate_staging after do_compile. Any packages staging impleme... | Richard Purdie | 2007-08-21 | 1 | -1/+1 |
* | base.bbclass: Set pkgdata location to something machine specific when needed ... | Richard Purdie | 2007-08-21 | 1 | -5/+5 |
* | base.bbclass: Improve performance with SRC_URI_OVERRIDES_PACKAGE_ARCH enabled... | Richard Purdie | 2007-08-12 | 1 | -8/+9 |
* | base.bbclass: Fix SRC_URI_OVERRIDES_PACKAGE_ARCH handling | Richard Purdie | 2007-08-11 | 1 | -7/+12 |
* | base.bbclass: Sync with OE.dev (mainly download checksumming code) | Richard Purdie | 2007-08-08 | 1 | -14/+134 |
* | base.bbclass: Correct git-native autodependencies | Richard Purdie | 2007-08-03 | 1 | -3/+3 |
* | base.bbclass: Auto add dependency on git-native when needed | Richard Purdie | 2007-08-03 | 1 | -0/+7 |
* | base.bbclass: Fix base_get_srcrev | Richard Purdie | 2007-08-01 | 1 | -1/+1 |
* | base.bbclass: Minor performance tweak, add base_get_srcrev() | Richard Purdie | 2007-08-01 | 1 | -1/+10 |
* | base.bbclass: Revert quoting changes | Richard Purdie | 2007-07-07 | 1 | -2/+2 |
* | base.bbclass: Start to fix quoting | Richard Purdie | 2007-07-06 | 1 | -2/+2 |
* | classes: Rework core dependencies to work properly at the task level | Richard Purdie | 2007-04-03 | 1 | -6/+0 |
* | base.bbclass: unexport DISTRO to prevent application compile failures | Richard Purdie | 2007-03-21 | 1 | -1/+7 |
* | Remove DISTRO_TYPE, replacing with IMAGE_FEATURES. Documentation is in local.... | Richard Purdie | 2006-12-20 | 1 | -6/+11 |
* | base.bbclass: unexport MACHINE | Richard Purdie | 2006-11-25 | 1 | -0/+1 |
* | base.bbclass: Make sure MACHINE isn't exported fixing failures in binutils wh... | Richard Purdie | 2006-11-23 | 1 | -0/+4 |
* | base.bbclass: Fix errors in none libtooled packages | Richard Purdie | 2006-11-21 | 1 | -2/+6 |
* | Site file handling update: Instead of one site file per target, allow entries... | Richard Purdie | 2006-11-21 | 1 | -0/+4 |
* | classes: Sync with OE - mainly quoting fixes or other minor updates | Richard Purdie | 2006-11-20 | 1 | -1/+0 |
* | base.bbclass: Sync with OE (remove broken mirrors, fix fetchall task) | Richard Purdie | 2006-11-20 | 1 | -10/+19 |
* | classes: Standardise whitespace in anonymous python methods and factor out fu... | Richard Purdie | 2006-11-20 | 1 | -44/+48 |
* | base.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS. | Chris Larson | 2006-10-27 | 1 | -0/+3 |
* | package.bbclass: Split into two tasks, one which prepares the packages and th... | Richard Purdie | 2006-10-20 | 1 | -1/+1 |
* | base.bbclass, package.bbclass: Clean up and document. Should be no actual cod... | Richard Purdie | 2006-10-20 | 1 | -23/+0 |
* | base.bbclass: Add fetchall task to fetch all sources for all the given task a... | Richard Purdie | 2006-10-16 | 1 | -1/+7 |
* | Merge devgen branch to trunk. | Chris Larson | 2006-09-21 | 1 | -6/+42 |
* | classes: Reorder tasks so staging occurs after packaging. Add do_install into... | Richard Purdie | 2006-09-18 | 1 | -3/+2 |
* | base.bbclass: Remove do_fetch[nostamp] so we don't run the fetch tasks everyt... | Richard Purdie | 2006-09-18 | 1 | -1/+0 |
* | base.bbclass: Add a new 'rebuild' convenience task, which simply does a clean... | Chris Larson | 2006-08-31 | 1 | -2/+12 |
* | devshell: Convert to its own class and add to poky.conf by default. Export EX... | Richard Purdie | 2006-08-30 | 1 | -9/+1 |
* | base.bbclass: Add devshell task. Trigger as bitbake somepackage -c devshell w... | Richard Purdie | 2006-08-30 | 1 | -1/+9 |
* | Patch failure handling updates, added a 'patch' concrete class, so we can app... | Chris Larson | 2006-08-28 | 1 | -4/+6 |
* | classes: Sync with OE | Richard Purdie | 2006-08-27 | 1 | -6/+14 |
* | Tweaks to work with bitbake trunk: add BB_DEFAULT_TASK, add do_rootfs[nostamp... | Richard Purdie | 2006-08-23 | 1 | -0/+1 |