aboutsummaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-11-23 12:26:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-08 10:35:08 +0000
commit13901d22a7ac13c56772d246619896fa4615f71a (patch)
treeeea6970b447cb863316b8409a87a1fcb1239ce35 /meta-poky
parent748b1c2681ab690040f632a1693c48851d1642c7 (diff)
downloadopenembedded-core-contrib-13901d22a7ac13c56772d246619896fa4615f71a.tar.gz
conf: Remove redundant toasterconf.json file
We no longer use this file to start toaster. Toaster's configuration is setup by Toaster itself using the standard Django data fixtures. (From meta-yocto rev: eea72a2d34924f90f7ff5ddf07181c8a331b643b) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/toasterconf.json90
1 files changed, 0 insertions, 90 deletions
diff --git a/meta-poky/conf/toasterconf.json b/meta-poky/conf/toasterconf.json
deleted file mode 100644
index 93fb9291f9..0000000000
--- a/meta-poky/conf/toasterconf.json
+++ /dev/null
@@ -1,90 +0,0 @@
-{
- "config": {
- "MACHINE" : "qemux86",
- "DISTRO" : "poky",
- "DL_DIR" : "${TOPDIR}/../downloads",
- "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2",
- "IMAGE_INSTALL_append": "",
- "PACKAGE_CLASSES": "package_rpm",
- "SSTATE_DIR" : "${TOPDIR}/../sstate-cache"
- },
- "layersources": [
- {
- "name": "Local Yocto Project",
- "sourcetype": "local",
- "apiurl": "../../",
- "branches": ["HEAD" ],
- "layers": [
- {
- "name": "openembedded-core",
- "local_path": "meta",
- "vcs_url": "remote:origin",
- "dirpath": "meta"
- },
- {
- "name": "meta-poky",
- "local_path": "meta-poky",
- "vcs_url": "remote:origin",
- "dirpath": "meta-poky"
- },
- {
- "name": "meta-yocto-bsp",
- "local_path": "meta-yocto-bsp",
- "vcs_url": "remote:origin",
- "dirpath": "meta-yocto-bsp"
- }
-
- ]
- },
- {
- "name": "OpenEmbedded",
- "sourcetype": "layerindex",
- "apiurl": "http://layers.openembedded.org/layerindex/api/",
- "branches": ["master"]
- },
- {
- "name": "Imported layers",
- "sourcetype": "imported",
- "apiurl": "",
- "branches": ["master", "HEAD"]
-
- }
- ],
- "bitbake" : [
- {
- "name": "master",
- "giturl": "remote:origin",
- "branch": "master",
- "dirpath": "bitbake"
- },
- {
- "name": "HEAD",
- "giturl": "remote:origin",
- "branch": "HEAD",
- "dirpath": "bitbake"
- }
- ],
-
- "defaultrelease": "master",
-
- "releases": [
- {
- "name": "master",
- "description": "Yocto Project master",
- "bitbake": "master",
- "branch": "master",
- "defaultlayers": [ "openembedded-core", "meta-poky", "meta-yocto-bsp"],
- "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
- "helptext": "Toaster will run your builds using the tip of the <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/\">Yocto Project master branch</a>, where active development takes place. This is not a stable branch, so your builds might not work as expected."
- },
- {
- "name": "local",
- "description": "Local Yocto Project",
- "bitbake": "HEAD",
- "branch": "HEAD",
- "defaultlayers": [ "openembedded-core", "meta-poky", "meta-yocto-bsp"],
- "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
- "helptext": "Toaster will run your builds with the version of the Yocto Project you have cloned or downloaded to your computer."
- }
- ]
-}