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 smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (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 E40B7C4332F for ; Wed, 4 Jan 2023 11:27:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 92478408E2; Wed, 4 Jan 2023 11:27:03 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 92478408E2 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OKkBTspqStEb; Wed, 4 Jan 2023 11:27:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id ADCBF40AF9; Wed, 4 Jan 2023 11:27:01 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org ADCBF40AF9 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id B07151BF2F9 for ; Wed, 4 Jan 2023 11:26:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 98A3340574 for ; Wed, 4 Jan 2023 11:26:50 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 98A3340574 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iSQoQG0KuvJd for ; Wed, 4 Jan 2023 11:26:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 4937C4040D Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::229]) by smtp2.osuosl.org (Postfix) with ESMTPS id 4937C4040D for ; Wed, 4 Jan 2023 11:26:49 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 1C787FF80B; Wed, 4 Jan 2023 11:26:43 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1pD1ut-004X8m-4l; Wed, 04 Jan 2023 12:26:43 +0100 From: Peter Korsgaard To: Julien Olivain References: <20221229194729.8085-1-ju.o@free.fr> <20221229194729.8085-3-ju.o@free.fr> Date: Wed, 04 Jan 2023 12:26:43 +0100 In-Reply-To: <20221229194729.8085-3-ju.o@free.fr> (Julien Olivain's message of "Thu, 29 Dec 2022 20:47:05 +0100") Message-ID: <87fscq7d70.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 03/27] package/fmlib: 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. The version fsl-sdk-v2.0 is an old tag from 2016. It was not > migrated to github. This commit use instead the commit id > corresponding to this tag. > See: > https://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/fmlib/commit/?h=fsl-sdk-v2.0&id=43fa98fdbf0c697167e415c3f060896d5b482791 > The commit id exists on github: > https://github.com/nxp-qoriq/fmlib/commit/43fa98fdbf0c697167e415c3f060896d5b482791 > Note 2: the _SITE_METHOD is also changed from "git" to the default > "wget", for faster downloads. This is why the package hash has > changed. > 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