aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2006-04-17qmake class, qmake-native: for qt4, we store mkspecs below $QTDIRMichael Lauer
2006-04-17e.bbclass: don't duplicate E_CVS and E_URIMichael Lauer
2006-04-16base class: make base_read_file not raise an exception if the file to read ↵Michael Lauer
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 Lauer
2006-04-12qmake/qt build classes: make qmake and qmake2 coexistMichael Lauer
2006-04-09merge of b40b9fb8b17f69ba321fa34167b8ddb37dc72ec2Holger Freyther
and e6a2ccb39d3b001fdcc1071ba1860678a1fe8647
2006-04-09OS X: core and native.bbclass:Holger Freyther
-We do not have rpath on Darwin, do not use it for the native builds
2006-04-07conf/sanity.conf:Holger Freyther
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 Zabel
2006-04-04disapproval of revision 'b7326fa2f47e0d1df4fc54428bf5d903b1042483'Justin Patrin
2006-04-04package.bbclass: deal with multiple copies of the same package in PACKAGESJustin Patrin
2006-04-04efl, e17: update to newest versions, split e and efl bbclasses and use e for ↵Justin Patrin
e17 packages, update preferred e versions
2006-04-02kernel.bbclass: Make sure the directory in staging existsRichard Purdie
2006-03-24qmake-bbclass: make it know about linux-gnueabiMichael Lauer
2006-03-19Add sanity.conf/sanity.bbclass. This checks for common user ↵Richard Purdie
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 Freyther
-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 Freyther
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 Freyther
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 Wagner
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 Kooi
PARALLEL_INSTALL_MODULES, courtesy Raymond Danks
2006-02-28base.bbclass: Handle crlf with DOS ZIP file, courtesy Raymond DanksKoen Kooi
2006-02-22classes/tinderclient.bbclass:Holger Freyther
-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 Freyther
-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 Freyther
Be less verbose do not print the results for now. A proper fix/configurable one is pending.
2006-02-21classes/tinderclient.bbclass:Holger Freyther
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 Wagner
2006-02-19classes/tinderclient.bbclass:Holger Freyther
-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 Freyther
-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 Freyther
Begin of the rewrite to support the tbox3 protocol
2006-02-14sdk.bbclass: Updates to match with cross.bbclassRichard Purdie
2006-02-13efl.bbclass: fix changes reverted by a bad mergeJustin Patrin
2006-02-12org.openembedded.dev/classes/insane.bbclass:Holger Freyther
-Add the skeleton for the QA bbclass
2006-02-12Fix package name renaming for classes like debian.bbclass:Richard Purdie
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 Purdie
specific packages.
2006-02-11efl.bbclass: Fix efl/*.bb ipk generation.Matthias Hentges
2006-02-09efl.bbclass: use += for PACKAGES to allow setting of PACKAGES before inheritingJustin Patrin
2006-02-06add class for nylon-image and update nylon distro configurationMichael Lauer
patches courtesy Martin Dietze <dietze@4g-systems.com> Martin: I'm not sure whether you really need a dedicated class for nylon image, you may want to think about that. the patch against the mtx-1 machine configuration didn't apply, please handle this on your own after you got commit access.
2006-01-31package.bbclass: now really fix interpretation of IGNORE_STRIP_ERRORS.Rene Wagner
2006-01-31package.bbclass: fix interpretation of IGNORE_STRIP_ERRORS one more time.Rene Wagner
2006-01-31package.bbclass: interpret 0 as false (as well as "") when evaluating ↵Rene Wagner
IGNORE_STRIP_ERRORS
2006-01-31package.bbclass: implement a failsafe strip in classesJohn Bowler
- package.bbclass now uses file-native and cross strip to reliably strip unstripped executables and check the return code. For the moment a failure here doesn't cause the build to fail but does output a failure message direct to the controlling terminal (this is temporary). This behaviour can be changed by forcing IGNORE_STRIP_ERRORS = "" The change works by using a new runstrip shell function for every potentially strippable file. Since this calls native 'file' there is a dependency on all inheritors of package.bbclass for file-native and since this would break native builds (because of the cycle in file-native and it's own native depends) native.bbclass cancels this dependency (system file should be fine for native packages and, anyway native currently doesn't package.)
2006-01-30module-base: unbork module builds in bbclassJohn Bowler
2006-01-30package.bbclass: fix stripping logic. work around strip returning 0 even on ↵Rene Wagner
failure.
2006-01-30gpe.bbclass: Set default maintainer to GPE ml instead of OE.Florian Boor
2006-01-30linux: fix missing HOST_CC_ARCH in module compilation in kernel/module allJohn Bowler
- define TARGET_KERNEL_CC_ARCH to define arch specific compiler options in machine.conf. The default for the kernel is "" (empty), although it should probably be TARGET_CC_ARCH in the future. The default for modules is TARGET_CC_ARCH
2006-01-29package.bbclass: don't silently ignore errors when running STRIP. Set ↵Rene Wagner
IGNORE_STRIP_ERRORS to get the old behaviour back. Part of a fix for hh.org Bug #1469
2006-01-25module-base.bbclass: fix miscompilation of out of tree kernel modules trying ↵Rene Wagner
to access GPIO registers. make sure to bump PR on all affected .bbs. thanks to Phil for spotting.
2006-01-13kernel.bbclass: Check if include/sound exists before trying to stage it (it ↵Rod Whitby
doesn't exist for the unslung 2.4 kernel).
2006-01-13merge of 47b2cb70582f02182c20ba10e58134187a72bcd3Richard Purdie
and f1adf0c8840c57a416d7da7085aa694f11be4c5c
2006-01-13native.bbclass: Set RPROVIDES as PACKAGES is cleared and enable resolving of ↵Richard Purdie
all RDEPENDS