[Buildroot] [PATCH 09/27] package/qoriq-rcw: update codeaurora URLs to github

François Perrad francois.perrad at gadz.org
Sat Dec 31 11:04:11 UTC 2022


Le jeu. 29 déc. 2022 à 20:50, Julien Olivain <ju.o at free.fr> a écrit :

> 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: 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 <ju.o at free.fr>
>

Reviewed-by: Francois Perrad <francois.perrad at gadz.org>



> ---
>  package/qoriq-rcw/Config.in.host | 2 +-
>  package/qoriq-rcw/qoriq-rcw.hash | 2 +-
>  package/qoriq-rcw/qoriq-rcw.mk   | 3 +--
>  3 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/package/qoriq-rcw/Config.in.host
> b/package/qoriq-rcw/Config.in.host
> index 08fc83acd0..58c16d495b 100644
> --- a/package/qoriq-rcw/Config.in.host
> +++ b/package/qoriq-rcw/Config.in.host
> @@ -9,7 +9,7 @@ config BR2_PACKAGE_HOST_QORIQ_RCW
>           $(HOST_DIR)/share/rcw. Either a SDK or post scripts can
>           then use this toolset and examples.
>
> -
> https://source.codeaurora.org/external/qoriq/qoriq-components/rcw/
> +         https://github.com/nxp-qoriq/rcw
>
>  if BR2_PACKAGE_HOST_QORIQ_RCW
>
> diff --git a/package/qoriq-rcw/qoriq-rcw.hash
> b/package/qoriq-rcw/qoriq-rcw.hash
> index f34c771d11..2a887d57d4 100644
> --- a/package/qoriq-rcw/qoriq-rcw.hash
> +++ b/package/qoriq-rcw/qoriq-rcw.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  caa6802f2ba5ea92fd27e7c977749010a91c9091fcc3fe626f96d9cacfba1f0a
> qoriq-rcw-LSDK-21.08-br1.tar.gz
> +sha256  f199c10e50bd18d7bed0d60f5b68194240dea4f1aa164cec98332723727a4796
> qoriq-rcw-LSDK-21.08.tar.gz
>  sha256  68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9
> LICENSE
> diff --git a/package/qoriq-rcw/qoriq-rcw.mk b/package/qoriq-rcw/
> qoriq-rcw.mk
> index 0501c36f46..8b1ceacfce 100644
> --- a/package/qoriq-rcw/qoriq-rcw.mk
> +++ b/package/qoriq-rcw/qoriq-rcw.mk
> @@ -5,8 +5,7 @@
>
>  ################################################################################
>
>  QORIQ_RCW_VERSION = LSDK-21.08
> -QORIQ_RCW_SITE =
> https://source.codeaurora.org/external/qoriq/qoriq-components/rcw
> -QORIQ_RCW_SITE_METHOD
> <https://source.codeaurora.org/external/qoriq/qoriq-components/rcw-QORIQ_RCW_SITE_METHOD>
> = git
> +QORIQ_RCW_SITE = $(call github,nxp-qoriq,rcw,$(QORIQ_RCW_VERSION))
>  QORIQ_RCW_LICENSE = BSD-3-Clause
>  QORIQ_RCW_LICENSE_FILES = LICENSE
>
> --
> 2.39.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20221231/ef08f3fd/attachment-0001.html>


More information about the buildroot mailing list