meta-digi: use global variable for github url

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-06-07 15:52:19 +02:00
parent 10c7594119
commit 7e64629187
6 changed files with 7 additions and 5 deletions

View File

@ -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"

View File

@ -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)}"

View File

@ -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 += " \

View File

@ -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)}"

View File

@ -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 += " \

View File

@ -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 += " \