aboutsummaryrefslogtreecommitdiffstats
meta-meson
==========

This layer contains the metadata necessary to build Meson, a small Linux
distribution designed for use in UAV applications. Meson is currently used in
an indoor advertising blimp, capable of autonomous operation.

Dependencies
------------

Poky
  URI: git://git.yoctoproject.org/poky.git
  branch: dylan
  revision: HEAD

Building meta-meson
------------------

  git clone -b dylan git://git.yoctoproject.org/poky
  git clone -b dylan git://git.yoctoproject.org/meta-meson
  . poky/oe-init-build-env

  # Be sure to add meta-meson to your bblayers.conf file. For example:
  BBLAYERS += " /home/strassek/meta-meson "

  # That should be all the changes you need to make. To start a build run 
  # the following command:
  bitbake meson-image
 
Maintenance
-----------

This layer is maintained by the Yocto Project. Send patches / pull requests
to yocto@yoctoproject.org with '[meta-meson]' in the subject.

License
-------

All metadata is MIT licensed unless otherwise stated. Souce code included
in tree for individual recipes is under the LICENSE stated in each recipe
(.bb file) unless otherwise stated.

This README document is Copyright (C) 2012 Intel Corporation.