Attention is currently required from: Martin Roth, Julius Werner. Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50518 )
Change subject: Revert "abuild: Allow disabling mainboards" ......................................................................
Revert "abuild: Allow disabling mainboards"
This reverts commit 3ac3c4ebac8 ("abuild: Allow disabling mainboards").
This mechanism helped getting Chrome OS' coreboot divergence sorted out in the 2015/2016 timeframe but hasn't been used by anybody since then. Let's not encourage people to push non-working builds without good reason and discussion (the result of which could be that we re-introduce this mechanism).
Change-Id: I8e2f2e1a5d4617baa49cbcb1a640a1ea270007ef Signed-off-by: Patrick Georgi pgeorgi@google.com --- M util/abuild/abuild 1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/50518/1
diff --git a/util/abuild/abuild b/util/abuild/abuild index 408de12..63aee2b 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -421,12 +421,6 @@ return fi
- if [ -f "src/mainboard/${board_srcdir}/abuild.disabled" ]; then - echo "${BUILD_NAME} disabled:" - cat "src/mainboard/${board_srcdir}/abuild.disabled" - return - fi - if [ "$quiet" == "false" ]; then echo "Building $BUILD_NAME"; fi mkdir -p "$TARGET/${BUILD_NAME}" "$TARGET/abuild" ABSPATH="$(cd "$TARGET/abuild" && pwd)"