abuild: change board identifier to a variant of CONFIG_BOARD_*
commitc2050f014d3d9d53766f99849881da4895eceb7c
authorPatrick Georgi <pgeorgi@chromium.org>
Fri, 30 Oct 2015 23:35:44 +0000 (31 00:35 +0100)
committerPatrick Georgi <pgeorgi@google.com>
Sun, 1 Nov 2015 13:26:41 +0000 (1 14:26 +0100)
tree547d0d850bc968d935eb251933694a9092880651
parentdf7cee23c8695ff2a96fe897ebf70c41bda18aa3
abuild: change board identifier to a variant of CONFIG_BOARD_*

Since we now have multiple boards in a single mainboard directory (eg
google/veyron), we need some other identifier from which to create
output directories and filenames in abuild than the directory name.
Use the wildcard part of CONFIG_BOARD_* instead.

This changes the semantics of payload.sh handling: it's passed the
single new identifier instead of two arguments "vendor" and "board" that
constitute the mainboard directory's path.

Change-Id: I0dc59c6a1ad1ee51d393fa06b98944a6da342cdf
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/12277
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
util/abuild/abuild