summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2006-04-25repair fatal damage introduced by florian's changesetMichael Lauer1
http://ewi546.ewi.utwente.nl/tmp/viewmtn/revision.psp?id=f230ea166fd00577cf73bcb2cb81ab9767e16d4c how could that happen???
2006-04-25merge of 40e0d43922ade23991fd310c42765e18cb590337Florian Boor1
and 58d737a9422a93415e99e0ad16e64549264b4bb2
2006-04-25palmtop.bbclass: add a special case for sharprom compatible distros -- gcc ↵Michael Lauer1
2.95 has no idea about libsupc++
2006-04-24base.bbclass: Add COMPATIBLE_MACHINE to list machines any given package/file isRichard Purdie1
compatible with. Update documentation.conf accordingly.
2006-04-24sdl.bbclass: set SECTION properlyMichael Lauer1
2006-04-24sdl.bbclass: fix namesMichael Lauer1
2006-04-23sanity.bbclass: fixed typo in error message (utilits -> utility)Frans Meulenbroeks1
2006-04-23palmtop.bbclass: say CONFIG-=thread if we don't build against a multithreaded qtMichael Lauer1
2006-04-22opie.bbclass: leave one space at the end of EXTRA_*Michael Lauer1
2006-04-22libqpe/libopie: don't override EXTRA_QMAKEVARS_POST|PRE given in classMichael Lauer2
2006-04-23palmtop.bbclass: yet another typoMichael Lauer1
2006-04-22palmtop.bbclass: document what this class does and automatically set up ↵Michael Lauer1
CONFIG=thread, if PALMTOP_USE_MULTITHREADED_QT is set to yes
2006-04-22qmake.bbclass: show the used qmake version if we bail outMichael Lauer1
2006-04-22sdl.bbclass: use ?= for APPNAME, APPIMAGE and APPDESKTOP defaultsMichael Lauer1
2006-04-22palmtop.bbclass: virtual/libqpe -> virtual/libqpe1Michael Lauer1
2006-04-22sdl.bbclass: remove bogus stuff that was present beforeMichael Lauer1
first shot at an sdl class to remove the need for seperate SDL-x11 and SDL-opie bbfiles. For now, it adds an extra package ${PN}-opie that RDEPENDS on ${PN} and adds the necessary opie .desktop glue
2006-04-17qmake class, qmake-native: for qt4, we store mkspecs below $QTDIRMichael Lauer1
2006-04-17e.bbclass: don't duplicate E_CVS and E_URIMichael Lauer1
2006-04-16base class: make base_read_file not raise an exception if the file to read ↵Michael Lauer1
is not present This is necessary due to the new RDEPENDS handling. I don't feel 100% comfortable with it, but until we rework the complete staging-shouldn't-contain-dependency-information, this is our way.
2006-04-14qt4: embrace STLMichael Lauer1
2006-04-12qmake/qt build classes: make qmake and qmake2 coexistMichael Lauer3
2006-04-09merge of b40b9fb8b17f69ba321fa34167b8ddb37dc72ec2Holger Freyther1
and e6a2ccb39d3b001fdcc1071ba1860678a1fe8647
2006-04-09OS X: core and native.bbclass:Holger Freyther2
-We do not have rpath on Darwin, do not use it for the native builds
2006-04-07conf/sanity.conf:Holger Freyther1
Set BB_MIN_VERSION here classes/sanity.bbclass: -Run the sanitycheck exactly once (on BuildStart) -Check for common utilities/executables as well
2006-04-04base.bbclass: make oe_libinstall fix references to .la files in Philipp Zabel1
2006-04-04disapproval of revision 'b7326fa2f47e0d1df4fc54428bf5d903b1042483'Justin Patrin1
2006-04-04package.bbclass: deal with multiple copies of the same package in PACKAGESJustin Patrin1
2006-04-04efl, e17: update to newest versions, split e and efl bbclasses and use e for ↵Justin Patrin2
e17 packages, update preferred e versions
2006-04-02kernel.bbclass: Make sure the directory in staging existsRichard Purdie1
2006-03-24qmake-bbclass: make it know about linux-gnueabiMichael Lauer1
2006-03-19Add sanity.conf/sanity.bbclass. This checks for common user ↵Richard Purdie1
misconfigurations and gives helpful information about fixing them. The checks can be expanded over time. It can be disabled by following the slightly cryptic instructions in sanity.conf.
2006-03-18classes/tinderclient.class:Holger Freyther1
-Exchange <--- and ---> to fix the tinderbox view -Add a new line to fix the tinderbox display for multiple providers.
2006-03-13classes/tinderclient.bbclass:Holger Freyther1
Use the MultipleProvider and NoProvider Event to create reports to the TinderBox. The message format can be improved now we at least know if a build failed due a missing provider
2006-03-08classes/tinderclient.bbclass: Send the nameHolger Freyther1
Send the name of the to be build packages. Now we can see what was intended to be build from within the log
2006-03-06glibc, package.bbclass: generate old-style binary locales at build time ↵Rene Wagner1
using qemu. based on a patch originally written by Phil Blundell. fixes hh.org Bug #1385 (localedef OOM issue). - running localedef (in qemu...) for every locale takes a while. set BINARY_LOCALE_ARCHES = "" to avoid the new behaviour.
2006-02-28kernel.bbclass: Add kernel-modules meta package for ↵Koen Kooi1
PARALLEL_INSTALL_MODULES, courtesy Raymond Danks
2006-02-28base.bbclass: Handle crlf with DOS ZIP file, courtesy Raymond DanksKoen Kooi1
2006-02-22classes/tinderclient.bbclass:Holger Freyther1
-Disable sending of the environment as this somehow refuses to work from within a screen - dunno why -The lines of the log messages are ended with a new line no need to add another empty line.
2006-02-22classes/tinderclient.bbclass:Holger Freyther1
-Have a none empty log messages when the build is completed otherwise the log is not transfered to the server. Now the build turns green :)
2006-02-22classes/tinderclient.bbclass:Holger Freyther1
Be less verbose do not print the results for now. A proper fix/configurable one is pending.
2006-02-21classes/tinderclient.bbclass:Holger Freyther1
Redo the changes... they were magically lost. readlines is a sequence, we join them (we might need to remove the \n)
2006-02-20xlibs.bbclass: use FREEDESKTOP_CVS as well. Thanks to Eric Shattow for spotting.Rene Wagner1
2006-02-19classes/tinderclient.bbclass:Holger Freyther1
-Send the right messages to the TinderBox -Read the log from the logfiles and send it to the tinderbox -Add the wish for a more sane and more featurefill reporting (e.g. less data, less often)
2006-02-19classes/tinderclient.bbclass:Holger Freyther1
-Save the assigned machine id to a file and restore it when needed. BitBake does not have a 'persistent' cache one could use across files... -Post the configuration directly to the server
2006-02-19classes/tinderclient.bbclass:Holger Freyther1
Begin of the rewrite to support the tbox3 protocol
2006-02-14sdk.bbclass: Updates to match with cross.bbclassRichard Purdie1
2006-02-13efl.bbclass: fix changes reverted by a bad mergeJustin Patrin1
2006-02-12org.openembedded.dev/classes/insane.bbclass:Holger Freyther1
-Add the skeleton for the QA bbclass
2006-02-12Fix package name renaming for classes like debian.bbclass:Richard Purdie3
package.bbclass now tracks any package renaming performed using PKG_*. When a package is built, the runtime variables are translated using this cached information which is stored in staging. From now on, only use package names are valid in runtime variables like RDEPENDS, RRECOMMENDS and RSUGGESTS. eg. fontconfig-dev is correct, libfontconfig-dev would be wrong. As debian.bbclass can't determine package renaming until after a package's contents is known, the class has to set BUILD_ALL_DEPS = "1". This also means OE is no longer forced into one package renaming scheme.
2006-02-12Add DEBIAN_NOAUTONAME_ variable to disable debian.bbclass renaming for ↵Richard Purdie1
specific packages.