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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 81EADC4332F for ; Wed, 4 Jan 2023 11:32:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 1416E61041; Wed, 4 Jan 2023 11:32:05 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 1416E61041 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 Uj2lkz2SQYZz; Wed, 4 Jan 2023 11:32:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 3E10361033; Wed, 4 Jan 2023 11:32:03 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 3E10361033 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 4C8231BF2F9 for ; Wed, 4 Jan 2023 11:29:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 27C3140872 for ; Wed, 4 Jan 2023 11:29:59 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 27C3140872 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 43FJCfZSsod9 for ; Wed, 4 Jan 2023 11:29:58 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 0622F40871 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by smtp4.osuosl.org (Postfix) with ESMTPS id 0622F40871 for ; Wed, 4 Jan 2023 11:29:57 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 8A7AF100002; Wed, 4 Jan 2023 11:29:53 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1pD1xw-004XD5-RR; Wed, 04 Jan 2023 12:29:52 +0100 From: Peter Korsgaard To: Julien Olivain References: <20221229194729.8085-1-ju.o@free.fr> <20221230095728.5941-1-ju.o@free.fr> <20221230095728.5941-5-ju.o@free.fr> Date: Wed, 04 Jan 2023 12:29:52 +0100 In-Reply-To: <20221230095728.5941-5-ju.o@free.fr> (Julien Olivain's message of "Fri, 30 Dec 2022 10:57:27 +0100") Message-ID: <87o7re35cf.fsf@dell.be.48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 26/27] configs/imx8mqevk: update codeaurora URLs to github X-BeenThere: buildroot@buildroot.org 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: Bernd Kuhls , Gary Bisson , =?utf-8?B?SsOpcsO0bWU=?= Pouiller , Gilles Talis , Refik Tuzakli , Erik Larsson , Fabrice Goucem , Stephane Viau , buildroot@buildroot.org, Fabio Estevam , Matt Weber Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Julien" == Julien Olivain writes: > NXP moved all its open source code repositories from Code Aurora Forum > to github. See for example: > https://github.com/nxp-imx/meta-imx/commit/39bc4d81969a40e0da660519cf4ed083b9c53097 > Software packages are now grouped in several NXP github > projects/organizations (nxp-imx, nxp-qoriq, ...). See: > https://www.nxp.com/design/software/embedded-software/nxp-github:NXP-GITHUB > The NXP code published on Code Aurora is still present (at the time of > this commit) but is no longer receiving updates. It is also expected > to be shut down on 2023-03-31. The Code Aurora website > https://source.codeaurora.org/ currently show the following message: > """ > Note: Qualcomm Innovation Center Inc. maintained repositories have > migrated to git.codelinaro.org. QUIC repositories on this site will > not receive any updates after March 31, 2022, and will be deleted on > March 31, 2023. If your project depends on these repositories, please > adjust your tooling configuration to use the new, up-to-date project > location. > """ > For this reason, the NXP recipes using codeaurora.org urls need to be > updated to the correct github.com replacement. > Note: this commit does not change the component version. Only the > download URL is updated. The archive content is expected to be the > same. > Note 2: this commit updates the U-Boot and ATF download urls. > The method is also changed from _CUSTOM_GIT to _CUSTOM_TARBALL. > Signed-off-by: Julien Olivain Committed to 2022.11.x and 2022.02.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot