Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-04-07 | classes/cmake.bbclass: make cmake continue if the build dir already exist | Xerxes Rånby | 1 | |
2010-03-28 | cmake bbclass: add rudimentary support for cmake site files | Koen Kooi | 1 | |
2010-03-28 | cmake bbclass: s/build/target/ for cflags | Koen Kooi | 1 | |
2010-03-28 | cmake bbclass: use autotools, not autotools_stage | Koen Kooi | 1 | |
2010-03-27 | cmake.bbclass: add toolchain file for cmake compilations | Valentin Longchamp | 1 | |
Based on work done by Matthew Dombroski. We want to generate a toolchain file for cmake compilations. This adds a task that is performed before the configure task. Additional defines can be made in the toolchain file directly in the recipe file by using a do_generate_toolchain_file_append(). This is especially interesting for recipes that need to define values for additionnal libraries. Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch> | ||||
2010-03-21 | cmake.bbclass: force CMAKE_INSTALL_SO_NO_EXE to be 0 | Roman I Khimov | 1 | |
By default cmake guesses whether install shared libaries with exec permissions or not based on host distribution, so this behaviour changes from host to host. OpenEmbedded assumes shared libraries to be with exec permissions (reverse way brakes stripping, for example), so let's force this in cmake configure invocation. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Ash Charles <ashcharles@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-12-02 | cmake.bbclass: style fix for CMAKE_FIND_ROOT_PATH | Henning Heinold | 1 | |
* this fixes the uninitalize message in CMakeCache.txt | ||||
2009-12-02 | cmake.bbclass: support for seperate building directory | Henning Heinold | 1 | |
2009-11-03 | cmake.bbclass: use staging from autotools too | Henning Heinold | 1 | |
2009-03-20 | cmake.bbclass: Put mandatory cmake option to end | Robert Schuster | 1 | |
2009-03-20 | cmake.bbclass: Allow out of tree builds with cmake. | Robert Schuster | 1 | |
2009-03-20 | cmake.bbclass: Allow overriding path-to-source argument for cmake call. | Robert Schuster | 1 | |
2008-09-03 | cmake bbclass: allow extra argument via EXTRA_OECMAKE | Koen Kooi | 1 | |
2008-06-27 | cmake.bbclass: use cross-compilation support with 2.6.0 (from Poky) | Marcin Juszkiewicz | 1 | |
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 | 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-15 | add rudimentary cmake support class | Michael Lauer | 1 | |