All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] toaster: remove startup questions
@ 2015-10-07 12:17 Ed Bartosh
  2015-10-07 12:17 ` [PATCH 1/5] toaster: removed superuser question from startup Ed Bartosh
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ed Bartosh @ 2015-10-07 12:17 UTC (permalink / raw)
  To: bitbake-devel

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-07 12:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07 12:17 [PATCH 0/5] toaster: remove startup questions Ed Bartosh
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

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.