summaryrefslogtreecommitdiff
path: root/maintainers.rst
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-11-04 03:14:03 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-11-07 00:35:21 +0900
commit3c9461520f734b92f27345da515160d8522eeda6 (patch)
tree5030de3b0ea949caabf52149b5994fe43065896a /maintainers.rst
parent8012cc5c2f2a96fdea66359e8c559a3804cebdd4 (diff)
uniphier: make sure to create build directory before ROT key
Building the UniPhier platform in parallel with TRUSTED_BOARD_BOOT=1 could fail due to non-existing directory. It might be difficult to reproduce, but here is an easier way to trigger the problem: $ make PLAT=uniphier TRUSTED_BOARD_BOOT=1 MBEDTLS_DIR=mbedtls certificates OPENSSL build/uniphier/release/rot_key.pem /bin/sh: 1: cannot create build/uniphier/release/rot_key.pem: Directory nonexistent make: *** [build/uniphier/release/rot_key.pem] Error 2 The $(ROT_KEY) must depend on $(BUILD_PLAT) so that the build directory is created before the key. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'maintainers.rst')
0 files changed, 0 insertions, 0 deletions