diff --git a/meta-digi-arm/conf/layer.conf b/meta-digi-arm/conf/layer.conf index 02683445b..4824848cd 100644 --- a/meta-digi-arm/conf/layer.conf +++ b/meta-digi-arm/conf/layer.conf @@ -22,5 +22,7 @@ DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/" DIGI_MTK_GIT ?= "git://git.digi.com/" DIGI_MIRROR ?= "http://build-linux.digi.com/yocto/source" +DIGI_GITHUB_GIT ?= "git://github.com/dgii" + # Accept FSL licenses ACCEPT_FSL_EULA = "1" diff --git a/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb b/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb index e739d0aad..ae704f073 100644 --- a/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb +++ b/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb @@ -11,7 +11,7 @@ SRCREV_external = "9ffdf8cc253ba8d46fc4d8286ea054fa4c28c9af" SRCREV_internal = "cc3b1eb94dda62aa737f2289b7a2d3936492a53b" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" -SRC_URI_external = "git://github.com/dgii/imx-bootlets.git;protocol=git" +SRC_URI_external = "${DIGI_GITHUB_GIT}/imx-bootlets.git;protocol=git" SRC_URI_internal = "${DIGI_MTK_GIT}del/imx-bootlets.git;protocol=git" SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}" diff --git a/meta-digi-arm/recipes-bsp/nvram/nvram.bb b/meta-digi-arm/recipes-bsp/nvram/nvram.bb index 27539e7b1..6e020250f 100644 --- a/meta-digi-arm/recipes-bsp/nvram/nvram.bb +++ b/meta-digi-arm/recipes-bsp/nvram/nvram.bb @@ -13,7 +13,7 @@ SRCREV_external = "107e05c6fff8ccae6d5eeb6a39d7efd57694e544" SRCREV_internal = "4af0b5f73215c6f075e17f866d831a948d777a2a" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" -SRC_URI_external = "git://github.com/dgii/yocto-uboot.git;protocol=git" +SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-uboot.git;protocol=git" SRC_URI_internal = "${DIGI_LOG_GIT}u-boot-denx.git;protocol=git" SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}" SRC_URI += " \ diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-del_2009.08.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-del_2009.08.bb index 943759ed9..ef8eabd0b 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-del_2009.08.bb +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-del_2009.08.bb @@ -14,7 +14,7 @@ SRCREV_external = "107e05c6fff8ccae6d5eeb6a39d7efd57694e544" SRCREV_internal = "4af0b5f73215c6f075e17f866d831a948d777a2a" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" -SRC_URI_external = "git://github.com/dgii/yocto-uboot.git;protocol=git" +SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-uboot.git;protocol=git" SRC_URI_internal = "${DIGI_LOG_GIT}u-boot-denx.git;protocol=git" SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}" diff --git a/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros.bb b/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros.bb index 96c73f33b..c51227f31 100644 --- a/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros.bb +++ b/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros.bb @@ -12,7 +12,7 @@ SRCREV_external = "9b21b4508d08a2fb3bf3c55aaac182bb9c1210f2" SRCREV_internal = "15bae2c4e330ea6d9289217d3c38ebf63aa8ff15" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" -SRC_URI_external = "git://github.com/dgii/atheros.git;protocol=git" +SRC_URI_external = "${DIGI_GITHUB_GIT}/atheros.git;protocol=git" SRC_URI_internal = "${DIGI_LOG_GIT}linux-modules/atheros.git;protocol=git" SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}" SRC_URI += " \ diff --git a/meta-digi-arm/recipes-kernel/linux/linux-del_2.6.35.14.bb b/meta-digi-arm/recipes-kernel/linux/linux-del_2.6.35.14.bb index 402e70b7c..8a2903441 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-del_2.6.35.14.bb +++ b/meta-digi-arm/recipes-kernel/linux/linux-del_2.6.35.14.bb @@ -12,7 +12,7 @@ LOCALVERSION_mx5 = "mx5" LOCALVERSION_mxs = "mxs" LOCALVERSION_cpx2_mxs = "mxs+gateways" -SRC_URI_external = "git://github.com/dgii/yocto-linux.git;protocol=git" +SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git" SRC_URI_internal = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git" SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}" SRC_URI += " \