All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Buildman cookbook
@ 2014-10-27  9:04 Wolfgang Denk
  2014-10-29 15:09 ` Simon Glass
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2014-10-27  9:04 UTC (permalink / raw)
  To: u-boot

Hello,

it would be nice if we could add a buildman cookbok with hints how to
get started quickly with the most frequent use cases (or add some
quickstart section to the README).

Things that I would like to have better documented include:

- dependencies on external tools:

	-> tools/buildman/buildman --list-tool-chains
	Traceback (most recent call last):
	  File "tools/buildman/buildman", line 10, in <module>
	    import multiprocessing
	ImportError: No module named multiprocessing

  It would be nice if we could list such dependencies.

  Actually we should probably provide such dependencies for U-Boot in
  general - other tools have similar issues, like:

	-> tools/genboardscfg.py 
	Traceback (most recent call last):
	  File "tools/genboardscfg.py", line 19, in <module>
	    import fnmatch
	ImportError: No module named fnmatch

- It would be nice if we could include a sample ".buildman" file,
  and add documentation what the sections ("[toolchain]",
  "[toolchain-alias]") and entries ("root", "rest", "eldk", "arm",
  "aarch64") actually mena, which other options exist, and how the
  tool selects a specific tool chain from this list if multiple
  options are present.

- I work a lot with local branches, and regularly run into this:

  -> tools/buildman/buildman -n -b tq-generic-board
  No section: 'make-flags'
  Branch 'tq-generic-board' not found or has no upstream

  Can we not avoid this?  Or add a default to "master"?

  The README recommends to use "git branch --set-upstream ...", but
  actually I don't want to do that - it is simply not needed.
  Furthermore, git complains;

  -> git branch --set-upstream tq-generic-board master
  The --set-upstream flag is deprecated and will be removed. Consider using --track or --set-upstream-to
  Branch tq-generic-board set up to track local branch master.


Thanks.


Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Man braucht zwei Jahre, um sprechen zu lernen,  und f?nfzig Jahre, um
schweigen zu lernen.                               - Ernest Hemingway

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

end of thread, other threads:[~2014-10-29 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27  9:04 [U-Boot] Buildman cookbook Wolfgang Denk
2014-10-29 15:09 ` Simon Glass
2014-10-29 15:15   ` Dirk Eibach
2014-10-29 15:29   ` Wolfgang Denk
2014-10-29 18:04   ` Daniel Schwierzeck

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.