From patchwork Tue May 18 21:37:45 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 1480562 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Fl8W11Q3Vz9sW1 for ; Wed, 19 May 2021 07:38:05 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 4F78E60A47; Tue, 18 May 2021 21:38:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62GfkpXAnhKy; Tue, 18 May 2021 21:38:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 5A7DC60A50; Tue, 18 May 2021 21:38:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CE7901BF30E for ; Tue, 18 May 2021 21:37:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id CAD008439F for ; Tue, 18 May 2021 21:37:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7LyG4R_xg819 for ; Tue, 18 May 2021 21:37:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by smtp1.osuosl.org (Postfix) with ESMTPS id C3593843A0 for ; Tue, 18 May 2021 21:37:58 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 77ADE1BF206; Tue, 18 May 2021 21:37:55 +0000 (UTC) From: Thomas Petazzoni To: Buildroot List Date: Tue, 18 May 2021 23:37:45 +0200 Message-Id: <20210518213749.144355-1-thomas.petazzoni@bootlin.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 0/3] My take on the at91bootstrap 4.x story X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Eugen Hristev , alexandre.belloni@bootlin.com, Nicolas Ferre , Thomas Petazzoni Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Hello, In order to hopefully make progress on the at91bootstrap 4.x story, here is a series of patches, based on the existing work from Eugen Hristev, which matches better what I believe we want to have in Buildroot. The only annoyance that I have with applying this right now is that the "latest" version of at91bootstrap would now be 4.0.0-rc2, which is not a "final" release. Reviews/comments welcome. This is also available on Github at: https://github.com/tpetazzoni/buildroot/commits/at91bootstrap4 Thomas Eugen Hristev (2): boot/at91bootstrap3: add support for at91bootstrap 4.x series boot/at91bootstrap3: add BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3 Thomas Petazzoni (1): boot/at91bootstrap3: bump 3.x series to 3.10.2 boot/at91bootstrap3/Config.in | 20 ++++++++++++++++---- boot/at91bootstrap3/at91bootstrap3.hash | 3 ++- boot/at91bootstrap3/at91bootstrap3.mk | 6 +++++- 3 files changed, 23 insertions(+), 6 deletions(-)