All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/31] ceetm: update SRC_URL
@ 2018-03-02  3:08 Chunrong Guo
  2018-03-02  3:08 ` [PATCH 02/31] cryptodev-qoriq: " Chunrong Guo
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/ceetm/ceetm_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb
index e56b74d..3238666 100644
--- a/recipes-kernel/ceetm/ceetm_git.bb
+++ b/recipes-kernel/ceetm/ceetm_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "CEETM TC QDISC"
 LICENSE = "GPLv2 & BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=dde0931a586dd5b30076639e29ba3a7b"
 
-SRC_URI = "git://github.com/qoriq-open-source/ceetm.git;nobranch=1"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ceetm;nobranch=1"
 SRCREV = "f58304d7e2185003d0f4ff604bc8e4316d463a03"
 
 DEPENDS = "iproute2"
-- 
1.9.0



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

* [PATCH 02/31] cryptodev-qoriq: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 03/31] dpdk: " Chunrong Guo
                   ` (28 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc b/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
index 3e6fcf7..9587933 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
@@ -14,7 +14,7 @@ python() {
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/yocto_patches:"
 
-SRC_URI = "git://github.com/qoriq-open-source/cryptodev-linux.git;nobranch=1"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;nobranch=1"
 SRCREV = "f365c69d7852d6579952825c9f90a27129f92d22"
 
 # NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc
-- 
1.9.0



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

* [PATCH 03/31] dpdk: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
  2018-03-02  3:08 ` [PATCH 02/31] cryptodev-qoriq: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 04/31] eth-config: " Chunrong Guo
                   ` (27 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-extended/dpdk/dpdk_16.07.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/dpdk/dpdk_16.07.bb b/recipes-extended/dpdk/dpdk_16.07.bb
index 9805af3..78328c4 100644
--- a/recipes-extended/dpdk/dpdk_16.07.bb
+++ b/recipes-extended/dpdk/dpdk_16.07.bb
@@ -9,7 +9,7 @@ RDEPENDS_${PN}-examples = "bash python-core"
 
 inherit module
 
-SRC_URI = "git://github.com/qoriq-open-source/dpdk.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \
     file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
     file://0001-include-sys-sysmacros.h-for-major-minor-defintions.patch \
 "
-- 
1.9.0



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

* [PATCH 04/31] eth-config: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
  2018-03-02  3:08 ` [PATCH 02/31] cryptodev-qoriq: " Chunrong Guo
  2018-03-02  3:08 ` [PATCH 03/31] dpdk: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 05/31] flib: " Chunrong Guo
                   ` (26 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-dpaa/eth-config/eth-config_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb
index 1d11474..489b99c 100644
--- a/recipes-dpaa/eth-config/eth-config_git.bb
+++ b/recipes-dpaa/eth-config/eth-config_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ed5eddbfbb84af5089ea94c382d423c"
 
 PR = "r2"
 
-SRC_URI = "git://github.com/qoriq-open-source/eth-config.git;nobranch=1"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/eth-config;nobranch=1"
 SRCREV = "e3dcd110638dab004bcc759f6f51a0994bdfd8d5"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 05/31] flib: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (2 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 04/31] eth-config: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 06/31] fmc: " Chunrong Guo
                   ` (25 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-dpaa/flib/flib_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb
index 1fea97d..b8809b5 100644
--- a/recipes-dpaa/flib/flib_git.bb
+++ b/recipes-dpaa/flib/flib_git.bb
@@ -3,7 +3,7 @@ SECTION = "flib"
 LICENSE = "BSD & GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=75d2f6a74299640c05ae6c69ed7a4ad6"
 
-SRC_URI = "git://github.com/qoriq-open-source/flib.git;nobranch=1"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1"
 SRCREV = "14489ee2207650ddc89890df4b9f600da9ad665c"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 06/31] fmc: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (3 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 05/31] flib: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 07/31] fmlib: " Chunrong Guo
                   ` (24 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
index 7076da1..76ece62 100644
--- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
+++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
@@ -6,7 +6,7 @@ PR = "r2"
 
 DEPENDS = "libxml2 fmlib tclap"
 
-SRC_URI = "git://github.com/qoriq-open-source/fmc.git;nobranch=1"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/fmc;nobranch=1"
 SRCREV = "8c9f127138dc803bf58bef75e9fc092dc60f9c53"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 07/31] fmlib: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (4 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 06/31] fmc: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 08/31] gpp-aioptool: " Chunrong Guo
                   ` (23 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-dpaa/fmlib/fmlib_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index bd1e794..3bbf9bf 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00"
 
 PR = "r1"
 
-SRC_URI = "git://github.com/qoriq-open-source/fmlib.git;nobranch=1"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/fmlib;nobranch=1"
 SRCREV = "95f34b1fe585ba0eced11433c88a593a16baf281"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 08/31] gpp-aioptool: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (5 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 07/31] fmlib: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 09/31] linux-qoriq_4.9: " Chunrong Guo
                   ` (22 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
index 00b5260..decc143 100644
--- a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
+++ b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
@@ -6,7 +6,7 @@ SECTION = "dpaa2"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987"
 
-SRC_URI = "git://github.com/qoriq-open-source/gpp-aioptool.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/gpp-aioptool;nobranch=1 \
 "
 SRCREV = "6ead470dde043f3ca67f1ba19b313dd64ec199e1"
 
-- 
1.9.0



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

* [PATCH 09/31] linux-qoriq_4.9: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (6 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 08/31] gpp-aioptool: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 10/31] linux-qoriq_4.4: " Chunrong Guo
                   ` (21 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/linux/linux-qoriq_4.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-qoriq_4.9.bb b/recipes-kernel/linux/linux-qoriq_4.9.bb
index 84888e0..fdfcb4f 100644
--- a/recipes-kernel/linux/linux-qoriq_4.9.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.9.bb
@@ -6,7 +6,7 @@ SECTION = "kernel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
-SRC_URI = "git://github.com/qoriq-open-source/linux.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \
 "
 SRCREV = "acfe4402df0a226d2036041ceef84bbcd775554a"
 
-- 
1.9.0



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

* [PATCH 10/31] linux-qoriq_4.4: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (7 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 09/31] linux-qoriq_4.9: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 11/31] mc-utils: " Chunrong Guo
                   ` (20 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/linux/linux-qoriq_4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb b/recipes-kernel/linux/linux-qoriq_4.4.bb
index 89e6dfd..debfe09 100644
--- a/recipes-kernel/linux/linux-qoriq_4.4.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.4.bb
@@ -6,7 +6,7 @@ SECTION = "kernel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
-SRC_URI = "git://github.com/qoriq-open-source/linux.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \
 "
 SRCREV = "bbf051dc929c87db2e67d500e4f914a3e7568560"
 
-- 
1.9.0



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

* [PATCH 11/31] mc-utils: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (8 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 10/31] linux-qoriq_4.4: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 12/31] ofp: " Chunrong Guo
                   ` (19 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-bsp/mc-utils/mc-utils_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb
index 221c9e2..aa29091 100644
--- a/recipes-bsp/mc-utils/mc-utils_git.bb
+++ b/recipes-bsp/mc-utils/mc-utils_git.bb
@@ -9,7 +9,7 @@ DEPENDS += "dtc-native"
 
 inherit deploy
 
-SRC_URI = "git://github.com/qoriq-open-source/mc-utils.git;nobranch=1"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/mc-utils;nobranch=1"
 SRCREV = "b79fe4b47364dfd2fe263f701ad6b818a75b036b"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 12/31] ofp: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (9 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 11/31] mc-utils: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 13/31] openssl: " Chunrong Guo
                   ` (18 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-extended/ofp/ofp_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/ofp/ofp_git.bb b/recipes-extended/ofp/ofp_git.bb
index b8cb7eb..c76eafd 100644
--- a/recipes-extended/ofp/ofp_git.bb
+++ b/recipes-extended/ofp/ofp_git.bb
@@ -6,7 +6,7 @@ SECTION = "console/network"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fbe4957c430eed6cc20521d4eb429fae"
 
-SRC_URI = "git://github.com/qoriq-open-source/ofp.git;nobranch=1"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ofp;nobranch=1"
 
 SRCREV = "fe66f4659f7d356f7aa73a8fb32fcf67c6cf1108"
 
-- 
1.9.0



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

* [PATCH 13/31] openssl: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (10 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 12/31] ofp: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 14/31] optee-client: " Chunrong Guo
                   ` (17 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-connectivity/openssl/openssl-qoriq.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-connectivity/openssl/openssl-qoriq.inc b/recipes-connectivity/openssl/openssl-qoriq.inc
index edf3b9d..833df42 100644
--- a/recipes-connectivity/openssl/openssl-qoriq.inc
+++ b/recipes-connectivity/openssl/openssl-qoriq.inc
@@ -22,7 +22,7 @@ python() {
             d.appendVar("RREPLACES_%s" % p, p.replace('openssl-qoriq', 'openssl'))
 }
 
-SRC_URI = "git://github.com/qoriq-open-source/openssl.git;nobranch=1"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/openssl;nobranch=1"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0



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

* [PATCH 14/31] optee-client: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (11 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 13/31] openssl: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 15/31] optee-os: " Chunrong Guo
                   ` (16 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-security/optee/optee-client.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/optee/optee-client.bb b/recipes-security/optee/optee-client.bb
index b811e60..45e0b75 100644
--- a/recipes-security/optee/optee-client.bb
+++ b/recipes-security/optee/optee-client.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
 
 inherit pythonnative systemd
 
-SRC_URI = "git://github.com/qoriq-open-source/optee_client.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client;nobranch=1 \
            file://0001-Respect-LDFLAGS-set-from-OE-build.patch \
 "
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 15/31] optee-os: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (12 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 14/31] optee-client: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 16/31] optee-test: " Chunrong Guo
                   ` (15 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-security/optee/optee-os_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/optee/optee-os_git.bb b/recipes-security/optee/optee-os_git.bb
index cda3a69..8151d42 100644
--- a/recipes-security/optee/optee-os_git.bb
+++ b/recipes-security/optee/optee-os_git.bb
@@ -9,7 +9,7 @@ DEPENDS = "python-pycrypto-native"
 inherit deploy pythonnative
 
 SRCREV = "ced7d32072c2b350c2090803f6dcfa006057efda"
-SRC_URI = "git://github.com/qoriq-open-source/optee_os.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \
            file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
           "
 
-- 
1.9.0



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

* [PATCH 16/31] optee-test: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (13 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 15/31] optee-os: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 17/31] ovs-dpdk: " Chunrong Guo
                   ` (14 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-security/optee/optee-test_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/optee/optee-test_git.bb b/recipes-security/optee/optee-test_git.bb
index 8c38d72..8aee3d2 100644
--- a/recipes-security/optee/optee-test_git.bb
+++ b/recipes-security/optee/optee-test_git.bb
@@ -8,7 +8,7 @@ DEPENDS = "optee-client optee-os python-pycrypto-native"
 
 inherit pythonnative
 
-SRC_URI = "git://github.com/qoriq-open-source/optee_test.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test;nobranch=1 \
           "
 S = "${WORKDIR}/git"
 
-- 
1.9.0



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

* [PATCH 17/31] ovs-dpdk: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (14 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 16/31] optee-test: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:08 ` [PATCH 18/31] ppa: " Chunrong Guo
                   ` (13 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb
index ba4e247..a6cc49c 100644
--- a/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb
+++ b/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb
@@ -7,7 +7,7 @@ RDEPENDS_${PN} = "bash libcrypto libssl python"
 
 inherit pythonnative
 
-SRC_URI = "git://github.com/qoriq-open-source/ovs-dpdk.git;nobranch=1"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1"
 SRCREV = "5c67e9cfc1eaab19187720c857841be6c8046c40"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 18/31] ppa: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (15 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 17/31] ovs-dpdk: " Chunrong Guo
@ 2018-03-02  3:08 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 19/31] ptpd: " Chunrong Guo
                   ` (12 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-bsp/ppa/ppa.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/ppa/ppa.inc b/recipes-bsp/ppa/ppa.inc
index 5258c68..e4f534a 100644
--- a/recipes-bsp/ppa/ppa.inc
+++ b/recipes-bsp/ppa/ppa.inc
@@ -6,7 +6,7 @@ DEPENDS += "u-boot-mkimage-native dtc-native"
 
 inherit deploy
 
-SRC_URI = "git://github.com/qoriq-open-source/ppa-generic.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ppa-generic;nobranch=1 \
 "
 SRCREV = "e5641434f00d75634a285341d810df4261daf5de"
 
-- 
1.9.0



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

* [PATCH 19/31] ptpd: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (16 preceding siblings ...)
  2018-03-02  3:08 ` [PATCH 18/31] ppa: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 20/31] restool: " Chunrong Guo
                   ` (11 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-daemons/ptpd/ptpd-qoriq.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-daemons/ptpd/ptpd-qoriq.bb b/recipes-daemons/ptpd/ptpd-qoriq.bb
index 65f11d0..df3787b 100644
--- a/recipes-daemons/ptpd/ptpd-qoriq.bb
+++ b/recipes-daemons/ptpd/ptpd-qoriq.bb
@@ -23,7 +23,7 @@ def get_sub(d):
     except:
         return parts[0]
 
-SRC_URI = "git://github.com/qoriq-open-source/ptpd.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ptpd;nobranch=1 \
            file://ptpd-use-pkgconfig.patch \
 "
 SRCREV = "ec34cdd10446619d036ac8d6a86b8276f0d4a81c"
-- 
1.9.0



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

* [PATCH 20/31] restool: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (17 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 19/31] ptpd: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 21/31] u-boot-qoriq: " Chunrong Guo
                   ` (10 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-dpaa2/restool/restool_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb
index 88a82a4..e1a186c 100644
--- a/recipes-dpaa2/restool/restool_git.bb
+++ b/recipes-dpaa2/restool/restool_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ec8d84e9cd4de287e290275d09db27f0"
 
 RDEPENDS_${PN} += "bash"
 
-SRC_URI = "git://github.com/qoriq-open-source/restool.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \
     file://0001-restool-fix-build-error-with-gcc7.patch"
 
 SRCREV = "90fe5c4054bb9a77adef76c0b16a5af68f3905d3"
-- 
1.9.0



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

* [PATCH 21/31] u-boot-qoriq: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (18 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 20/31] restool: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 22/31] rcw: " Chunrong Guo
                   ` (9 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-bsp/u-boot/u-boot-qoriq_2017.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2017.12.bb b/recipes-bsp/u-boot/u-boot-qoriq_2017.12.bb
index c24416d..0d75fa7 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2017.12.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2017.12.bb
@@ -18,7 +18,7 @@ DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-nativ
 DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native"
 DEPENDS_append_qoriq-ppc = " boot-format-native"
 
-SRC_URI = "git://github.com/qoriq-open-source/u-boot.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \
 "
 SRCREV = "9f7df1b406ff11409021cd2112beedd6b57bb600"
 
-- 
1.9.0



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

* [PATCH 22/31] rcw: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (19 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 21/31] u-boot-qoriq: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 23/31] odp: " Chunrong Guo
                   ` (8 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-bsp/rcw/rcw_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 38348b3..8ebbfd7 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -7,7 +7,7 @@ DEPENDS += "change-file-endianess-native tcl-native"
 
 inherit deploy siteinfo
 
-SRC_URI = "git://github.com/qoriq-open-source/rcw.git;nobranch=1"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1"
 SRCREV = "cbd5e66fcb850e821c8632578410ceba5733a49e"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 23/31] odp: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (20 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 22/31] rcw: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 24/31] kernel-module-ar: " Chunrong Guo
                   ` (7 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

*qbman_userspace update SRC_URL
*flib update SRC_URL

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-extended/odp/odp.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc
index 5c27bf3..96fff40 100644
--- a/recipes-extended/odp/odp.inc
+++ b/recipes-extended/odp/odp.inc
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ca6103dc75397fb6bec596187d6b7829"
 FILESEXTRAPATHS_prepend := "${THISDIR}/odp:"
 
 SRC_URI = " \
-git://github.com/qoriq-open-source/odp.git;nobranch=1 \
-git://github.com/qoriq-open-source/qbman_userspace.git;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \
-git://github.com/qoriq-open-source/flib.git;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \
+git://source.codeaurora.org/external/qoriq/qoriq-components/odp;nobranch=1 \
+git://source.codeaurora.org/external/qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \
+git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \
 "
 
 SRC_URI += "file://0001-Fix-this-build-error.patch"
-- 
1.9.0



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

* [PATCH 24/31] kernel-module-ar: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (21 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 23/31] odp: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 25/31] boot-format: " Chunrong Guo
                   ` (6 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/kernel-modules/kernel-module-ar_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb
index f5018f4..feddc8f 100644
--- a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
 
 inherit module
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/auto-resp.git;branch=sdk-v2.0.x"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/auto-resp;branch=nxp/sdk-v2.0.x"
 SRCREV =  "9a74743167dcfcfbca5056eedbff9a52337c9712"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 25/31] boot-format: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (22 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 24/31] kernel-module-ar: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 26/31] dpa-offload: " Chunrong Guo
                   ` (5 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-bsp/boot-format/boot-format_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/boot-format/boot-format_git.bb b/recipes-bsp/boot-format/boot-format_git.bb
index 2d9f9b1..92ec830 100644
--- a/recipes-bsp/boot-format/boot-format_git.bb
+++ b/recipes-bsp/boot-format/boot-format_git.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
 PR = "r6"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git;nobranch=1 \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/boot-format;nobranch=1 \
            file://flags.patch"
 SRCREV = "4eb81a6797ef4e58bf7d9b2d58afb37a21c1f550"
 
-- 
1.9.0



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

* [PATCH 26/31] dpa-offload: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (23 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 25/31] boot-format: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 27/31] ipc-ust: " Chunrong Guo
                   ` (4 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-dpaa/dpa-offload/dpa-offload_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-dpaa/dpa-offload/dpa-offload_git.bb b/recipes-dpaa/dpa-offload/dpa-offload_git.bb
index 3f59d9a..389877d 100644
--- a/recipes-dpaa/dpa-offload/dpa-offload_git.bb
+++ b/recipes-dpaa/dpa-offload/dpa-offload_git.bb
@@ -12,7 +12,7 @@ RDEPENDS_${PN} = "libgcc bash"
 RDEPENDS_${PN}_append_b4860qds = " ipc-ust"
 RDEPENDS_${PN}_append_b4420qds = " ipc-ust"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa/dpa-offload.git;branch=sdk-v2.0.x"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/dpa-offload;branch=nxp/sdk-v2.0.x"
 SRCREV = "68faa6a64745151fcfef73c9ddc612d9728c2f07"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 27/31] ipc-ust: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (24 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 26/31] dpa-offload: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 28/31] kernel-module-uio-seville: " Chunrong Guo
                   ` (3 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-extended/ipc-ust/ipc-ust_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb b/recipes-extended/ipc-ust/ipc-ust_git.bb
index ebdd086..df496c2 100644
--- a/recipes-extended/ipc-ust/ipc-ust_git.bb
+++ b/recipes-extended/ipc-ust/ipc-ust_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "DSP boot application and ipc test application"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x \
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/ipc;branch=nxp/sdk-v2.0.x \
     file://Makefile-use-LDFLAGS-if-set.patch \
 "
 SRCREV = "74d662707558290f070f9589177db730444bc435"
-- 
1.9.0



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

* [PATCH 28/31] kernel-module-uio-seville: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (25 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 27/31] ipc-ust: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 29/31] kernel-module-ls-debug: " Chunrong Guo
                   ` (2 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb b/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb
index da710b8..f7beed2 100644
--- a/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "UIO driver for T1040 L2 Switch"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/l2switch-uio.git;branch=sdk-v2.0.x"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/l2switch-uio;branch=nxp/sdk-v2.0.x"
 SRCREV = "0f31fbcbe9ab1ab9c424da34f70c82314b16f8de"
 
 inherit module
-- 
1.9.0



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

* [PATCH 29/31] kernel-module-ls-debug: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (26 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 28/31] kernel-module-uio-seville: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 30/31] kernel-module-perf-qoriq: " Chunrong Guo
  2018-03-02  3:09 ` [PATCH 31/31] kernel-module-scatter-gather: " Chunrong Guo
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb b/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb
index 8fc78fd..cad18b6 100644
--- a/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94263f12f9416f9fd0493c8f9e8085a3"
 
 inherit module autotools-brokensep
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/ls-dbg.git;branch=master"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/ls-dbg;branch=nxp/master"
 SRCREV = "40501f6659e880d38508cdd34a4df2d348d1c68e"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 30/31] kernel-module-perf-qoriq: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (27 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 29/31] kernel-module-ls-debug: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  2018-03-02  3:09 ` [PATCH 31/31] kernel-module-scatter-gather: " Chunrong Guo
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb b/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb
index 1536708..4a31f1e 100644
--- a/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "QorIQ extension to Perf for supporting non core counters"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-perf.git;branch=master"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/qoriq-perf;branch=nxp/master"
 SRCREV = "7beb3783edac66bab00c85d99a7b073f569af7fd"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

* [PATCH 31/31] kernel-module-scatter-gather: update SRC_URL
  2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
                   ` (28 preceding siblings ...)
  2018-03-02  3:09 ` [PATCH 30/31] kernel-module-perf-qoriq: " Chunrong Guo
@ 2018-03-02  3:09 ` Chunrong Guo
  29 siblings, 0 replies; 31+ messages in thread
From: Chunrong Guo @ 2018-03-02  3:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb b/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb
index 1caec3e..20d894e 100644
--- a/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e9605a22ea50467bd2bfe4cdd66e69ae"
 
 inherit module
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/scatter-gather.git;branch=master"
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/scatter-gather;branch=nxp/master"
 SRCREV = "97db173d08a70abe2b9a6fa928299a117f3febc2"
 
 S = "${WORKDIR}/git"
-- 
1.9.0



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

end of thread, other threads:[~2018-03-02  3:55 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-02  3:08 [PATCH 01/31] ceetm: update SRC_URL Chunrong Guo
2018-03-02  3:08 ` [PATCH 02/31] cryptodev-qoriq: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 03/31] dpdk: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 04/31] eth-config: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 05/31] flib: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 06/31] fmc: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 07/31] fmlib: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 08/31] gpp-aioptool: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 09/31] linux-qoriq_4.9: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 10/31] linux-qoriq_4.4: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 11/31] mc-utils: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 12/31] ofp: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 13/31] openssl: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 14/31] optee-client: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 15/31] optee-os: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 16/31] optee-test: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 17/31] ovs-dpdk: " Chunrong Guo
2018-03-02  3:08 ` [PATCH 18/31] ppa: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 19/31] ptpd: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 20/31] restool: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 21/31] u-boot-qoriq: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 22/31] rcw: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 23/31] odp: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 24/31] kernel-module-ar: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 25/31] boot-format: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 26/31] dpa-offload: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 27/31] ipc-ust: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 28/31] kernel-module-uio-seville: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 29/31] kernel-module-ls-debug: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 30/31] kernel-module-perf-qoriq: " Chunrong Guo
2018-03-02  3:09 ` [PATCH 31/31] kernel-module-scatter-gather: " Chunrong Guo

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.