Coder Social home page Coder Social logo

meta-xt-images's Introduction

XT-images
=========

This is set of images used by Xen-troops team to build
various configurations used for Xen [1] development and
delivery.

XT-quirks
==========

XT-quirks is a bitbake meta layer which simplifies automated
build and deployment of images. There are number of variables
recipes can use.

XT_QUIRK_UNPACK_SRC_URI - list of URIs which are aditionally
fetched/unpacked after base do_unpack happens.

This is used to deliver additional files into the inner
(domain's) build to tune the build. For example, to deliver
Xen-troops additional meta layer on top of provided BSP and
Xen-troops images [2] and customize those for a particular
platform, one can use something like:
APPEND_XT_QUIRK_UNPACK_SRC_URI := "file://${THISDIR}/files/meta-xt-extra;subdir=repo"
XT_QUIRK_UNPACK_SRC_URI += "${APPEND_XT_QUIRK_UNPACK_SRC_URI}"

This can also be used to deliver additional configuration and
other files into the inner build.

XT_QUIRK_PATCH_SRC_URI - list of patches do be applied after
base do_unpack happens.

This quirk is used for builds where a BSP provides additional
patches as part of a fetched meta layer, e.g. via doc folder.
In order to be able to patch base do_patch cannot be used as
it relies on SRC_URI (all the patches have to be fetched first),
but at the time of base do_fetch the patch does not exist yet.
In order to allow that weird kind of patching this quirk
runs after base do_fetch/do_unpack actuall deliver the patch
onto the filesystem.

[1] https://xenproject.org
[2] https://github.com/xen-troops/meta-xt-images

meta-xt-images's People

Contributors

al1img avatar andr2000 avatar arminn avatar cf47mn avatar iartemenko avatar iusyk avatar lorc avatar rshym avatar

Watchers

 avatar  avatar

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.