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 6A7B2C433EF for ; Tue, 12 Jul 2022 01:04:56 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 600B2840C2; Tue, 12 Jul 2022 03:04:51 +0200 (CEST) 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="WlxF9Eav"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6F8C1840B1; Tue, 12 Jul 2022 03:04:43 +0200 (CEST) Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) (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 CB7CE8409E for ; Tue, 12 Jul 2022 03:04:34 +0200 (CEST) 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-wr1-x429.google.com with SMTP id q9so9093206wrd.8 for ; Mon, 11 Jul 2022 18:04:34 -0700 (PDT) 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=VPsO2RHiEgEaWKKhNYxJfyYH80MIhnljkBR5RgSCsxI=; b=WlxF9Eav8rfuoEOnkSsC7E6YKM1CEU1eOCVoI5gRsTpstmS5mB5IMz8NsBXsNU3EpQ H+Nx25DU2x/jzyZ7KPnDXp3tKkTNL0dwcf6bXJkveqV043vrL+8TkI0W8yGe4wVaW6su 4E1WjswRl6NifxOIZ8+OCAYSvB65PFLK4G+XU= 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=VPsO2RHiEgEaWKKhNYxJfyYH80MIhnljkBR5RgSCsxI=; b=gfVHbkTnTTV/kh5MbjZ0p92vKptStTQPz+rFvFjEKI8Lyicpt0GpUxK9xeLwX1LqhA aJBGq/pvQzHHxnLQiHSmOgIc3W1FmL1itujvc0tKn3M2CzBpcC1mFjDkC2haSLGQtL05 xewh0P0OoXYtCLsUAe2ammTJI9geuqADoN+7kUSslCfNwzJI41t7+xohksvASXAiWS7j 7kXMJH/KotXYMYfdy66SfYsesfKZiB9x4evZrfQZjjSLVNJxOMY0QuyuzosyT0Rj2jx3 28EQ8bfd+rTrYOGc30n5uWLxCDAj6e1pqEatVTl9hP0NhWH6EI5mPjqTMB070mTfMKgT 33xQ== X-Gm-Message-State: AJIora96yuPBHDM99c2if8XBjmmMbnyv352qHzRe1CpcRX4Idkr4CraA evs588PsMqjHrPkMbjILNMDpd5NEWkhXoLHt X-Google-Smtp-Source: AGRyM1uQYxwwv/zwcJcZ4slApjjmhkfgTPocL+Xmi6HN7pg/TXGdezrll03xuGnzoIf9DdSobDTJtw== X-Received: by 2002:adf:ea50:0:b0:21d:6547:1154 with SMTP id j16-20020adfea50000000b0021d65471154mr18720374wrn.186.1657587874025; Mon, 11 Jul 2022 18:04:34 -0700 (PDT) Received: from sjg1.roam.corp.google.com (host-92-0-109-232.as13285.net. [92.0.109.232]) by smtp.gmail.com with ESMTPSA id p12-20020a5d48cc000000b0021d9d13bf6csm5541152wrs.97.2022.07.11.18.04.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 18:04:33 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH 01/19] buildman: Drop -I option Date: Mon, 11 Jul 2022 19:03:55 -0600 Message-Id: <20220712010413.331984-2-sjg@chromium.org> X-Mailer: git-send-email 2.37.0.144.g8ac04bfd2-goog In-Reply-To: <20220712010413.331984-1-sjg@chromium.org> References: <20220712010413.331984-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.6 at phobos.denx.de X-Virus-Status: Clean This has been deprecated with a notice that it will be removed after April 2021. Drop it now. Signed-off-by: Simon Glass --- tools/buildman/cmdline.py | 3 --- tools/buildman/control.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/tools/buildman/cmdline.py b/tools/buildman/cmdline.py index 8586bdf3b58..ddcb1ec5fcd 100644 --- a/tools/buildman/cmdline.py +++ b/tools/buildman/cmdline.py @@ -59,9 +59,6 @@ def ParseArgs(): parser.add_option('-i', '--in-tree', dest='in_tree', action='store_true', default=False, help='Build in the source tree instead of a separate directory') - # -I will be removed after April 2021 - parser.add_option('-I', '--incremental', action='store_true', - default=False, help='Deprecated, does nothing. See -m') parser.add_option('-j', '--jobs', dest='jobs', type='int', default=None, help='Number of jobs to run at once (passed to make)') parser.add_option('-k', '--keep-outputs', action='store_true', diff --git a/tools/buildman/control.py b/tools/buildman/control.py index 8f4810bc3ef..beade62408b 100644 --- a/tools/buildman/control.py +++ b/tools/buildman/control.py @@ -176,9 +176,6 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, print() return 0 - if options.incremental: - print(col.build(col.RED, - 'Warning: -I has been removed. See documentation')) if not options.output_dir: if options.work_in_output: sys.exit(col.build(col.RED, '-w requires that you specify -o')) -- 2.37.0.144.g8ac04bfd2-goog