URI: Change DIGI_LOG_GIT to something generic
Most SRC_URI defaults to DIGI_LOG_GIT. This patch sets a more generic name (DIGI_GIT) that defaults to DIGI_LOG_GIT, but is configurable by someone who might want to tune it (DIGI_MTK_GIT, etc.). Signed-off-by: Seth Bollinger <sethb@digi.com>
This commit is contained in:
parent
f29e08fee1
commit
0817e87e61
|
|
@ -20,6 +20,7 @@ DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
|||
|
||||
DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/"
|
||||
DIGI_MTK_GIT ?= "git://stash.digi.com/"
|
||||
DIGI_GIT ?= "${DIGI_LOG_GIT}"
|
||||
DIGI_MIRROR ?= "ftp://ftp1.digi.com/support/digiembeddedyocto/source"
|
||||
|
||||
DIGI_GITHUB_GIT ?= "git://github.com/dgii"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SRCREV_internal = "d4f95c9d1a6619841ce07b8ff2b63d7676c6d6cc"
|
|||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
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_internal = "${DIGI_GIT}u-boot-denx.git;protocol=git"
|
||||
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
|
||||
|
||||
UBOOT_NVRAM_LIBPATH = "git/common/digi/cmd_nvram/lib"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SRCREV_internal = "c0fadb69aeab54ad1afb9db1f9ba0701ab8d6807"
|
|||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
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_internal = "${DIGI_GIT}u-boot-denx.git;protocol=git"
|
||||
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
|
||||
|
||||
UBOOT_NVRAM_LIBPATH = "git/board/digi/common/cmd_nvram/lib"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ SRCREV_internal = "${@base_conditional('IS_KERNEL_2X', '1' , 'f18d0de2ee85b6e768
|
|||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
SRC_URI_external = "${DIGI_GITHUB_GIT}/atheros.git;protocol=git"
|
||||
SRC_URI_internal = "${DIGI_LOG_GIT}linux-modules/atheros.git;protocol=git"
|
||||
SRC_URI_internal = "${DIGI_GIT}linux-modules/atheros.git;protocol=git"
|
||||
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
|
||||
SRC_URI += " \
|
||||
file://atheros \
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ TARBALL_SHA256_ccimx51js = "3f855614573da0bc250cfc021f69a1aaba1d7c7c3a6347488604
|
|||
TARBALL_MD5_ccimx53js = "4a84d4da7479a20db5ee76f81c33f7b1"
|
||||
TARBALL_SHA256_ccimx53js = "6e8d35f735172621b5b6c40aafd754aecd8371c6cc1589f9502c8f3098b3a90a"
|
||||
|
||||
SRC_URI_git = "${DIGI_LOG_GIT}linux-modules/redpine.git;protocol=git"
|
||||
SRC_URI_git = "${DIGI_GIT}linux-modules/redpine.git;protocol=git"
|
||||
SRC_URI_obj = "${DIGI_MIRROR}/redpine-${MACHINE}-${SRCREV_SHORT}.tar.gz;md5sum=${TARBALL_MD5};sha256sum=${TARBALL_SHA256}"
|
||||
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_git}', '${SRC_URI_obj}', d)}"
|
||||
SRC_URI += " \
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ SRCREV_internal = "eadb42b86adce380ff2a706ab1c34458eee4bd38"
|
|||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
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_internal = "${DIGI_GIT}linux-2.6.git;protocol=git"
|
||||
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ SRCREV_internal = "26cd72478512fb11f306698a06ecef420d912f8b"
|
|||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
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_internal = "${DIGI_GIT}linux-2.6.git;protocol=git"
|
||||
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue