]> code.ossystems Code Review - openembedded-core.git/commit
toaster: add toaster layer configuration files
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Thu, 20 Nov 2014 16:00:10 +0000 (16:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Nov 2014 11:52:25 +0000 (11:52 +0000)
commit323b2d27598df8fe18892559e093ae7281e99918
treed02cd8d53c1f1f4faf9dae97e99751d7d7f393ee
parent4a888b2ab61662c7f749b5d1e64af92ed613d8eb
toaster: add toaster layer configuration files

In managed mode, Toaster creates project configurations
based on the layers that are being checked-out on disk.

The defaults are set through a JSON configuration
file that contains layer-specific specific information.

This patch adds toasterconf.json files for the oe core layer,
that make Toaster work with a standalone OpenEmbedded-Core checkout.

The toasterconf.json files describe basic configuration for Toaster
projects, including default layers, default configuration variable values,
toaster-compatible branches, and the layerindex URL
where the base layer and compatible layers.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/toasterconf.json [new file with mode: 0644]