Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v4 00/11] CMake infrastructure refactoring
@ 2014-06-01  9:24 Samuel Martin
  2014-06-01  9:24 ` [Buildroot] [PATCH v4 01/11] pkg-cmake.mk: refactor the toolchainfile.cmake generation Samuel Martin
                   ` (11 more replies)
  0 siblings, 12 replies; 33+ messages in thread
From: Samuel Martin @ 2014-06-01  9:24 UTC (permalink / raw)
  To: buildroot

Hi all,

Here is another series about the CMake infrastructure.

No big change in here, except that now the toolchainfile.cmake file
is templated instead of being generated.

Yours,
Samuel

Samuel Martin (11):
  pkg-cmake.mk: refactor the toolchainfile.cmake generation
  pkg-cmake.mk: do not hardcode absolute path in toolchainfile.cmake
  pkg-cmake.mk: enable ccache for cmake packages
  rpi-userland: cleanup *_CONF_OPT
  xbmc: fix missing libraries from rpi-userland
  pkg-cmake.mk: globally disable BUILD_TESTING flag
  pkg-cmake.mk: globally drive the CMAKE_BUILD_TYPE flag using
    BR2_ENABLE_DEBUG
  openpowerlink: do not override CMAKE_BUILD_TYPE
  opencv: do not override CMAKE_BUILD_TYPE
  flann: do not override CMAKE_BUILD_TYPE
  qhull: do not override CMAKE_BUILD_TYPE

 package/flann/flann.mk                 |  1 -
 package/opencv/opencv.mk               |  1 -
 package/openpowerlink/openpowerlink.mk |  6 ----
 package/pkg-cmake.mk                   | 31 ++++++++++---------
 package/qhull/qhull.mk                 |  1 -
 package/rpi-userland/rpi-userland.mk   |  2 +-
 package/xbmc/xbmc.mk                   |  3 +-
 support/misc/toolchainfile.cmake.in    | 56 ++++++++++++++++++++++++++++++++++
 8 files changed, 76 insertions(+), 25 deletions(-)
 create mode 100644 support/misc/toolchainfile.cmake.in

--
1.9.2

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2014-06-01 20:20 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-01  9:24 [Buildroot] [PATCH v4 00/11] CMake infrastructure refactoring Samuel Martin
2014-06-01  9:24 ` [Buildroot] [PATCH v4 01/11] pkg-cmake.mk: refactor the toolchainfile.cmake generation Samuel Martin
2014-06-01 10:54   ` Thomas Petazzoni
2014-06-01 20:12   ` Peter Korsgaard
2014-06-01  9:24 ` [Buildroot] [PATCH v4 02/11] pkg-cmake.mk: do not hardcode absolute path in toolchainfile.cmake Samuel Martin
2014-06-01 10:57   ` Thomas Petazzoni
2014-06-01 20:16   ` Peter Korsgaard
2014-06-01  9:24 ` [Buildroot] [PATCH v4 03/11] pkg-cmake.mk: enable ccache for cmake packages Samuel Martin
2014-06-01 10:57   ` Thomas Petazzoni
2014-06-01 20:17   ` Peter Korsgaard
2014-06-01  9:24 ` [Buildroot] [PATCH v4 04/11] rpi-userland: cleanup *_CONF_OPT Samuel Martin
2014-06-01 11:04   ` Thomas Petazzoni
2014-06-01  9:24 ` [Buildroot] [PATCH v4 05/11] xbmc: fix missing libraries from rpi-userland Samuel Martin
2014-06-01  9:24 ` [Buildroot] [PATCH v4 06/11] pkg-cmake.mk: globally disable BUILD_TESTING flag Samuel Martin
2014-06-01 11:05   ` Thomas Petazzoni
2014-06-01 20:18   ` Peter Korsgaard
2014-06-01  9:24 ` [Buildroot] [PATCH v4 07/11] pkg-cmake.mk: globally drive the CMAKE_BUILD_TYPE flag using BR2_ENABLE_DEBUG Samuel Martin
2014-06-01 11:06   ` Thomas Petazzoni
2014-06-01 20:18   ` Peter Korsgaard
2014-06-01  9:24 ` [Buildroot] [PATCH v4 08/11] openpowerlink: do not override CMAKE_BUILD_TYPE Samuel Martin
2014-06-01 11:07   ` Thomas Petazzoni
2014-06-01 20:19   ` Peter Korsgaard
2014-06-01  9:24 ` [Buildroot] [PATCH v4 09/11] opencv: " Samuel Martin
2014-06-01 11:07   ` Thomas Petazzoni
2014-06-01 20:20   ` Peter Korsgaard
2014-06-01  9:24 ` [Buildroot] [PATCH v4 10/11] flann: " Samuel Martin
2014-06-01 11:07   ` Thomas Petazzoni
2014-06-01 20:20   ` Peter Korsgaard
2014-06-01  9:24 ` [Buildroot] [PATCH v4 11/11] qhull: " Samuel Martin
2014-06-01 11:07   ` Thomas Petazzoni
2014-06-01 20:20   ` Peter Korsgaard
2014-06-01 11:08 ` [Buildroot] [PATCH v4 00/11] CMake infrastructure refactoring Thomas Petazzoni
2014-06-01 20:20   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox