]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Add a way to print the architecture for a board
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:49:28 +0000 (17:49 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commitad0378748e3e23e09c74d931367e8e379674770b
treec543454910537912b71a139450671655cce4c8b2
parent2ecc5805ac5e9209b922f57a39cb54bc648c1a22
buildman: Add a way to print the architecture for a board

This is useful for some tools and is easily available for buildman. Add
a new --print-arch option.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/cmdline.py
tools/buildman/control.py
tools/buildman/func_test.py