[OE-core] [PATCH 01/27] toaster: add toaster layer configuration file

Koen Kooi koen at dominion.thruhere.net
Tue Oct 28 15:49:42 UTC 2014


> Op 28 okt. 2014, om 15:09 heeft Alex DAMIAN <alexandru.damian at intel.com> het volgende geschreven:
> 
> From: Alexandru DAMIAN <alexandru.damian at intel.com>
> 
> In managed mode, Toaster tries to discover layers
> that are being checked-out on disk.
> 
> In base layers, the toasterconf.json file
> describes basic configuration file for builds based
> on that layer, like default configuration variable
> settings, toaster-compatible branches, and the
> layerindex URL where the base layer and
> compatible layers are listed.
> 
> This patch adds toasterconf.json file to the oe core layer.
> 
> Signed-off-by: Alexandru DAMIAN <alexandru.damian at intel.com>
> ---
> meta/conf/toasterconf.json | 71 ++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 71 insertions(+)
> create mode 100644 meta/conf/toasterconf.json
> 
> diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
> new file mode 100644
> index 0000000..cdc7564
> --- /dev/null
> +++ b/meta/conf/toasterconf.json
> @@ -0,0 +1,71 @@
> +{
> +    "config": {"MACHINE": "qemux86", "DISTRO": "poky"},


This seems to be very inappropriate for OE-core, maybe you meant to send it to meta-poky?


More information about the Openembedded-core mailing list