[Buildroot] [git commit branch/2019.02.x] package/freescale-imx: update SITE to use NXP url

Peter Korsgaard peter at korsgaard.com
Mon Dec 23 18:12:34 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=1ce722049b3bd757d2c151025ccd8fa6b1c9afd9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

NXP BSPs has been using the nxp.com URL for a while:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/commit/conf/layer.conf?id=d6abbbc1ce0882bdc82e03b1868eeba1a50a7bd3

It's  unclear for how long the freescale.com redirect will be
maintained. This patch update the FREESCALE_IMX_SITE variable
to point directly to the NXP site.

Signed-off-by: Julien Olivain <juju at cotds.org>
Reviewed-by: Gary Bisson <bisson.gary at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 0b598be9b6b906235e56466f69c1648bdb55d549)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/freescale-imx/freescale-imx.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/freescale-imx/freescale-imx.mk b/package/freescale-imx/freescale-imx.mk
index e8ca77f17b..84a1725cc1 100644
--- a/package/freescale-imx/freescale-imx.mk
+++ b/package/freescale-imx/freescale-imx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FREESCALE_IMX_SITE = http://www.freescale.com/lgfiles/NMG/MAD/YOCTO
+FREESCALE_IMX_SITE = http://www.nxp.com/lgfiles/NMG/MAD/YOCTO
 
 # Helper for self-extracting binaries distributed by Freescale.
 #


More information about the buildroot mailing list