package/fmc: update codeaurora URLs to github
NXP moved all its open source code repositories from Code Aurora Forum to github. See for example:39bc4d8196
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. This commit also: - changes the _SITE_METHOD from "git" to the default "wget", - updates an old and broken freescale.com app note link, - adds the github project page as project url. 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 2015. 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/fmc/commit/?h=fsl-sdk-v2.0&id=a079d2c844edd85dff85a317a63198e7988bcd09 The commit id exists on github:a079d2c844
Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
153b91ed13
commit
774c39caf0
@ -21,5 +21,7 @@ config BR2_PACKAGE_FMC
|
||||
packets flow into hardware configuration. The tool provides an
|
||||
abstraction layer between the end customer's vision of the PCD
|
||||
task definition and real hardware implementation.
|
||||
See application note:
|
||||
https://www.nxp.com/docs/en/application-note/AN4760.pdf
|
||||
|
||||
http://cache.freescale.com/files/32bit/doc/app_note/AN4760.pdf
|
||||
https://github.com/nxp-qoriq/fmc
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 cb896ec1fac2fe9a3a9bb8be2221b79acf5f9b75841609a681db0d9e7bec02a0 fmc-fsl-sdk-v2.0-br1.tar.gz
|
||||
sha256 e8594e37eb81e5b1f492f8494b98086f65180637b1e2e08d8a4475c23653a404 fmc-a079d2c844edd85dff85a317a63198e7988bcd09.tar.gz
|
||||
sha256 f92862ceb95db5492f50a59d7c799c9395b714db88db92d11891dc0233e2ac42 COPYING
|
||||
|
@ -4,9 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FMC_VERSION = fsl-sdk-v2.0
|
||||
FMC_SITE = https://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/fmc
|
||||
FMC_SITE_METHOD = git
|
||||
FMC_VERSION = a079d2c844edd85dff85a317a63198e7988bcd09
|
||||
FMC_SITE = $(call github,nxp-qoriq,fmc,$(FMC_VERSION))
|
||||
FMC_LICENSE = MIT
|
||||
FMC_LICENSE_FILES = COPYING
|
||||
FMC_DEPENDENCIES = libxml2 tclap fmlib
|
||||
|
Loading…
Reference in New Issue
Block a user