From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/5] toaster: remove startup questions
Date: Wed, 7 Oct 2015 15:17:31 +0300 [thread overview]
Message-ID: <cover.1444219934.git.ed.bartosh@linux.intel.com> (raw)
This removes the startup questions from toaster and uses the following dir structure.
cwd/toaster.sqlite
cwd/_toaster_clones
cwd/build
You can override TOASTER_CONF to point at the toasterconf.json in meta.
There are still a fair number of directory assumptions that need to be worked out
for 2.1 but this should let us start up easier and automate tests better.
Since we are putting the builddir here, we should really allow users to set
the SSTATE_DIR and DL_DIR variables. I will try to add that as part of the
change needed for 7880 since it has to set a number of new variables.
The following changes since commit 2bd6d137555b44c374853068767e7f4c736898d1:
toaster: Hide "Download build log" button if log doesn't exist (2015-10-07 13:02:07 +0300)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ed/submit/bavery/toaster/startup_simplification_8217_v3
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/submit/bavery/toaster/startup_simplification_8217_v3
brian avery (5):
toaster: removed superuser question from startup
toaster: remove layer and build dir interactive questions
toaster: check for configuration file and exit if not found
toaster: get rid of interactivity in bldcontrol
toaster: remove bashisms so script works in dash as well
bin/toaster | 39 ++++--
.../management/commands/checksettings.py | 138 ++++++---------------
2 files changed, 69 insertions(+), 108 deletions(-)
--
Ed
next reply other threads:[~2015-10-07 12:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-07 12:17 Ed Bartosh [this message]
2015-10-07 12:17 ` [PATCH 1/5] toaster: removed superuser question from startup Ed Bartosh
2015-10-07 12:17 ` [PATCH 2/5] toaster: remove layer and build dir interactive questions Ed Bartosh
2015-10-07 12:17 ` [PATCH 3/5] toaster: check for configuration file and exit if not found Ed Bartosh
2015-10-07 12:17 ` [PATCH 4/5] toaster: get rid of interactivity in bldcontrol Ed Bartosh
2015-10-07 12:17 ` [PATCH 5/5] toaster: remove bashisms so script works in dash as well Ed Bartosh
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=cover.1444219934.git.ed.bartosh@linux.intel.com \
--to=ed.bartosh@linux.intel.com \
--cc=bitbake-devel@lists.openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.