summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/toasterconf.json
Commit message (Collapse)AuthorAgeFilesLines
* toasterconf: update meta-yocto to jethro and drop dizzybrian avery2015-10-111-15/+15
| | | | | | | | | | | | Toaster only supports building 2 branches back. This updates the conf file for meta-yocto to support master, jethro, and fido. (From meta-yocto rev: 426fb86b4c8ed5c700efe55176628cb0280cb3ae) Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster: Special case the openembedded-core layer to avoid duplicatesMichael Wood2015-10-011-1/+1
| | | | | | | | | | | | If the openembedded-core layer is specified in the toasterconf we need to treat it differently because we may also get this layer either from the layerindex source or I can also be provided locally. (From meta-yocto rev: c05a715d0548eaf8c02c5fef43bab042efe171d4) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster: updating toasterconf.json for fido releaseBelen Barros Pena2015-03-311-5/+20
| | | | | | | | | | | | | | | | | | We update the toasterconf.json file for the fido release. A small update to the release help text in the toasterconf.json file shipped with the meta-yocto layer. We now make explicit that Toaster will build with the tip of the selected branch. We also link the Yocto Project Dizzy release to the git repository, and not to the release page on the website. (From meta-yocto rev: 8b4367e3b56285add7c8080a6a99e5005d03c8b7) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toasterconf.json updateDavid Reyna2015-02-021-4/+11
| | | | | | | | | | | | | | | The toaster layer configuration file is updated to specify sane default for more build configuration variables. Minor whitespace changes to beautify the file. Rebased by Alex from a patch written by David Reyna. (From meta-yocto rev: e6ac763a6f13c6338b5f7d6254ba763d9619a25b) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toasterconf: naming and description changesBelen Barros Pena2014-12-181-6/+6
| | | | | | | | | | | | | | | | | | | | | Some minor changes to the names and descriptions used in the Toaster configuration file: * Change the local layer source name from Local Poky to Local Yocto Project to match release naming, which makes no reference to Poky * Change Imported Layer Source to just Imported layers. It is shorter, which helps table display * Change the helptext of the dizzy release to remove the "latest" reference, since might make maintenance hard (From meta-yocto rev: ab1326597bbc505c5beade577206de78cda2dae8) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toasterconf: fix localpath valuesAlexandru DAMIAN2014-11-271-2/+2
| | | | | | | | | | The toasterconf.json file listed wrong local path values for meta-yocto and meta-yocto-bsp. This patch fixes the values. (From meta-yocto rev: ffbb53656090590348bd9f70a6158d17adf0b30d) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster: add toaster layer configuration files for meta-yoctoAlexandru DAMIAN2014-11-211-0/+97
In managed mode, Toaster tries to create project configuration based on the layers that are being checked-out on disk. This is done by using a JSON configuration file that is layer-specific. This patch adds toasterconf.json files to the meta-yocto layer, allowing Toaster projects based on Yocto Project releases. (From meta-yocto rev: 3011da795a1c208438424e064cd5f77a21b6a87a) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>