Home
last modified time | relevance | path

Searched hist:"03 c1bb242548e4e9d267d784861ccd69a1887aa0" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/tools/buildman/
H A Dboard.py03c1bb242548e4e9d267d784861ccd69a1887aa0 Thu Sep 19 08:08:45 UTC 2013 Andreas Bießmann <andreas.devel@googlemail.com> buildman: fix boards.cfg parsing

Commit 27af930e9a5c91365ca639ada580b338eabe4989 changed the boards.cfg format
but missed to change the parsing in buildman.

This patch changes c'tor of Board class to the new sequence, but omits
maintainer field.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
H A Dtest.pye19d5781ec5ea6de190f774835f361f8a43758d1 Mon Sep 23 23:35:16 UTC 2013 Simon Glass <sjg@chromium.org> buildman: Adjust tests for new boards.cfg format

Commit 27af930e9a5c91365ca639ada580b338eabe4989 changed the boards.cfg format
but missed to change the parsing in buildman. A follow-on commit
03c1bb242548e4e9d267d784861ccd69a1887aa0 fixed this but missed fixing the
tests.

This patch updates the tests to fit the new Board constructor.

./tools/buildman/buildman -t
<unittest.result.TestResult run=1 errors=0 failures=0>

Signed-off-by: Simon Glass <sjg@chromium.org>