summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2006-05-30kernel.bbclass: Add a postinstall for kernel-image to make sure the corrrect ↵Richard Purdie1
/lib/modules directory exists and to run depmod. This removes modprobe errors when no kernel modules are installed.
2006-05-28multimachine: Change from an include to a .bblass (and update distros using ↵Richard Purdie1
multimachine accordingly). Add code to find packages with machine specific subpackages and build these in a multimachine compatible way.
2006-05-27class/tinderclient.bbclass: Change the tabs againHolger Freyther1
Reported by Richard, fixing the indention level of this class.
2006-05-27openembedded/classes/base.bbclass: Add CTAN mirrorHolger Freyther1
Add CTAN mirror. A German/Berlin, Japan and an Australian one.
2006-05-27Clean up IPKG_ARCHS as it was being used inconsistently, often with ↵Richard Purdie1
duplication. Create IPKG_EXTRA_ARCHS to add to the standard variable. Update documentation.conf with the details.
2006-05-27base.bbclass: Move manifest code into manifest.bbclass and fix a bug in it ↵Richard Purdie2
(import bb.manifest)
2006-05-26classes/tinderclient.bbclass: Retry sending, Clean package when failingHolger Freyther1
Retry to connect the tinderbox a couple of times. This is needed on machines behind broken routers. When a package is broken (PackageFailed/TaskFailed) we will clean the package so we can retry the next time.
2006-05-25sanity.bbclass: improve error message, check for cvs and svnMichael Lauer1
2006-05-24classes/base.bbclass: Add GnuPG mirrorHolger Freyther1
Add two european and one north american mirror for gnupg.
2006-05-21sanity.bbclass: make it work even when distutils is not availableMichael Lauer1
2006-05-21base.bbclass: fix all patches being classified as "outdated" when SRCDATE > DATEMichael Lauer1
2006-05-20base.bbclass: add support for 'min/max' date for patchesMarcin Juszkiewicz1
- SRC_URI = "file//something.patch;patch=1;mindate=20050312;maxdate=20060302 means that patch should be applied if SRCDATE > 20050312 and SRCDATE < 20060302
2006-05-13classes/native.bbclass:Holger Freyther1
Change the CC, CXX, CPP... variables back to gcc. Someone could have changed them in the bitbake.conf to use a specific version of any of these tools. e.g. when using a provided toolchain instead of compiling one with OpenEmbedded.
2006-05-09base.bbclass: remove bogus debug out. thanks koen for spotting.Michael Lauer1
2006-05-09base.bbclass: fix showing MT revision by using rindex instead of index to ↵Michael Lauer1
get the position of the MT directory
2006-05-08base.bbclass: add DISTRO_VERSION to the summaryKoen Kooi1
* it isn't a mandatory var, but very usefull for debugging user problems
2006-05-06qt3x11.bbclass: add DEPENDS on qt3Michael Lauer2
qt4x11.bbclass: add DEPENDS on qt4
2006-05-04base.bbclass: fix .la file fixup rule in oe_libinstallPhilipp Zabel1
- attach 'g' to the s/${WORKDIR}/${STAGING_LIBDIR}/ sed rule to fix up multiple references to yet unstaged .la files
2006-05-02sip(4).bbclass: fix appending/prepending dependenciesMichael Lauer2
2006-05-01merge of 35ce256593987e71d7c04247837a04f2dfaea425Michael Lauer2
and c973ff55ff1f4aa31763966c5b65965b1da3e903
2006-05-01add PyQt4, the Python Bindings for Qt4/X11Michael Lauer1
2006-04-30conf/bitbake.conf:Holger Freyther1
Save a magic cookie in the OE version of bitbake.conf classes/sanity.bbclass: Check the OE cookie for bitbake.conf
2006-04-30merge of 206b62d33d8fadd9502205340feea3a4daeadab2Holger Freyther2
and c1af7d38a30e0ddecb5419ddff4da1059d587a73
2006-04-30classes/insane.bbclass:Holger Freyther1
Use the PACKAGE_DEPENDS hack to avoid circular dependencies for pax-utils-native
2006-04-29classes/insane.bbclass:Holger Freyther1
inherit package.bbclass instead of the nonexistant packages one
2006-04-29package.bbclass: Add sanity check for duplicates in PACKAGES (bug 674)Richard Purdie1
2006-04-29Install depmod-2.4 and depmod-2.6 in cross staging instead of plain depmod ↵Richard Purdie1
so 2.4 and 2.6 kernel builds can coexist with multimachine (bug 581)
2006-04-28srec.bbclass: add nostamp=1, closes #78Koen Kooi1
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