summaryrefslogtreecommitdiff
path: root/meta/classes
AgeCommit message (Expand)AuthorFiles
2006-11-27rootfs_deb.bbclass: Mark packages as installed/unpacked correctly. Add in hac...Richard Purdie1
2006-11-27rootfs_deb: Set Architecture correctly in a copy of apt.conf in stagingRichard Purdie1
2006-11-25Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and S...Richard Purdie6
2006-11-25base.bbclass: unexport MACHINERichard Purdie1
2006-11-24package_deb.bbclass: Handle all architecture as a special case solving multim...Richard Purdie1
2006-11-23base.bbclass: Make sure MACHINE isn't exported fixing failures in binutils wh...Richard Purdie1
2006-11-23siteinfo.bbclass: Change note to a debug messageRichard Purdie1
2006-11-22sanity.bbclass: Add sdl-config to required programs list. Remove fixme as now...Richard Purdie1
2006-11-22rootfs_xxx.bbclass: Add missing checkins from the log_check updatesRichard Purdie2
2006-11-21Factor common code out of rootfs_xxx.bbclass into image.bbclass. Add error de...Richard Purdie1
2006-11-21base.bbclass: Fix errors in none libtooled packagesRichard Purdie1
2006-11-21Site file handling update: Instead of one site file per target, allow entries...Richard Purdie2
2006-11-20classes: Sync with OE - mainly quoting fixes or other minor updatesRichard Purdie15
2006-11-20binconfig.bbclass: Sync with OE to benefit from improved .la file handlingRichard Purdie1
2006-11-20Fix whitespaceRoss Burton1
2006-11-20update-rc.d.bbclass: 'Fix' whitespaceRichard Purdie1
2006-11-20base.bbclass: Sync with OE (remove broken mirrors, fix fetchall task)Richard Purdie1
2006-11-20classes: Standardise whitespace in anonymous python methods and factor out fu...Richard Purdie8
2006-11-20kernel.bbclass: Unset MACHINE to avoid problemsRichard Purdie1
2006-11-16sanity.bbclass: Merge with OE syncing improvements both waysRichard Purdie1
2006-11-02kernel.bbclass: Sync with updates in OE to work with kernels >= 2.6.18Richard Purdie2
2006-10-28lib_package.bbclass: Fix .debug packaging (from OE)Richard Purdie1
2006-10-27base.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.Chris Larson1
2006-10-27package.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.Chris Larson1
2006-10-25patch.bbclass: fix bug where it failed to detect that the user did not modify...Chris Larson1
2006-10-22package.bbclass: Partially fix another dubious use of packages[0]Richard Purdie1
2006-10-21package.bbclass: Fix split_locales to remove spurious references to -dbg pack...Richard Purdie1
2006-10-20image.bbclass: Fix image task dependencies after package.bbclass updatesRichard Purdie1
2006-10-20package.bbclass: Sync with OE upstreamRichard Purdie1
2006-10-20package.bbclass: Split into two tasks, one which prepares the packages and th...Richard Purdie7
2006-10-20base.bbclass, package.bbclass: Clean up and document. Should be no actual cod...Richard Purdie2
2006-10-16base.bbclass: Add fetchall task to fetch all sources for all the given task a...Richard Purdie1
2006-10-12Add check for gawk, needed by x86 glic buildMatthew Allum1
2006-10-02Don't nest os.path.join() callsRoss Burton2
2006-09-28Update sanity checking to report all missing instead of one per run. Add a ch...Matthew Allum1
2006-09-26rootfs_ipk: Remove extra rm command to ensure /dev is correctly createdRichard Purdie1
2006-09-22rootfs_ipk.bbclass: Fix function names and exportsRichard Purdie1
2006-09-21Merge devgen branch to trunk.Chris Larson3
2006-09-21Remove unneeded classesRichard Purdie18
2006-09-21Clean up and correct MAINTAINERSRichard Purdie1
2006-09-20Package.bbclass: sync with upstream oe legitimize_package_name.Chris Larson1
2006-09-19Sync up.. all the deb/dpkg changes which I have locally are now in svn.Chris Larson8
2006-09-18classes: Reorder tasks so staging occurs after packaging. Add do_install into...Richard Purdie2
2006-09-18base.bbclass: Remove do_fetch[nostamp] so we don't run the fetch tasks everyt...Richard Purdie1
2006-09-15patch.bbclass: sync with upstream oe.Chris Larson1
2006-09-01patch.bbclass: updates from upstream oe.Chris Larson1
2006-08-31base.bbclass: Add a new 'rebuild' convenience task, which simply does a clean...Chris Larson1
2006-08-31devshell.bbclass: Run after do_patchRichard Purdie1
2006-08-30devshell: Convert to its own class and add to poky.conf by default. Export EX...Richard Purdie2
2006-08-30base.bbclass: Add devshell task. Trigger as bitbake somepackage -c devshell w...Richard Purdie1