From fda27abe2a9ea16f010f103a366ed3ba701acfae Mon Sep 17 00:00:00 2001 From: Logan Grosz Date: Fri, 31 Mar 2023 14:18:08 -0600 Subject: Migrate codeaurora repositories to github --- dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 +- recipes-bsp/atf/atf-tools_git.bb | 2 +- recipes-bsp/atf/atf_git.bb | 2 +- recipes-bsp/boot-format/boot-format_git.bb | 2 +- recipes-bsp/imx-atf/imx-atf_2.0.bb | 2 +- recipes-bsp/imx-lib/imx-lib_git.bb | 2 +- recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 2 +- recipes-bsp/imx-test/imx-test_git.bb | 2 +- recipes-bsp/mc-utils/mc-utils_git.bb | 2 +- recipes-bsp/rcw/rcw_git.bb | 2 +- recipes-bsp/u-boot/u-boot-imx_2018.03.bb | 2 +- recipes-bsp/u-boot/u-boot-qoriq-common_2019.04.inc | 2 +- recipes-connectivity/openssl/openssl-qoriq_1.1.1d.bb | 2 +- recipes-daemons/ptpd/ptpd-qoriq.bb | 2 +- recipes-devtools/cst/cst_git.bb | 2 +- recipes-devtools/qemu/qemu-qoriq_git.bb | 2 +- recipes-dpaa/eth-config/eth-config_git.bb | 2 +- recipes-dpaa/flib/flib_git.bb | 2 +- recipes-dpaa/fmlib/fmlib_git.bb | 2 +- recipes-dpaa2/aiopsl/aiopsl_git.bb | 2 +- recipes-dpaa2/dce/dce_git.bb | 4 ++-- recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | 2 +- recipes-dpaa2/restool/restool_git.bb | 2 +- recipes-dpaa2/spc/spc_git.bb | 2 +- recipes-extended/dpdk/dpdk.inc | 2 +- recipes-extended/ipc-ust/ipc-ust_git.bb | 2 +- recipes-extended/libpkcs11/libpkcs11_git.bb | 2 +- recipes-extended/odp/odp.inc | 6 +++--- recipes-extended/ofp/ofp_git.bb | 2 +- recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb | 2 +- recipes-extended/secure-obj/secure-obj.inc | 2 +- recipes-extended/tsntool/tsntool_git.bb | 2 +- recipes-extended/vpp-core/dpdkvpp.bb | 2 +- recipes-extended/vpp-core/vpp-core.bb | 2 +- recipes-graphics/drm/libdrm_2.4.91.imx.bb | 2 +- recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb | 2 +- recipes-graphics/wayland/weston_5.0.0.imx.bb | 2 +- recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb | 2 +- recipes-kernel/ceetm/ceetm_git.bb | 2 +- recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc | 2 +- recipes-kernel/kernel-modules/kernel-module-ar_git.bb | 2 +- .../kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p4.0.bb | 2 +- recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb | 2 +- recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb | 2 +- recipes-kernel/kernel-modules/kernel-module-qcacld-lea.inc | 2 +- recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb | 2 +- recipes-kernel/kernel-modules/kernel-module-uio-seville_0.1.bb | 2 +- recipes-kernel/linux/linux-imx-headers_4.14.98.bb | 2 +- recipes-kernel/linux/linux-imx.inc | 2 +- recipes-kernel/linux/linux-qoriq-rt_4.14.bb | 2 +- recipes-kernel/linux/linux-qoriq_4.14.bb | 2 +- recipes-kernel/linux/linux-qoriq_4.19.bb | 2 +- recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | 2 +- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb | 2 +- recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb | 2 +- recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb | 2 +- recipes-multimedia/gstreamer/gstreamer1.0_1.14.imx.bb | 2 +- recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.5.bb | 2 +- recipes-security/optee-imx/optee-client_3.2.0.imx.bb | 2 +- recipes-security/optee-imx/optee-os_3.2.0.imx.bb | 2 +- recipes-security/optee-imx/optee-test_3.2.0.imx.bb | 2 +- recipes-security/optee/optee-client-qoriq.bb | 2 +- recipes-security/optee/optee-os-qoriq_git.bb | 2 +- recipes-security/optee/optee-test-qoriq_git.bb | 2 +- 64 files changed, 67 insertions(+), 67 deletions(-) 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 2f5f1afa..3a91f46d 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://source.codeaurora.org/external/qoriq/qoriq-components/fmc;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/fmc;protocol=https;nobranch=1" SRCREV = "c7576ab7fb6fb09b68ebc40531e5452fc89e5cd5" S = "${WORKDIR}/git" diff --git a/recipes-bsp/atf/atf-tools_git.bb b/recipes-bsp/atf/atf-tools_git.bb index a5998fe2..7166a13c 100644 --- a/recipes-bsp/atf/atf-tools_git.bb +++ b/recipes-bsp/atf/atf-tools_git.bb @@ -2,7 +2,7 @@ SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/atf;protocol=https;nobranch=1" SRCREV = "17f94e4315e81e3d1b22d863d9614d724e8273dc" S = "${WORKDIR}/git" diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb index d75e3eb2..6faab19b 100644 --- a/recipes-bsp/atf/atf_git.bb +++ b/recipes-bsp/atf/atf_git.bb @@ -11,7 +11,7 @@ do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" S = "${WORKDIR}/git" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/atf;protocol=https;nobranch=1" SRCREV = "85e98b945172118c55f0cea9c1f655b4307e6fab" SRC_URI += "file://0001-fix-fiptool-build-error.patch \ diff --git a/recipes-bsp/boot-format/boot-format_git.bb b/recipes-bsp/boot-format/boot-format_git.bb index 92ec8307..c59fa0b3 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://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/boot-format;nobranch=1 \ +SRC_URI = "git://github.com/qoriq-yocto-sdk/boot-format;protocol=https;nobranch=1 \ file://flags.patch" SRCREV = "4eb81a6797ef4e58bf7d9b2d58afb37a21c1f550" diff --git a/recipes-bsp/imx-atf/imx-atf_2.0.bb b/recipes-bsp/imx-atf/imx-atf_2.0.bb index 15122520..4acc1c78 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.0.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m PV .= "+git${SRCPV}" SRCBRANCH = "imx_4.14.98_2.0.0_ga" -SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ +SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ file://0001-Allow-BUILD_STRING-to-be-set-in-.revision-file.patch \ " SRCREV = "1cb68fa0a0dd8bc00b9871b51d4c4e1d0a827b2d" diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb index d94b2daa..4ebd9521 100644 --- a/recipes-bsp/imx-lib/imx-lib_git.bb +++ b/recipes-bsp/imx-lib/imx-lib_git.bb @@ -13,7 +13,7 @@ PE = "1" PV = "5.8+${SRCPV}" SRCBRANCH = "master" -SRC_URI = "git://source.codeaurora.org/external/imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" +SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" SRCREV = "3f777974c0c146817e2ff5cb0340ca66a1f99e57" S = "${WORKDIR}/git" diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc index ab354f9c..35f09333 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc @@ -3,7 +3,7 @@ DEPENDS = "zlib-native openssl-native" SRCBRANCH = "imx_4.14.98_2.0.0_ga" -SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" +SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" SRCREV = "dd0234001713623c79be92b60fa88bc07b07f24f" S = "${WORKDIR}/git" diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 084a2b04..a69ee070 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb @@ -18,7 +18,7 @@ PV = "7.0+${SRCPV}" SRCBRANCH = "imx_4.14.98_2.0.0_ga" SRC_URI = " \ - git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ + git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ file://memtool_profile \ " SRCREV = "d32727a9d7ef2543729c149a713db24b8f5c2aa8" diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb index 39c26b57..6183d0ef 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://source.codeaurora.org/external/qoriq/qoriq-components/mc-utils;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/mc-utils;protocol=https;nobranch=1" SRCREV = "b11bd6b808906a8b38c3fa29dc5120b0e4b439ac" S = "${WORKDIR}/git" diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index fed9f864..498509b0 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://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/rcw;protocol=https;nobranch=1" SRCREV = "b73c4f6e5ad772aca5a8990f0ccc45d387ee7ac6" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-imx_2018.03.bb b/recipes-bsp/u-boot/u-boot-imx_2018.03.bb index ed32ffcb..0237c135 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2018.03.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2018.03.bb @@ -11,7 +11,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRCBRANCH = "imx_v2018.03_4.14.98_2.0.0_ga" -SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" +SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" SRCREV = "0d6d8807793e74402e23772062469aeb4808dd48" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-qoriq-common_2019.04.inc b/recipes-bsp/u-boot/u-boot-qoriq-common_2019.04.inc index c3a77fb4..8e079efa 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq-common_2019.04.inc +++ b/recipes-bsp/u-boot/u-boot-qoriq-common_2019.04.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \ file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ " -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/u-boot;protocol=https;nobranch=1 \ " SRCREV= "ce862bb2d2aa3b2a69bc580c57dce67d84ac1b99" diff --git a/recipes-connectivity/openssl/openssl-qoriq_1.1.1d.bb b/recipes-connectivity/openssl/openssl-qoriq_1.1.1d.bb index 13d9fe75..03fbf6c4 100644 --- a/recipes-connectivity/openssl/openssl-qoriq_1.1.1d.bb +++ b/recipes-connectivity/openssl/openssl-qoriq_1.1.1d.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d343e62fc9c833710bbbed25f27364c8" DEPENDS = "hostperl-runtime-native" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/openssl;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/openssl;protocol=https;nobranch=1 \ file://run-ptest \ file://0001-skip-test_symbol_presence.patch \ file://0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch \ diff --git a/recipes-daemons/ptpd/ptpd-qoriq.bb b/recipes-daemons/ptpd/ptpd-qoriq.bb index 569deed5..d298fccb 100644 --- a/recipes-daemons/ptpd/ptpd-qoriq.bb +++ b/recipes-daemons/ptpd/ptpd-qoriq.bb @@ -34,7 +34,7 @@ def get_sub(d): except: return parts[0] -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ptpd;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/ptpd;protocol=https;nobranch=1 \ file://ptpd-use-pkgconfig.patch \ " SRCREV = "ec34cdd10446619d036ac8d6a86b8276f0d4a81c" diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb index bc847e5e..92180f9b 100644 --- a/recipes-devtools/cst/cst_git.bb +++ b/recipes-devtools/cst/cst_git.bb @@ -16,7 +16,7 @@ inherit kernel-arch #SECURE_PRI_KEY = "/path/srk.pri" #SECURE_PUB_KEY = "/path/srk.pub" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cst;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ " SRCREV = "bfad3c99074e8bb010685e17ce90c8898298bba6" diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index 30d255ee..beb044f3 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb @@ -10,7 +10,7 @@ DEPENDS = "glib-2.0 zlib pixman dtc" LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/qemu;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/qemu;protocol=https;nobranch=1 \ file://powerpc_rom.bin \ file://run-ptest \ " diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb index cfeae114..f05e1f14 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=47716bd5b656aa5e298a132a64d2d1e4" PR = "r2" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/eth-config;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/eth-config;protocol=https;nobranch=1" SRCREV = "6164664070e45810c793f112781ebcedc979e132" S = "${WORKDIR}/git" diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb index 3ae05889..9152939b 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=9f6d1afdf6b0f6b3ba65c25ba589ee53" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/flib;protocol=https;nobranch=1" SRCREV = "cbb31427466649c07d2ac2739a41bb42f5f6be7c" S = "${WORKDIR}/git" diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index 880d768b..ecc3a690 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=9c7bd5e45d066db084bdb3543d55b1ac" PR = "r1" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/fmlib;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/fmlib;protocol=https;nobranch=1" SRCREV = "69a70474cd8411d5a099c34f40760b6567d781d6" S = "${WORKDIR}/git" diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.bb index a1b00289..6030dc1f 100644 --- a/recipes-dpaa2/aiopsl/aiopsl_git.bb +++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb @@ -7,7 +7,7 @@ BASEDEPENDS = "" S = "${WORKDIR}/git" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/aiopsl;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/aiopsl;protocol=https;nobranch=1" SRCREV = "87d83d8e99770325cc7ad9e10965c9959e7cb828" do_configure[noexec] = "1" diff --git a/recipes-dpaa2/dce/dce_git.bb b/recipes-dpaa2/dce/dce_git.bb index 0e31a3c4..f52acf85 100644 --- a/recipes-dpaa2/dce/dce_git.bb +++ b/recipes-dpaa2/dce/dce_git.bb @@ -3,8 +3,8 @@ SECTION = "dpaa2" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=956df5ea6cfe0a1dcf2dee7ca37c0cdf" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dce;nobranch=1 \ - git://source.codeaurora.org/external/qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/lib/qbman_userspace \ +SRC_URI = "git://github.com/nxp-qoriq/dce;protocol=https;nobranch=1 \ + git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=git/lib/qbman_userspace \ " SRCREV = "0ec35ad12ad04b5dadfa9f8c8a718c715bde41db" SRCREV_qbman = "a1af1e1528fe2e1ce0df1e6d9170b6c239c8ab4f" diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb index a9c3180f..e809a375 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://source.codeaurora.org/external/qoriq/qoriq-components/gpp-aioptool;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/gpp-aioptool;protocol=https;nobranch=1 \ file://0001-remove-libio.h.patch \ " SRCREV = "6ead470dde043f3ca67f1ba19b313dd64ec199e1" diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index b8863627..70d2b2ba 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 dtc" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1 \ file://0001-restool-fix-build-error-with-gcc7.patch" SRCREV = "55a1f377915176a195a7e96b165ed5447285c464" diff --git a/recipes-dpaa2/spc/spc_git.bb b/recipes-dpaa2/spc/spc_git.bb index e9bf1427..5b0d4974 100644 --- a/recipes-dpaa2/spc/spc_git.bb +++ b/recipes-dpaa2/spc/spc_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=163b09a1c249a6ff2b28da1ceca2e0a8" DEPENDS = "libxml2 fmlib tclap" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/spc;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/spc;protocol=https;nobranch=1" SRCREV = "be7dd8e346a934aae1e4bdd6b579f2aa4bb5cd86" S = "${WORKDIR}/git" diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 7642ec4e..75982f17 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://dpdk.org" LICENSE = "BSD-3-Clause & LGPLv2 & GPLv2" LIC_FILES_CHKSUM = "file://license/README;md5=3383def2d4c82237df281174e981a492" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/dpdk;protocol=https;nobranch=1 \ file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ file://0001-add-Wno-cast-function-type.patch \ file://0001-Add-RTE_KERNELDIR_OUT.patch \ diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb b/recipes-extended/ipc-ust/ipc-ust_git.bb index df496c28..cc3b84b8 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://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/ipc;branch=nxp/sdk-v2.0.x \ +SRC_URI = "git://github.com/qoriq-yocto-sdk/ipc;protocol=https;branch=nxp/sdk-v2.0.x \ file://Makefile-use-LDFLAGS-if-set.patch \ " SRCREV = "74d662707558290f070f9589177db730444bc435" diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb b/recipes-extended/libpkcs11/libpkcs11_git.bb index 33c27ecd..554d5159 100644 --- a/recipes-extended/libpkcs11/libpkcs11_git.bb +++ b/recipes-extended/libpkcs11/libpkcs11_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "PKCS library" LICENSE = "GPLv2 & BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/libpkcs11;protocol=https;nobranch=1" SRCREV = "a243fb21772f1bd434d8bc1ac45feb36571afadb" DEPENDS = "openssl secure-obj" diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc index 129f77ae..6965c372 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://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 \ +git://github.com/nxp-qoriq/odp;protocol=https;nobranch=1 \ +git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ +git://github.com/nxp-qoriq/flib;protocol=https;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ " SRC_URI += "file://0001-Fix-this-build-error.patch" diff --git a/recipes-extended/ofp/ofp_git.bb b/recipes-extended/ofp/ofp_git.bb index c76eafd7..61801244 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://source.codeaurora.org/external/qoriq/qoriq-components/ofp;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/ofp;nobranch=1" SRCREV = "fe66f4659f7d356f7aa73a8fb32fcf67c6cf1108" diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb index fd9d3a61..26cb2aeb 100644 --- a/recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb +++ b/recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb @@ -7,7 +7,7 @@ RDEPENDS_${PN} = "bash libcrypto libssl python" inherit pythonnative -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/ovs-dpdk;protocol=https;nobranch=1 \ " SRCREV = "abc80ef87a8786050f27afb2a797cadd14e2a6bd" diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc index 166c874a..c12b8671 100644 --- a/recipes-extended/secure-obj/secure-obj.inc +++ b/recipes-extended/secure-obj/secure-obj.inc @@ -10,7 +10,7 @@ inherit pythonnative LDFLAGS += "${TOOLCHAIN_OPTIONS}" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/secure_obj;protocol=https;nobranch=1 \ " SRCREV = "cd3c353df1c3f19577cf3fa08f8a21abd63fb3c1" diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index 4ce353be..ac85dc28 100644 --- a/recipes-extended/tsntool/tsntool_git.bb +++ b/recipes-extended/tsntool/tsntool_git.bb @@ -7,7 +7,7 @@ DEPENDS = "cjson libnl readline" inherit pkgconfig -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/tsntool;protocol=https;nobranch=1" SRCREV = "30a0320eb4a1798ac3d6258a2e02d863e60a1582" S = "${WORKDIR}/git" diff --git a/recipes-extended/vpp-core/dpdkvpp.bb b/recipes-extended/vpp-core/dpdkvpp.bb index 309a6101..4e088bed 100644 --- a/recipes-extended/vpp-core/dpdkvpp.bb +++ b/recipes-extended/vpp-core/dpdkvpp.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://dpdk.org" LICENSE = "BSD-3-Clause & LGPLv2 & GPLv2" LIC_FILES_CHKSUM = "file://license/README;md5=3383def2d4c82237df281174e981a492" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/dpdk;protocol=https;nobranch=1 \ file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ file://0001-add-Wno-cast-function-type.patch \ file://0001-Add-RTE_KERNELDIR_OUT.patch \ diff --git a/recipes-extended/vpp-core/vpp-core.bb b/recipes-extended/vpp-core/vpp-core.bb index 53437d1a..99011566 100644 --- a/recipes-extended/vpp-core/vpp-core.bb +++ b/recipes-extended/vpp-core/vpp-core.bb @@ -11,7 +11,7 @@ OECMAKE_SOURCEPATH = "${S}/src" SRCREV = "ea4f900311027e4c50f101e08c12920f6e2ddf8d" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/vpp;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/vpp;protocol=https;nobranch=1 \ file://0001-GCC-above-5.4-fails-when-we-specify-arch-funattribut.patch \ file://0001-getcpu-rename-getcpu-to-avoid-conflict-with-glibc-2..patch \ file://0001-vpp-core-fix-package_qa-error.patch \ diff --git a/recipes-graphics/drm/libdrm_2.4.91.imx.bb b/recipes-graphics/drm/libdrm_2.4.91.imx.bb index 0a2d41a3..a905af71 100644 --- a/recipes-graphics/drm/libdrm_2.4.91.imx.bb +++ b/recipes-graphics/drm/libdrm_2.4.91.imx.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c5 PROVIDES = "drm" DEPENDS = "libpthread-stubs libpciaccess" -IMX_LIBDRM_SRC ?= "git://source.codeaurora.org/external/imx/libdrm-imx.git;protocol=https;nobranch=1" +IMX_LIBDRM_SRC ?= "git://github.com/nxp-imx/libdrm-imx.git;protocol=https;nobranch=1" IMX_LIBDRM_BRANCH = "libdrm-imx-2.4.91" SRC_URI = "${IMX_LIBDRM_SRC};branch=${IMX_LIBDRM_BRANCH} \ file://installtests.patch \ diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb index d8137e29..d37c688d 100644 --- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb +++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50" DEPENDS = "imx-gpu-viv zlib libpng procps" -SRC_URI = "git://source.codeaurora.org/external/imx/apitrace-imx.git;protocol=https;branch=imx_7.1" +SRC_URI = "git://github.com/nxp-imx/apitrace-imx.git;protocol=https;branch=imx_7.1" SRCREV = "013499c63d9eddd8c792bd8b136991caa3b8a100" S = "${WORKDIR}/git" diff --git a/recipes-graphics/wayland/weston_5.0.0.imx.bb b/recipes-graphics/wayland/weston_5.0.0.imx.bb index 270aa2ad..b3ea61ed 100644 --- a/recipes-graphics/wayland/weston_5.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_5.0.0.imx.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \ DEFAULT_PREFERENCE = "-1" SRCBRANCH = "weston-imx-5.0" -SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \ +SRC_URI = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \ file://weston.png \ file://weston.desktop \ file://0001-make-error-portable.patch \ diff --git a/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb b/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb index 670ade64..c9d988c8 100644 --- a/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb +++ b/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3" SRCREV = "b765c3ffc0dcc4246afa659aa0d59f78a6736b08" SRCBRANCH = "imx_exa_viv6_g2d" -SRC_URI = "git://source.codeaurora.org/external/imx/xf86-video-imx-vivante.git;protocol=https;branch=${SRCBRANCH} \ +SRC_URI = "git://github.com/nxp-imx/xf86-video-imx-vivante.git;protocol=https;branch=${SRCBRANCH} \ file://rc.autohdmi" S = "${WORKDIR}/git/" diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index 68fb67e0..ac084855 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=bac620b9883d38a84dfb73ca7122d915" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ceetm;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/ceetm;protocol=https;nobranch=1" SRCREV = "6a7f2ec2091df2f4380cb8d25a36c399aed5af1b" SRC_URI_append = " file://0001-Makefile-update-CFLAGS.patch \ " diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc b/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc index ad54fc9e..d2d9513c 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://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;nobranch=1" +SRC_URI = "git://github.com/nxp-qoriq/cryptodev-linux;protocol=https;nobranch=1" SRCREV = "479e6e7f071e252c0c37ea38d38fdb4cd808f496" # NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc diff --git a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb index feddc8fa..ddaffad9 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://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/auto-resp;branch=nxp/sdk-v2.0.x" +SRC_URI = "git://github.com/qoriq-yocto-sdk/auto-resp;protocol=https;branch=nxp/sdk-v2.0.x" SRCREV = "9a74743167dcfcfbca5056eedbff9a52337c9712" S = "${WORKDIR}/git" diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p4.0.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p4.0.bb index 61fc98e0..e1ba7657 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p4.0.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p4.0.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425 SRCBRANCH = "imx_4.14.98_2.0.0_ga" LOCALVERSION = "-${SRCBRANCH}" -KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" +KERNEL_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https" SRC_URI = " \ ${KERNEL_SRC};branch=${SRCBRANCH};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ file://Add-makefile.patch \ 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 cad18b69..c663b5b9 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://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/ls-dbg;branch=nxp/master" +SRC_URI = "git://github.com/qoriq-yocto-sdk/ls-dbg;protocol=https;branch=nxp/master" SRCREV = "40501f6659e880d38508cdd34a4df2d348d1c68e" S = "${WORKDIR}/git" 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 4a31f1e3..b34571db 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://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/qoriq-perf;branch=nxp/master" +SRC_URI = "git://github.com/qoriq-yocto-sdk/qoriq-perf;protocol=https;branch=nxp/master" SRCREV = "7beb3783edac66bab00c85d99a7b073f569af7fd" S = "${WORKDIR}/git" diff --git a/recipes-kernel/kernel-modules/kernel-module-qcacld-lea.inc b/recipes-kernel/kernel-modules/kernel-module-qcacld-lea.inc index 662975aa..5b7ff993 100644 --- a/recipes-kernel/kernel-modules/kernel-module-qcacld-lea.inc +++ b/recipes-kernel/kernel-modules/kernel-module-qcacld-lea.inc @@ -2,7 +2,7 @@ SUMMARY = "Qualcomm WiFi driver for QCA module 9377 and 6174" LICENSE = "BSD & GPLv2" LIC_FILES_CHKSUM = "file://CORE/HDD/src/wlan_hdd_main.c;beginline=1;endline=20;md5=ec8d62116b13db773825ebf7cf91be1d;" -QCACLD_SRC ?= "git://source.codeaurora.org/external/imx/qcacld-2.0-imx.git;protocol=https" +QCACLD_SRC ?= "git://github.com/nxp-imx/qcacld-2.0-imx.git;protocol=https" SRC_URI = "${QCACLD_SRC};branch=IMX_CNSS.LEA.NRT_2.0" SRCREV = "e008d2578b09f1f593f65ede48529a52312e3957" 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 20d894ed..d21061b1 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://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/scatter-gather;branch=nxp/master" +SRC_URI = "git://github.com/qoriq-yocto-sdk/scatter-gather;protocol=https;branch=nxp/master" SRCREV = "97db173d08a70abe2b9a6fa928299a117f3febc2" S = "${WORKDIR}/git" 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 f7beed21..7194157c 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://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/l2switch-uio;branch=nxp/sdk-v2.0.x" +SRC_URI = "git://github.com/qoriq-yocto-sdk/l2switch-uio;protocol=https;branch=nxp/sdk-v2.0.x" SRCREV = "0f31fbcbe9ab1ab9c424da34f70c82314b16f8de" inherit module diff --git a/recipes-kernel/linux/linux-imx-headers_4.14.98.bb b/recipes-kernel/linux/linux-imx-headers_4.14.98.bb index e55a795b..c9b73963 100644 --- a/recipes-kernel/linux/linux-imx-headers_4.14.98.bb +++ b/recipes-kernel/linux/linux-imx-headers_4.14.98.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" SRCBRANCH = "imx_4.14.98_2.0.0_ga" LOCALVERSION = "-imx" -SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" +SRC_URI = "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" SRCREV = "dfc78102d29f81d9316b281a3b8af3dff95174c8" S = "${WORKDIR}/git" diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc index 9a8a035f..4660a9ee 100644 --- a/recipes-kernel/linux/linux-imx.inc +++ b/recipes-kernel/linux/linux-imx.inc @@ -11,7 +11,7 @@ LOCALVERSION ?= "" SCMVERSION ?= "y" SRCBRANCH ?= "" -SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx;protocol=https;branch=${SRCBRANCH} \ +SRC_URI = "git://github.com/nxp-imx/linux-imx;protocol=https;branch=${SRCBRANCH} \ file://defconfig \ " diff --git a/recipes-kernel/linux/linux-qoriq-rt_4.14.bb b/recipes-kernel/linux/linux-qoriq-rt_4.14.bb index e880081a..998ff8df 100644 --- a/recipes-kernel/linux/linux-qoriq-rt_4.14.bb +++ b/recipes-kernel/linux/linux-qoriq-rt_4.14.bb @@ -6,7 +6,7 @@ SECTION = "kernel" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/linux;protocol=https;nobranch=1 \ file://0001-Makfefile-add-cflags.patch \ file://0001-perf-tools-Add-Python-3-support.patch \ " diff --git a/recipes-kernel/linux/linux-qoriq_4.14.bb b/recipes-kernel/linux/linux-qoriq_4.14.bb index f2e0a4b8..e4daef1c 100644 --- a/recipes-kernel/linux/linux-qoriq_4.14.bb +++ b/recipes-kernel/linux/linux-qoriq_4.14.bb @@ -6,7 +6,7 @@ SECTION = "kernel" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/linux;protocol=https;nobranch=1 \ file://0001-Makfefile-add-cflags.patch \ file://0001-perf-tools-Add-Python-3-support.patch \ " diff --git a/recipes-kernel/linux/linux-qoriq_4.19.bb b/recipes-kernel/linux/linux-qoriq_4.19.bb index aed29df6..c6f7da69 100644 --- a/recipes-kernel/linux/linux-qoriq_4.19.bb +++ b/recipes-kernel/linux/linux-qoriq_4.19.bb @@ -6,7 +6,7 @@ SECTION = "kernel" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/linux;protocol=https;nobranch=1 \ " SRCREV = "4aba815fd6404a9620a66c8a3c2af4ba2a6a701a" diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb index 94c3f4a7..17025699 100644 --- a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb +++ b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f" inherit autotools pkgconfig use-imx-headers SRCBRANCH = "nxp/master" -SRC_URI = "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" +SRC_URI = "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" SRCREV = "9a63071e7734bd164017f3761b8d1944c017611f" S = "${WORKDIR}/git" diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb index 9cf6bd98..d0146e96 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb @@ -16,7 +16,7 @@ PACKAGECONFIG[wayland] = "--enable-wayland --disable-x11,--disable-wayland,wayla EXTRA_OECONF_append = " --disable-introspection" -GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https" +GST1.0-PLUGINS-BAD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-bad.git;protocol=https" SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA" SRC_URI = " \ diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb index d329dbac..80a31f0d 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ DEPENDS += "iso-codes util-linux" -GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https" +GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https" SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA" SRC_URI = " \ diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb index 5781094b..8b2486af 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" -GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https" +GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-good.git;protocol=https" SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA" SRC_URI = " \ diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.14.imx.bb index 4d022335..3d61c91f 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0_1.14.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.14.imx.bb @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" # Use i.MX fork of GST for customizations -GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https" +GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https" SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA" SRC_URI = " \ diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.5.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.5.bb index 6dc924a1..f75ace07 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.5.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.5.bb @@ -20,7 +20,7 @@ RCONFLICTS_${PN} = "gst1.0-fsl-plugin" LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" -IMXGST_SRC ?= "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https" +IMXGST_SRC ?= "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https" SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA" SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}" diff --git a/recipes-security/optee-imx/optee-client_3.2.0.imx.bb b/recipes-security/optee-imx/optee-client_3.2.0.imx.bb index d3ad9c0d..7e4f9b09 100644 --- a/recipes-security/optee-imx/optee-client_3.2.0.imx.bb +++ b/recipes-security/optee-imx/optee-client_3.2.0.imx.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b" inherit pythonnative systemd SRCBRANCH = "imx_4.14.78_1.0.0_ga" -OPTEE_CLIENT_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-client.git;protocol=https" +OPTEE_CLIENT_SRC ?= "git://github.com/nxp-imx/imx-optee-client.git;protocol=https" SRC_URI = "${OPTEE_CLIENT_SRC};branch=${SRCBRANCH}" SRCREV = "d06647d201520ac57f1331e97db6138d63bc2666" diff --git a/recipes-security/optee-imx/optee-os_3.2.0.imx.bb b/recipes-security/optee-imx/optee-os_3.2.0.imx.bb index f4fc26e7..6d6889c3 100644 --- a/recipes-security/optee-imx/optee-os_3.2.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_3.2.0.imx.bb @@ -10,7 +10,7 @@ inherit deploy pythonnative autotools DEPENDS = "python-pycrypto-native u-boot-mkimage-native" SRCBRANCH = "imx_4.14.78_1.0.0_ga" -OPTEE_OS_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https" +OPTEE_OS_SRC ?= "git://github.com/nxp-imx/imx-optee-os.git;protocol=https" SRC_URI = "${OPTEE_OS_SRC};branch=${SRCBRANCH}" SRCREV = "6a52487eb0ff664e4ebbd48497f0d3322844d51d" diff --git a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb index 245685f5..16625a60 100644 --- a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb @@ -12,7 +12,7 @@ inherit pythonnative FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRCBRANCH = "imx_4.14.78_1.0.0_ga" -OPTEE_TEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https" +OPTEE_TEST_SRC ?= "git://github.com/nxp-imx/imx-optee-test.git;protocol=https" SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \ file://0001-regression-4011-correct-potential-overflow.patch \ diff --git a/recipes-security/optee/optee-client-qoriq.bb b/recipes-security/optee/optee-client-qoriq.bb index 4d1caa16..0eaf6160 100644 --- a/recipes-security/optee/optee-client-qoriq.bb +++ b/recipes-security/optee/optee-client-qoriq.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" inherit pythonnative systemd -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/optee_client;protocol=https;nobranch=1 \ " S = "${WORKDIR}/git" diff --git a/recipes-security/optee/optee-os-qoriq_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb index fbde2616..64b96aa6 100644 --- a/recipes-security/optee/optee-os-qoriq_git.bb +++ b/recipes-security/optee/optee-os-qoriq_git.bb @@ -9,7 +9,7 @@ DEPENDS = "python-pycrypto-native" inherit deploy pythonnative SRCREV = "4e8d2e5307b99a91a0cac3ea3560ecb7d62898d6" -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/optee_os;protocol=https;nobranch=1 \ file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ file://0001-Fix-alignment-of-data-for-mempool_alloc_pool.patch \ " diff --git a/recipes-security/optee/optee-test-qoriq_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb index 1c6ca22e..eea88c18 100644 --- a/recipes-security/optee/optee-test-qoriq_git.bb +++ b/recipes-security/optee/optee-test-qoriq_git.bb @@ -8,7 +8,7 @@ DEPENDS = "optee-client-qoriq optee-os-qoriq python-pycrypto-native" inherit pythonnative -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test;nobranch=1 \ +SRC_URI = "git://github.com/nxp-qoriq/optee_test;protocol=https;nobranch=1 \ file://0001-fix-build-failure-with-GCC-9.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf