Commit 0fa180aa authored by Eric Nelson's avatar Eric Nelson Committed by Peter Korsgaard
Browse files

i.MX: Use FREESCALE_IMX_SITE for Freescale packages



This patch consolidates the URLs for various Freescale-supplied
packages to use FREESCALE_IMX_SITE.

Signed-off-by: default avatarEric Nelson <eric.nelson@boundarydevices.com>
Reviewed-by: default avatar"Thomas Petazzoni" <thomas.petazzoni@free-electrons.com>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent f75b5de9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
################################################################################

FIRMWARE_IMX_VERSION = $(FREESCALE_IMX_VERSION)
FIRMWARE_IMX_SITE = $(FREESCALE_IMX_MIRROR_SITE)
FIRMWARE_IMX_SITE = $(FREESCALE_IMX_SITE)
FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin
FIRMWARE_IMX_LICENSE = Freescale Semiconductor Software License Agreement, \
	Atheros license (ath6k)
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@
FREESCALE_IMX_VERSION = 1.1.0

# No official download site from freescale, just this mirror
FREESCALE_IMX_MIRROR_SITE   = http://download.ossystems.com.br/bsp/freescale/source
FREESCALE_IMX_SITE   = http://download.ossystems.com.br/bsp/freescale/source

include $(sort $(wildcard package/freescale-imx/*/*.mk))
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
################################################################################

GPU_VIV_BIN_MX6Q_VERSION = $(FREESCALE_IMX_VERSION)
GPU_VIV_BIN_MX6Q_SITE    = $(FREESCALE_IMX_MIRROR_SITE)
GPU_VIV_BIN_MX6Q_SITE    = $(FREESCALE_IMX_SITE)
GPU_VIV_BIN_MX6Q_SOURCE  = gpu-viv-bin-mx6q-$(GPU_VIV_BIN_MX6Q_VERSION).bin

GPU_VIV_BIN_MX6Q_INSTALL_STAGING = YES
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
################################################################################

IMX_LIB_VERSION = $(FREESCALE_IMX_VERSION)
IMX_LIB_SITE    = $(FREESCALE_IMX_MIRROR_SITE)
IMX_LIB_SITE    = $(FREESCALE_IMX_SITE)
IMX_LIB_LICENSE = LGPLv2.1+
# No license file included

+1 −2
Original line number Diff line number Diff line
@@ -5,8 +5,7 @@
################################################################################

GST_FSL_PLUGINS_VERSION = 3.0.1
# No official download site from freescale, just this mirror
GST_FSL_PLUGINS_SITE = http://download.ossystems.com.br/bsp/freescale/source
GST_FSL_PLUGINS_SITE = $(FREESCALE_IMX_SITE)

# Most is LGPLv2+, but some sources are copied from upstream and are
# LGPLv2.1+, which essentially makes it LGPLv2.1+
Loading