summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
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.
2006-02-11efl.bbclass: Fix efl/*.bb ipk generation.Matthias Hentges1
2006-02-09efl.bbclass: use += for PACKAGES to allow setting of PACKAGES before inheritingJustin Patrin1
2006-02-06add class for nylon-image and update nylon distro configurationMichael Lauer1
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 Wagner1
2006-01-31package.bbclass: fix interpretation of IGNORE_STRIP_ERRORS one more time.Rene Wagner1
2006-01-31package.bbclass: interpret 0 as false (as well as "") when evaluating ↵Rene Wagner1
IGNORE_STRIP_ERRORS
2006-01-31package.bbclass: implement a failsafe strip in classesJohn Bowler2
- 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 Bowler1
2006-01-30package.bbclass: fix stripping logic. work around strip returning 0 even on ↵Rene Wagner1
failure.
2006-01-30gpe.bbclass: Set default maintainer to GPE ml instead of OE.Florian Boor1
2006-01-30linux: fix missing HOST_CC_ARCH in module compilation in kernel/module allJohn Bowler2
- 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 Wagner1
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 Wagner1
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 Whitby1
doesn't exist for the unslung 2.4 kernel).
2006-01-13merge of 47b2cb70582f02182c20ba10e58134187a72bcd3Richard Purdie1
and f1adf0c8840c57a416d7da7085aa694f11be4c5c
2006-01-13native.bbclass: Set RPROVIDES as PACKAGES is cleared and enable resolving of ↵Richard Purdie1
all RDEPENDS
2006-01-12kernel.bbclass: stage include/sound/*Philipp Zabel1
2006-01-12Correct Opie PV format to preserve upgradability of packages but note where ↵Richard Purdie1
changes are needed to conform to standardised cvs PV numbering at the next PV change. Also factor the formatting into opie.bbclass to make future changes easier.
2006-01-09kernel.bbclass: Add hack to cope with kernel-image-SOMEDYNAMICVERSION to ↵Richard Purdie1
enable builds for now. To be removed when proper RDEPENDS -> PKG_ is possible.
2006-01-08Following from the meta/packages changes, cleanup conf/machine for incorrect ↵Richard Purdie1
DEPENDS usage. Move certain things into EXTRA_IMAGEDEPENDS. No valid users of EXTRA_BOOTSTRAP_DEPENDS were found so it was removed entirely. Change zaurus-updater not to package as it doesn't provide any.
2006-01-08Add PACKAGES_DYNAMIC to the appropriate .bb files.Richard Purdie1
2006-01-08native.bbclass: use BUILD_ARCH instead of 'native'Koen Kooi1