| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Factor common code out of rootfs_xxx.bbclass into image.bbclass. Add error de... | Richard Purdie | 2006-11-21 | 1 | -0/+62 |
* | 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 | 2 | -0/+130 |
* | classes: Sync with OE - mainly quoting fixes or other minor updates | Richard Purdie | 2006-11-20 | 15 | -27/+59 |
* | binconfig.bbclass: Sync with OE to benefit from improved .la file handling | Richard Purdie | 2006-11-20 | 1 | -5/+29 |
* | Fix whitespace | Ross Burton | 2006-11-20 | 1 | -4/+4 |
* | update-rc.d.bbclass: 'Fix' whitespace | Richard Purdie | 2006-11-20 | 1 | -29/+29 |
* | 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 | 8 | -111/+132 |
* | kernel.bbclass: Unset MACHINE to avoid problems | Richard Purdie | 2006-11-20 | 1 | -2/+2 |
* | sanity.bbclass: Merge with OE syncing improvements both ways | Richard Purdie | 2006-11-16 | 1 | -24/+17 |
* | kernel.bbclass: Sync with updates in OE to work with kernels >= 2.6.18 | Richard Purdie | 2006-11-02 | 2 | -27/+45 |
* | lib_package.bbclass: Fix .debug packaging (from OE) | Richard Purdie | 2006-10-28 | 1 | -2/+2 |
* | base.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS. | Chris Larson | 2006-10-27 | 1 | -0/+3 |
* | package.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS. | Chris Larson | 2006-10-27 | 1 | -5/+7 |
* | patch.bbclass: fix bug where it failed to detect that the user did not modify... | Chris Larson | 2006-10-25 | 1 | -1/+8 |
* | package.bbclass: Partially fix another dubious use of packages[0] | Richard Purdie | 2006-10-22 | 1 | -1/+8 |
* | package.bbclass: Fix split_locales to remove spurious references to -dbg pack... | Richard Purdie | 2006-10-21 | 1 | -0/+6 |
* | image.bbclass: Fix image task dependencies after package.bbclass updates | Richard Purdie | 2006-10-20 | 1 | -1/+1 |
* | package.bbclass: Sync with OE upstream | Richard Purdie | 2006-10-20 | 1 | -63/+69 |
* | package.bbclass: Split into two tasks, one which prepares the packages and th... | Richard Purdie | 2006-10-20 | 7 | -14/+35 |
* | base.bbclass, package.bbclass: Clean up and document. Should be no actual cod... | Richard Purdie | 2006-10-20 | 2 | -190/+219 |
* | base.bbclass: Add fetchall task to fetch all sources for all the given task a... | Richard Purdie | 2006-10-16 | 1 | -1/+7 |
* | Add check for gawk, needed by x86 glic build | Matthew Allum | 2006-10-12 | 1 | -0/+3 |
* | Don't nest os.path.join() calls | Ross Burton | 2006-10-02 | 2 | -7/+7 |
* | Update sanity checking to report all missing instead of one per run. Add a ch... | Matthew Allum | 2006-09-28 | 1 | -10/+26 |
* | rootfs_ipk: Remove extra rm command to ensure /dev is correctly created | Richard Purdie | 2006-09-26 | 1 | -5/+1 |
* | rootfs_ipk.bbclass: Fix function names and exports | Richard Purdie | 2006-09-22 | 1 | -2/+2 |
* | Merge devgen branch to trunk. | Chris Larson | 2006-09-21 | 3 | -41/+131 |
* | Remove unneeded classes | Richard Purdie | 2006-09-21 | 18 | -729/+0 |
* | Clean up and correct MAINTAINERS | Richard Purdie | 2006-09-21 | 1 | -1/+0 |
* | Package.bbclass: sync with upstream oe legitimize_package_name. | Chris Larson | 2006-09-20 | 1 | -0/+11 |
* | Sync up.. all the deb/dpkg changes which I have locally are now in svn. | Chris Larson | 2006-09-19 | 8 | -30/+379 |
* | classes: Reorder tasks so staging occurs after packaging. Add do_install into... | Richard Purdie | 2006-09-18 | 2 | -5/+4 |
* | base.bbclass: Remove do_fetch[nostamp] so we don't run the fetch tasks everyt... | Richard Purdie | 2006-09-18 | 1 | -1/+0 |
* | patch.bbclass: sync with upstream oe. | Chris Larson | 2006-09-15 | 1 | -12/+17 |
* | patch.bbclass: updates from upstream oe. | Chris Larson | 2006-09-01 | 1 | -5/+2 |
* | base.bbclass: Add a new 'rebuild' convenience task, which simply does a clean... | Chris Larson | 2006-08-31 | 1 | -2/+12 |
* | devshell.bbclass: Run after do_patch | Richard Purdie | 2006-08-31 | 1 | -1/+1 |
* | devshell: Convert to its own class and add to poky.conf by default. Export EX... | Richard Purdie | 2006-08-30 | 2 | -9/+14 |
* | base.bbclass: Add devshell task. Trigger as bitbake somepackage -c devshell w... | Richard Purdie | 2006-08-30 | 1 | -1/+9 |
* | Patch.bbclass: add NOOPResolver class for use in unattended builds, which doe... | Chris Larson | 2006-08-30 | 1 | -8/+18 |
* | image.bbclass: Add symlinks to the latest images for a given machine | Richard Purdie | 2006-08-29 | 1 | -0/+3 |
* | Patch failure handling updates, added a 'patch' concrete class, so we can app... | Chris Larson | 2006-08-28 | 2 | -93/+154 |
* | Patch.bbclass: fix bug resulting in a failure to md5 the local path.. it brok... | Chris Larson | 2006-08-27 | 1 | -1/+1 |
* | classes: Sync with OE | Richard Purdie | 2006-08-27 | 12 | -77/+155 |
* | Tweaks to work with bitbake trunk: add BB_DEFAULT_TASK, add do_rootfs[nostamp... | Richard Purdie | 2006-08-23 | 3 | -2/+2 |
* | Fix the patch.bbclass error handling in a couple of the error paths by changi... | Chris Larson | 2006-08-23 | 1 | -4/+3 |
* | Clean up the way patch.bbclass's runcmd handles the directory not existing. | Chris Larson | 2006-08-22 | 1 | -4/+17 |
* | Changes for ticket:8, with fixes for the bugs reported by Richard. | Chris Larson | 2006-08-21 | 2 | -86/+410 |