From e6c9122b0be4cef9691dbce52841b087c14b9909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Tue, 19 Nov 2019 17:35:25 +0100 Subject: [PATCH] setup_board: Make amd64-usr the default board --- common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common.sh b/common.sh index bcd571f01c..387614e45f 100644 --- a/common.sh +++ b/common.sh @@ -384,6 +384,7 @@ if [[ -f ${GCLIENT_ROOT}/src/scripts/.default_board ]]; then "'${DEFAULT_BOARD}'" fi fi +DEFAULT_BOARD="${DEFAULT_BOARD-amd64-usr}" # Directory to store built images. Should be set by sourcing script when used. BUILD_DIR=