Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-05-13 | classes/native.bbclass: | Holger Freyther | 1 | |
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-09 | base.bbclass: remove bogus debug out. thanks koen for spotting. | Michael Lauer | 1 | |
2006-05-09 | base.bbclass: fix showing MT revision by using rindex instead of index to ↵ | Michael Lauer | 1 | |
get the position of the MT directory | ||||
2006-05-08 | base.bbclass: add DISTRO_VERSION to the summary | Koen Kooi | 1 | |
* it isn't a mandatory var, but very usefull for debugging user problems | ||||
2006-05-06 | qt3x11.bbclass: add DEPENDS on qt3 | Michael Lauer | 2 | |
qt4x11.bbclass: add DEPENDS on qt4 | ||||
2006-05-04 | base.bbclass: fix .la file fixup rule in oe_libinstall | Philipp Zabel | 1 | |
- attach 'g' to the s/${WORKDIR}/${STAGING_LIBDIR}/ sed rule to fix up multiple references to yet unstaged .la files | ||||
2006-05-02 | sip(4).bbclass: fix appending/prepending dependencies | Michael Lauer | 2 | |
2006-05-01 | merge of 35ce256593987e71d7c04247837a04f2dfaea425 | Michael Lauer | 2 | |
and c973ff55ff1f4aa31763966c5b65965b1da3e903 | ||||
2006-05-01 | add PyQt4, the Python Bindings for Qt4/X11 | Michael Lauer | 1 | |
2006-04-30 | conf/bitbake.conf: | Holger Freyther | 1 | |
Save a magic cookie in the OE version of bitbake.conf classes/sanity.bbclass: Check the OE cookie for bitbake.conf | ||||
2006-04-30 | merge of 206b62d33d8fadd9502205340feea3a4daeadab2 | Holger Freyther | 2 | |
and c1af7d38a30e0ddecb5419ddff4da1059d587a73 | ||||
2006-04-30 | classes/insane.bbclass: | Holger Freyther | 1 | |
Use the PACKAGE_DEPENDS hack to avoid circular dependencies for pax-utils-native | ||||
2006-04-29 | classes/insane.bbclass: | Holger Freyther | 1 | |
inherit package.bbclass instead of the nonexistant packages one | ||||
2006-04-29 | package.bbclass: Add sanity check for duplicates in PACKAGES (bug 674) | Richard Purdie | 1 | |
2006-04-29 | Install depmod-2.4 and depmod-2.6 in cross staging instead of plain depmod ↵ | Richard Purdie | 1 | |
so 2.4 and 2.6 kernel builds can coexist with multimachine (bug 581) | ||||
2006-04-28 | srec.bbclass: add nostamp=1, closes #78 | Koen Kooi | 1 | |
2006-04-25 | repair fatal damage introduced by florian's changeset | Michael Lauer | 1 | |
http://ewi546.ewi.utwente.nl/tmp/viewmtn/revision.psp?id=f230ea166fd00577cf73bcb2cb81ab9767e16d4c how could that happen??? | ||||
2006-04-25 | merge of 40e0d43922ade23991fd310c42765e18cb590337 | Florian Boor | 1 | |
and 58d737a9422a93415e99e0ad16e64549264b4bb2 | ||||
2006-04-25 | palmtop.bbclass: add a special case for sharprom compatible distros -- gcc ↵ | Michael Lauer | 1 | |
2.95 has no idea about libsupc++ | ||||
2006-04-24 | base.bbclass: Add COMPATIBLE_MACHINE to list machines any given package/file is | Richard Purdie | 1 | |
compatible with. Update documentation.conf accordingly. | ||||
2006-04-24 | sdl.bbclass: set SECTION properly | Michael Lauer | 1 | |
2006-04-24 | sdl.bbclass: fix names | Michael Lauer | 1 | |
2006-04-23 | sanity.bbclass: fixed typo in error message (utilits -> utility) | Frans Meulenbroeks | 1 | |
2006-04-23 | palmtop.bbclass: say CONFIG-=thread if we don't build against a multithreaded qt | Michael Lauer | 1 | |
2006-04-22 | opie.bbclass: leave one space at the end of EXTRA_* | Michael Lauer | 1 | |
2006-04-22 | libqpe/libopie: don't override EXTRA_QMAKEVARS_POST|PRE given in class | Michael Lauer | 2 | |
2006-04-23 | palmtop.bbclass: yet another typo | Michael Lauer | 1 | |
2006-04-22 | palmtop.bbclass: document what this class does and automatically set up ↵ | Michael Lauer | 1 | |
CONFIG=thread, if PALMTOP_USE_MULTITHREADED_QT is set to yes | ||||
2006-04-22 | qmake.bbclass: show the used qmake version if we bail out | Michael Lauer | 1 | |
2006-04-22 | sdl.bbclass: use ?= for APPNAME, APPIMAGE and APPDESKTOP defaults | Michael Lauer | 1 | |
2006-04-22 | palmtop.bbclass: virtual/libqpe -> virtual/libqpe1 | Michael Lauer | 1 | |
2006-04-22 | sdl.bbclass: remove bogus stuff that was present before | Michael Lauer | 1 | |
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-17 | qmake class, qmake-native: for qt4, we store mkspecs below $QTDIR | Michael Lauer | 1 | |
2006-04-17 | e.bbclass: don't duplicate E_CVS and E_URI | Michael Lauer | 1 | |
2006-04-16 | base class: make base_read_file not raise an exception if the file to read ↵ | Michael Lauer | 1 | |
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-14 | qt4: embrace STL | Michael Lauer | 1 | |
2006-04-12 | qmake/qt build classes: make qmake and qmake2 coexist | Michael Lauer | 3 | |
2006-04-09 | merge of b40b9fb8b17f69ba321fa34167b8ddb37dc72ec2 | Holger Freyther | 1 | |
and e6a2ccb39d3b001fdcc1071ba1860678a1fe8647 | ||||
2006-04-09 | OS X: core and native.bbclass: | Holger Freyther | 2 | |
-We do not have rpath on Darwin, do not use it for the native builds | ||||
2006-04-07 | conf/sanity.conf: | Holger Freyther | 1 | |
Set BB_MIN_VERSION here classes/sanity.bbclass: -Run the sanitycheck exactly once (on BuildStart) -Check for common utilities/executables as well | ||||
2006-04-04 | base.bbclass: make oe_libinstall fix references to .la files in | Philipp Zabel | 1 | |
2006-04-04 | disapproval of revision 'b7326fa2f47e0d1df4fc54428bf5d903b1042483' | Justin Patrin | 1 | |
2006-04-04 | package.bbclass: deal with multiple copies of the same package in PACKAGES | Justin Patrin | 1 | |
2006-04-04 | efl, e17: update to newest versions, split e and efl bbclasses and use e for ↵ | Justin Patrin | 2 | |
e17 packages, update preferred e versions | ||||
2006-04-02 | kernel.bbclass: Make sure the directory in staging exists | Richard Purdie | 1 | |
2006-03-24 | qmake-bbclass: make it know about linux-gnueabi | Michael Lauer | 1 | |
2006-03-19 | Add sanity.conf/sanity.bbclass. This checks for common user ↵ | Richard Purdie | 1 | |
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-18 | classes/tinderclient.class: | Holger Freyther | 1 | |
-Exchange <--- and ---> to fix the tinderbox view -Add a new line to fix the tinderbox display for multiple providers. | ||||
2006-03-13 | classes/tinderclient.bbclass: | Holger Freyther | 1 | |
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-08 | classes/tinderclient.bbclass: Send the name | Holger Freyther | 1 | |
Send the name of the to be build packages. Now we can see what was intended to be build from within the log |