* [Buildroot] [PATCHv2] package/fmc+fmlib: change repository location
@ 2020-05-27 15:47 Yann E. MORIN
2020-05-27 16:34 ` Matthew Weber
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Yann E. MORIN @ 2020-05-27 15:47 UTC (permalink / raw)
To: buildroot
Now that Freescale has been wholly swallowed into NXP, the public-facing
git repositories that were hosting those two packages are no longer
available.
Fortunately, they had been mirrored on Code Aurora forge (a Linux
Foundation project, so relatively stable and trustworthy), which has the
tags we need, and that generates the exact same archives.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
---
Changes v1 -> v2:
- use CodeAurora's git tree, rather than archives on s.b.o. (Matt)
---
package/fmc/fmc.mk | 3 ++-
package/fmlib/fmlib.mk | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/fmc/fmc.mk b/package/fmc/fmc.mk
index 2a95fec0b7..b385730138 100644
--- a/package/fmc/fmc.mk
+++ b/package/fmc/fmc.mk
@@ -5,7 +5,8 @@
################################################################################
FMC_VERSION = fsl-sdk-v2.0
-FMC_SITE = git://git.freescale.com/ppc/sdk/fmc.git
+FMC_SITE = https://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/fmc
+FMC_SITE_METHOD = git
FMC_LICENSE = MIT
FMC_LICENSE_FILES = COPYING
FMC_DEPENDENCIES = libxml2 tclap fmlib
diff --git a/package/fmlib/fmlib.mk b/package/fmlib/fmlib.mk
index e67ab1e5de..8cb779201d 100644
--- a/package/fmlib/fmlib.mk
+++ b/package/fmlib/fmlib.mk
@@ -5,7 +5,8 @@
################################################################################
FMLIB_VERSION = fsl-sdk-v2.0
-FMLIB_SITE = git://git.freescale.com/ppc/sdk/fmlib.git
+FMLIB_SITE = https://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/fmlib
+FMLIB_SITE_METHOD = git
FMLIB_LICENSE = BSD-3-Clause, GPL-2.0+
FMLIB_LICENSE_FILES = COPYING
FMLIB_DEPENDENCIES = linux
--
2.20.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCHv2] package/fmc+fmlib: change repository location
2020-05-27 15:47 [Buildroot] [PATCHv2] package/fmc+fmlib: change repository location Yann E. MORIN
@ 2020-05-27 16:34 ` Matthew Weber
2020-05-29 21:32 ` Thomas Petazzoni
2020-06-02 6:12 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Matthew Weber @ 2020-05-27 16:34 UTC (permalink / raw)
To: buildroot
Yann,
On Wed, May 27, 2020 at 10:49 AM Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>
> Now that Freescale has been wholly swallowed into NXP, the public-facing
> git repositories that were hosting those two packages are no longer
> available.
>
> Fortunately, they had been mirrored on Code Aurora forge (a Linux
> Foundation project, so relatively stable and trustworthy), which has the
> tags we need, and that generates the exact same archives.
>
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
Reviewed-by: Matthew Weber <matthew.weber@rockwellcollins.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCHv2] package/fmc+fmlib: change repository location
2020-05-27 15:47 [Buildroot] [PATCHv2] package/fmc+fmlib: change repository location Yann E. MORIN
2020-05-27 16:34 ` Matthew Weber
@ 2020-05-29 21:32 ` Thomas Petazzoni
2020-06-02 6:12 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-05-29 21:32 UTC (permalink / raw)
To: buildroot
On Wed, 27 May 2020 17:47:34 +0200
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:
> Now that Freescale has been wholly swallowed into NXP, the public-facing
> git repositories that were hosting those two packages are no longer
> available.
>
> Fortunately, they had been mirrored on Code Aurora forge (a Linux
> Foundation project, so relatively stable and trustworthy), which has the
> tags we need, and that generates the exact same archives.
>
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
>
> ---
> Changes v1 -> v2:
> - use CodeAurora's git tree, rather than archives on s.b.o. (Matt)
> ---
> package/fmc/fmc.mk | 3 ++-
> package/fmlib/fmlib.mk | 3 ++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCHv2] package/fmc+fmlib: change repository location
2020-05-27 15:47 [Buildroot] [PATCHv2] package/fmc+fmlib: change repository location Yann E. MORIN
2020-05-27 16:34 ` Matthew Weber
2020-05-29 21:32 ` Thomas Petazzoni
@ 2020-06-02 6:12 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-06-02 6:12 UTC (permalink / raw)
To: buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> Now that Freescale has been wholly swallowed into NXP, the public-facing
> git repositories that were hosting those two packages are no longer
> available.
> Fortunately, they had been mirrored on Code Aurora forge (a Linux
> Foundation project, so relatively stable and trustworthy), which has the
> tags we need, and that generates the exact same archives.
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
> ---
> Changes v1 -> v2:
> - use CodeAurora's git tree, rather than archives on s.b.o. (Matt)
Committed to 2020.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-06-02 6:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-27 15:47 [Buildroot] [PATCHv2] package/fmc+fmlib: change repository location Yann E. MORIN
2020-05-27 16:34 ` Matthew Weber
2020-05-29 21:32 ` Thomas Petazzoni
2020-06-02 6:12 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox