From: Michael Wood <michael.g.wood@intel.com>
To: openembedded-core@lists.openembedded.org
Cc: toaster@yoctoproject.org
Subject: [PATCH 1/2] conf: Remove redundant toasterconf.json file
Date: Wed, 23 Nov 2016 12:24:35 +0000 [thread overview]
Message-ID: <1479903876-7268-1-git-send-email-michael.g.wood@intel.com> (raw)
We no longer use this file to start toaster. Toaster's configuration is
setup by Toaster itself using the standard Django data fixtures.
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
---
meta/conf/toasterconf.json | 77 ----------------------------------------------
1 file changed, 77 deletions(-)
delete mode 100644 meta/conf/toasterconf.json
diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
deleted file mode 100644
index 796125b..0000000
--- a/meta/conf/toasterconf.json
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- "config": {
- "MACHINE" : "qemux86",
- "DISTRO" : "nodistro",
- "DL_DIR" : "${TOPDIR}/../downloads",
- "IMAGE_FSTYPES": "ext4 jffs2 tar.bz2",
- "IMAGE_INSTALL_append": "",
- "PACKAGE_CLASSES": "package_rpm",
- "SSTATE_DIR" : "${TOPDIR}/../sstate-cache"
- },
- "layersources": [
- {
- "name": "Local OpenEmbedded",
- "sourcetype": "local",
- "apiurl": "../../",
- "branches": ["HEAD", "master"],
- "layers": [
- {
- "name": "openembedded-core",
- "local_path": "meta",
- "vcs_url": "remote:origin",
- "dirpath": "meta"
- }
- ]
- },
- {
- "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": "git://git.openembedded.org/bitbake",
- "branch": "master",
- "dirpath": ""
- },
- {
- "name": "HEAD",
- "giturl": "git://git.openembedded.org/bitbake",
- "branch": "HEAD",
- "dirpath": ""
- }
- ],
-
- "defaultrelease": "master",
-
- "releases": [
- {
- "name": "master",
- "description": "OpenEmbedded master",
- "bitbake": "master",
- "branch": "master",
- "defaultlayers": [ "openembedded-core" ],
- "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
- "helptext": "Toaster will run your builds using the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/\">OpenEmbedded master</a> branch, where active development takes place. This is not a stable branch, so your builds might not work as expected."
- },
- {
- "name": "local",
- "description": "Local OpenEmbedded",
- "bitbake": "HEAD",
- "branch": "HEAD",
- "defaultlayers": [ "openembedded-core" ],
- "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
- "helptext": "Toaster will run your builds with the version of OpenEmbedded that you have cloned or downloaded to your computer."
- }
- ]
-}
--
2.7.4
next reply other threads:[~2016-11-23 12:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-23 12:24 Michael Wood [this message]
2016-11-23 12:24 ` [PATCH 2/2] oe-selftest: toaster Remove redundant Toaster test Michael Wood
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1479903876-7268-1-git-send-email-michael.g.wood@intel.com \
--to=michael.g.wood@intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=toaster@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox