All of lore.kernel.org
 help / color / mirror / Atom feed
* ][PATCH 01/31] layer.conf: update the source mirror definition
@ 2015-08-12 14:42 Zhenhua Luo
  2015-08-12 14:42 ` ][PATCH 02/31] add fsl-utils.bbclass Zhenhua Luo
                   ` (31 more replies)
  0 siblings, 32 replies; 51+ messages in thread
From: Zhenhua Luo @ 2015-08-12 14:42 UTC (permalink / raw)
  To: meta-freescale

* Add QorIQ source mirror
* Replace FSL_MIRROR with IMX_MIRROR to define imx source mirror
* Set FSL_MIRROR to ${IMX_MIRROR} to ensure recipes(refer to FSL_MIRROR) work,
  the FSL_MIRROR definition can be removed when those recipes are updated to use
  IMX_MIRROR

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/layer.conf | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 1d467fd..5810c76 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,10 +14,15 @@ LICENSE_PATH += "${LAYERDIR}/custom-licenses"
 
 FSL_EULA_FILE = "${LAYERDIR}/EULA"
 
-FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/"
+IMX_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/"
+QORIQ_MIRROR ?= "http://git.freescale.com/source/"
+
+# FIXME: set this to avoid changing all the recipes that use it
+FSL_MIRROR ?= "${IMX_MIRROR}"
 
 MIRRORS += " \
-${FSL_MIRROR}	http://download.ossystems.com.br/bsp/freescale/source/ \n \
+${IMX_MIRROR}   http://download.ossystems.com.br/bsp/freescale/source/ \n \
+${QORIQ_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \
 "
 
 # The dynamic-layers directory hosts the extensions and layer specific
-- 
2.4.3



^ permalink raw reply related	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2015-08-17 10:52 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 14:42 ][PATCH 01/31] layer.conf: update the source mirror definition Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 02/31] add fsl-utils.bbclass Zhenhua Luo
2015-08-14 12:16   ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 03/31] reorg the qoriq include files Zhenhua Luo
2015-08-14 13:04   ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 04/31] replace qoriq-base.inc with qoriq-ppc.inc in qoriq tune files Zhenhua Luo
2015-08-14 13:09   ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 05/31] apptrk: update recipe to support both QorIQ ARM and QorIQ PPC targets Zhenhua Luo
2015-08-14 13:17   ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 06/31] unify the u-boot recipe for QorIQ ARM and QorIQ PPC Zhenhua Luo
2015-08-14 13:21   ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 07/31] udev-rules-qoriq: add S definition and make the recipe qoriq-ppc specific Zhenhua Luo
2015-08-14 13:22   ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 08/31] qemu: unify the recipe for QorIQ ARM and QorIQ PPC Zhenhua Luo
2015-08-14 13:33   ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 09/31] ipsec-demo: optimize recipe Zhenhua Luo
2015-08-14 13:37   ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 10/31] valgrind: add FSL customized version for QorIQ support Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 11/31] ipc: optimize the ipc recipes directories Zhenhua Luo
2015-08-14 13:44   ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 12/31] merge-files: define S to fix build warning Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 13/31] skmm-ep: move COMPATIBLE_MACHINE to botton line Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 14/31] web-sysmon: add RDEPENDS and COMPATIBLE_MACHINE Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 15/31] asf: move RDEPENDS and add COMPATIBLE_MACHINE Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 16/31] ar: " Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 17/31] ceetm: add COMPATIBLE_MACHINE and remove unnecessary DEPENDS Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 18/31] linux-qoriq: unify recipe for QorIQ ARM and QorIQ PPC Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 19/31] ls-debug: add recipe Zhenhua Luo
2015-08-14 14:15   ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 20/31] lttng-modules: always do 64b build for e6500 targets Zhenhua Luo
2015-08-14 14:20   ` Daiane Angolini
2015-08-17  9:58     ` Luo Zhenhua
2015-08-12 14:42 ` ][PATCH 21/31] pkc-host: add COMPATIBLE_MACHINE Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 22/31] qoriq-perf: add recipe Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 23/31] scatter-gather: " Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 24/31] skmm-host: add COMPATIBLE_MACHINE Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 25/31] uio-seville: update COMPATIBLE_MACHINE Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 26/31] fsl-tlu: add recipe Zhenhua Luo
2015-08-14 14:25   ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 27/31] update machine conf of e500v2 targets Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 28/31] update machine conf of e500mc targets Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 29/31] update machine conf of e5500 targets Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 30/31] update machine conf of e6500 targets Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 31/31] update ls1021atwr machine conf Zhenhua Luo
2015-08-14 18:04   ` Bob Cochran
2015-08-17 10:05     ` Luo Zhenhua
2015-08-14 12:12 ` ][PATCH 01/31] layer.conf: update the source mirror definition Daiane Angolini
2015-08-14 14:46 ` Daiane Angolini
2015-08-17  8:03   ` Luo Zhenhua
2015-08-17 10:51     ` Otavio Salvador
2015-08-17 10:49   ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.