]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Allow make flags to be specified for each board
authorSimon Glass <sjg@chromium.org>
Mon, 23 Sep 2013 23:35:17 +0000 (17:35 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Oct 2013 20:39:14 +0000 (14:39 -0600)
commit4281ad8e7fcb304724127281f258d198001fd41a
tree5e777c526881590623f2edd7c31eb7ddbf101159
parente19d5781ec5ea6de190f774835f361f8a43758d1
buildman: Allow make flags to be specified for each board

There are a few make options such as BUILD_TAG which can be provided when
building U-Boot. Provide a way for buildman to pass these flags to make
also.

The flags should be in a [make-flags] section and arranged by target name
(the 'target' column in boards.cfg. See the README for more details.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/README
tools/buildman/bsettings.py
tools/buildman/builder.py
tools/buildman/buildman.py
tools/buildman/toolchain.py