From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2160BC433EF for ; Mon, 28 Feb 2022 19:10:03 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E304783BB9; Mon, 28 Feb 2022 20:09:40 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="LOQoSPaA"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 96ED983BDE; Mon, 28 Feb 2022 20:09:15 +0100 (CET) Received: from mail-oi1-x22f.google.com (mail-oi1-x22f.google.com [IPv6:2607:f8b0:4864:20::22f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 32AB783BB9 for ; Mon, 28 Feb 2022 20:09:04 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-oi1-x22f.google.com with SMTP id x193so14198781oix.0 for ; Mon, 28 Feb 2022 11:09:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=HPF8j2uSN+RmOU1ri5HsmUUBDtu/8YvfVzHglxvyLZ4=; b=LOQoSPaAZr1B89EZEmCVofI9VB5e6mxmHZsM9M+8AjURaj7ilu6UirngIo48ZCt7jo xHTeWc38khuR+YQapxasbSUeU7j+Es/4pnILy0Cud/blINIRuJlaOaqyG4+1mPSHjf4q Qwu2HYnJsK/5LV/TUlgvrGGp3QqtpydfqOPpQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=HPF8j2uSN+RmOU1ri5HsmUUBDtu/8YvfVzHglxvyLZ4=; b=L/x3DxwrTsOX4BRIA8xcQhN24JW2iOA30seYVd8OP5FqpEUbqXbxA1Z2w0myC+jSG6 AU7Du3qCCrm0YH1+zKF2vB9ClRq7GuqvhmTx2XVPYg94uWAUFbnVZnSug3Fv5uUACTf+ fOq4RzM6vR5h3V2KEgzytw/HuIGdaLV0ECXyYcbDjyJxcbezEigbQBmhaGX1nwT9HUsm l8vMUOkJK5MViPm9Xhbgh4SoBBjI2HPXWKyJrLTAER9YlnUtWmUJCIvyLPGBm1pYozzH FGk4rWE/uAgmO2Yhgdud4HnOHbXrqz2MuWI4lCjxBhXx17mu2hUzv9wBdOL6ARA7ShZt B3mw== X-Gm-Message-State: AOAM531A0xYPYURNH6TOT6+0NjHNTkXyd5TskwFevDxeQskMk/2usjJ7 zZ03cECP3BAgZr1o1hdEjp3pED8AmbNBYg== X-Google-Smtp-Source: ABdhPJxz9ph77HeR9NjcVx6kn0d/Cdw1SKG95LeWfKIuPFcTilMYl3iPuw8AVt+08cK/j0MyEhV0kw== X-Received: by 2002:aca:3d8b:0:b0:2d0:3c63:ef6a with SMTP id k133-20020aca3d8b000000b002d03c63ef6amr11857682oia.144.1646075342702; Mon, 28 Feb 2022 11:09:02 -0800 (PST) Received: from kiwi.bld.corp.google.com (c-67-190-101-114.hsd1.co.comcast.net. [67.190.101.114]) by smtp.gmail.com with ESMTPSA id f188-20020a4a58c5000000b0031ccb8272f1sm5290577oob.33.2022.02.28.11.09.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Feb 2022 11:09:02 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH 01/18] buildman: Update default config to build for sandbox Date: Mon, 28 Feb 2022 12:08:18 -0700 Message-Id: <20220228190835.1480772-2-sjg@chromium.org> X-Mailer: git-send-email 2.35.1.574.g5d30c73bfb-goog In-Reply-To: <20220228190835.1480772-1-sjg@chromium.org> References: <20220228190835.1480772-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean At present the default .buildman file written by buildman does not specify a default toolchain. Add an 'other' line so this works correctly and sandbox builds run as expected. Signed-off-by: Simon Glass --- tools/buildman/bsettings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py index 0b7208da37..e634bbb279 100644 --- a/tools/buildman/bsettings.py +++ b/tools/buildman/bsettings.py @@ -74,6 +74,7 @@ def CreateBuildmanConfigFile(config_fname): print('''[toolchain] # name = path # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux +other = / [toolchain-prefix] # name = path to prefix -- 2.35.1.574.g5d30c73bfb-goog