mbox

[0/2] cmake class and recipe

Message ID cover.1373221481.git.jacob@barsoekjaergaard.dk
State Not Applicable
Delegated to: Esben Haabendal
Headers show

Pull-request

git://gitorious.org/~jabk/oe-lite/jabks-core cmake

Message

Jacob Kjaergaard July 7, 2013, 6:38 p.m. UTC
From: Jacob Kjaergaard <jacob@barsoekjaergaard.dk>

support for cmake through supplied native:cmake and cmake class

The following changes since commit 0fdd642c0d174a4199ff935c8d6322fcdda52536:

  class/kernel: Fix uImage generation for some architectures (2013-07-05 14:05:35 +0200)

are available in the git repository at:

  git://gitorious.org/~jabk/oe-lite/jabks-core cmake
  http://gitorious.org/~jabk/oe-lite/jabks-core/commits/cmake

Jacob Kjaergaard (2):
  cmake: add new recipe
  classes/cmake: add new cmake class to support cmake projects

 classes/cmake.oeclass               |   19 +++++++++++++++++++
 recipes/cmake/cmake.inc             |   19 +++++++++++++++++++
 recipes/cmake/cmake_2.8.11.1.oe     |    1 +
 recipes/cmake/cmake_2.8.11.1.oe.sig |    1 +
 4 files changed, 40 insertions(+)
 create mode 100644 classes/cmake.oeclass
 create mode 100644 recipes/cmake/cmake.inc
 create mode 100644 recipes/cmake/cmake_2.8.11.1.oe
 create mode 100644 recipes/cmake/cmake_2.8.11.1.oe.sig