Code Monkey home page Code Monkey logo

meta-aura's Introduction

meta-aura
=========

This layer simply provides support for building pianobar, a console-based
pandora client.



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

Poky
  URI: git://git.yoctoproject.org/poky.git
  branch: denzil or later
  revision: HEAD



Building
--------

meta-aura doesn't provide any reference images, as its sole purpose is to
provide pianobar without any additional dependencies. The most straightforward
way of trying out the layer is by adding it to a preexisting build.

Begin by adding the layer to bblayers. For example:
    BBLAYERS ?= " \
        /home/strassek/poky/meta \
        /home/strassek/poky/meta-yocto \
        /home/strassek/poky/meta-aura \

Assuming your image inherits from core-image you can add pianobar to local.conf like so:
    CORE_IMAGE_EXTRA_INSTALL = "pianobar"

By default, bitbake will pull the latest version of pianobar available from 
github. To increase the likelyhood that things just work, you may want to 
specify an actual release version like so:
    PREFERRED_VERSION_pianobar = "20120907"

At this point you should be ready to build the image.



License
-------

All metadata is MIT licensed unless otherwise stated. Source 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.