Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-02-12 | bitbake.conf, image.bbclass: Add and use USERDISTRO var to preserve original ↵ | Paul Sokolovsky | 1 | |
DISTRO value. * Some distros override DISTRO var to hack overrides right, etc. Yet, original value may be needed sometimes. For example, bbimage expects DISTRO to be what user set/passed it, not something else. * TODO: After interim cleanup during preparation of this patch, it turns out that angstrom is the only distro to (ab)use DISTRO overriding. It may make sense to instead get its OVERRIDES value right. | ||||
2008-02-09 | java.bbclass: Added function to generate very simple wrapper scripts. | Robert Schuster | 1 | |
2008-02-08 | bootimg.bbclass: add deploy image dir, insert chance for post processing ↵ | Michael Lauer | 1 | |
image. closes #1263 | ||||
2008-01-29 | efl: update to 20080129, fix some LICENSE entries, enable software-x11-16 ↵ | Michael Lauer | 1 | |
engine again | ||||
2008-01-29 | qpf-fonts: rename qpf.bbclass to qpf.inc and dependent changes as discussed ↵ | Rolf Leggewie | 1 | |
on ml. Partly closes 2430. | ||||
2008-01-28 | native.bbclass: Change prefix so its within the build-arch directory, hence ↵ | Richard Purdie | 1 | |
moving on step closer to sysroot. Nothing much uses the prefix path from native.bbclass apart from qemu which this change fixes a problem with | ||||
2008-01-28 | patch.bbclass: Show full path of a patch. | Paul Sokolovsky | 1 | |
* This is for consistency with existing non-patch fetch message in base.bbclass. Allows to catch pulling file from wrong override dir quickly. | ||||
2008-01-24 | kernel: add wifi suspend fix to kernel-module-(hostap|orinoco)-cs. Closes 3664. | Rolf Leggewie | 2 | |
* applies only to kernel later than 2.6.17 * added base_version_less_or_equal function to base.bbclass (thanks, zecke and mickey!) to do the comparison. This does not change existing functionality. Skipped RFC. | ||||
2008-01-24 | debian.bbclass : altered version of the patch in #3383, this allows us | Graeme Gregory | 1 | |
to change the debian renaming of a package without resorting to python in the recipe. Makes recipes cleaner and is overrideable in distros that need different renaming. Original patch from Robert Schuster | ||||
2008-01-23 | kernel-arch.bbclass: x86 is now proper arch in kernel | Marcin Juszkiewicz | 1 | |
2008-01-21 | kernel.bbclass: Account for sa1100 rtc renaming (#3710) | Richard Purdie | 1 | |
2008-01-21 | merge of '69a166c7072b74d6a2c00aef7ecebacee3e1706a' | Holger Freyther | 1 | |
and '8b72081ac43d603c1378f0c3e6589903e1fe2231' | ||||
2008-01-21 | classes/cmake: To invoke cmake it has to be present, add cmake-native to the ↵ | Holger Freyther | 1 | |
DEPENDS | ||||
2008-01-21 | *-mirrors.bbclass: Applied the https handling fix to all other mirrors classes | Rod Whitby | 3 | |
2008-01-21 | nslu2-mirrors: Fix https handling | Rod Whitby | 1 | |
2008-01-21 | classes/cmake.bbclass: A small explanation why it says inherit autotools | Holger Freyther | 1 | |
CMake's Makefiles know about the DESTDIR. This allows us to use the staging and install functions of the autotools bbclass. Reusing them makes perfect sense and we should consider moving these functions to another base class. | ||||
2008-01-21 | classes/cmake.bbclass: Spaces are cool, use them | Holger Freyther | 1 | |
2008-01-18 | kernel.bbclass: added sizecheck task from linux recipe (merge from Poky) | Marcin Juszkiewicz | 1 | |
2008-01-18 | kernel.bbclass: stage also include/video directory (from Poky) | Marcin Juszkiewicz | 1 | |
2008-01-17 | java.bbclass: New bbclass for java recipes. | Robert Schuster | 2 | |
java-library.bbclass: New bbclass for java library (jar) recipes. swt3.3-gtk: New recipe. swt3.4-gtk: New recipe. swt3.4-gtk-hildon: New recipe. | ||||
2008-01-16 | A simple concatenated image class. | Andrew Wilcox | 1 | |
2008-01-15 | module*.bbclass: set AR to KERNEL_AR during building of kernel modules | Koen Kooi | 2 | |
* revision 3422 from poky | ||||
2008-01-15 | add rudimentary cmake support class | Michael Lauer | 1 | |
2008-01-12 | insane.bbclass: fix formatting of fatal include error | Michael Lauer | 1 | |
2008-01-12 | sdl.bbclass: Also, let's just have SECTION="games" for xplatform games. | Paul Sokolovsky | 1 | |
2008-01-11 | sdl.bbclass: Revamp to adhere to freedesktop standards. | Paul Sokolovsky | 1 | |
* OPIE in OE now adheres to FHS, so ${palmtopdir} is no more. * OPIE in OE doesn't haev SDL support, so: make this bbclass produce correct pixmap/.desktop per freedesktop standards, then TODO: make OPIE use the same. * Also, run after main install and before packaging, more natural (and will allow to check if standard install dropped icon/.desktop already). | ||||
2008-01-11 | sdl.bbclass: Add sane default path for APPIMAGE. | Paul Sokolovsky | 1 | |
2008-01-11 | sanity.bbclass: remove dependency on host fortran. | Michael Lauer | 1 | |
NOTE to involved people: this does not revert the related changes, please do this! | ||||
2008-01-07 | Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dash | Holger Freyther | 3 | |
Instead of using "echo -e" we simply use printf. printf doesn't add a newline by default. So some places needed an extra \n in their string. Most of the change was done by hand, so please carefully review. This bug was spotted when trying to compile python-pyqt on my ubuntu hardy system. | ||||
2008-01-07 | sanity.bbclass: Fix typo - everyone else must have GNU fortran already installed | Rod Whitby | 1 | |
2008-01-06 | classes/sanity.bbclass: We need GNU fortran installed to build the gcc4.2 ↵ | Holger Freyther | 1 | |
cross compiler | ||||
2008-01-06 | base.bbclass: Expand path when searching for applications (else it can ↵ | Richard Purdie | 1 | |
contain unexpanded entries and applications in staging don't get found for example) | ||||
2008-01-03 | base and sanity bbclasses + qemu: move gcc3 availability checking into ↵ | Marcin Juszkiewicz | 2 | |
base.bbclass (from Poky) | ||||
2007-12-31 | angstrom-mirrors: fix for recent bitbake | Cyril Romain | 1 | |
2007-12-30 | openmoko-base.bbclass: Use OM-2007.2. | Paul Sokolovsky | 1 | |
* http://svn.openmoko.org/trunk/src/target/OM-2007/ doesn't exist anymore. | ||||
2007-12-29 | insane.bbclass: make it more consistent. Fixes the following: | Cyril Romain | 1 | |
errors with id >=4 are not logged (the package_qa_write_error() method is actually not called); and error 7 and 8 are missing from the ERROR_NAMES list. | ||||
2007-12-27 | classes/autotools.bbclass: Use bruteforce and set installed=yes to =no | Holger Freyther | 1 | |
This is silenting issues with various libtool files that have installed=yes. | ||||
2007-12-27 | classes/binconfig.bbclass: Allow packages to add sed expressions | Holger Freyther | 1 | |
packages/apr/apr-util,apr: patch the config files to be 'installed' and not point to the build and source-directory. | ||||
2007-12-27 | Qt4/QtopiaCore4: Backport QT_LIBINFIX to add a suffix to libraries. Adapt qmake | Holger Freyther | 1 | |
Add the 'E' suffix to QtopiaCore libraries. This allows to install both qtopiacore, qt/X11 at the same time. | ||||
2007-12-26 | classes/insane.bbclass: Decided to not make the workdir issues fatal | Holger Freyther | 1 | |
2007-12-26 | classes/insane.bbclass: Handle non-elf files gracefully (again) | Holger Freyther | 1 | |
2007-12-26 | classes/insane.bbclass: Separate the workdir test and make it fatal | Holger Freyther | 1 | |
2007-12-26 | classes/insane.bbclass: Make .la failures non-fatal the right way, split up ↵ | Holger Freyther | 1 | |
the .la test in two parts -We have a function that can decide if a failure is fatal, use that instead of setting sane = True. -Test for installed and workdir separately. This allows us to ignore a certain error class and complain on others. | ||||
2007-12-26 | classes/insane.bbclass: Try to increase the readability | Holger Freyther | 1 | |
2007-12-26 | classes/insane.bbclass: Try to increase readability, remove deadcode, ask to ↵ | Holger Freyther | 1 | |
make desktop errors fatal | ||||
2007-12-26 | classes/insane.bbclass: Removal of whitespace and tabs | Holger Freyther | 1 | |
2007-12-26 | classes/qtopia4core.bbclass: The current name of the include and libdir is ↵ | Holger Freyther | 1 | |
qtopia Change the include and library path to end with qtopia as this is where qtopia-core is going to stage the headers in. The full blown Qtopia platform will use the same directory. | ||||
2007-12-26 | qmake,Qt/X11,QtopiaCore: Allow OE to set the tuning options. Allow to add a ↵ | Holger Freyther | 1 | |
default module -Do not hardcode O2, we have flags in OE to do such things and passing both didn't make sense -With QtopiaCore QtGui is using Tcp/Udp/Sockets for the QWS implementation. This means when building a gui application you will need the network module. Allow to add modules using environment variables. | ||||
2007-12-24 | classes/qmake2.bbclass: Remove the usage of the QTDIR from this line as well | Holger Freyther | 1 | |
(sadly no equivalent to git-commit --amend is available) | ||||
2007-12-24 | classes/qmake2,qtopia4core: Change the Qt include and library dir to match ↵ | Holger Freyther | 2 | |
the new location/names |