meta-digi-arm: Add new variable DIGI_LOG_GIT.
And use it in all files that need it. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
54feb069d9
commit
0778e10d3e
|
|
@ -14,6 +14,7 @@ DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
||||||
|
|
||||||
DIGI_MIRROR ?= "http://www.digi.com/yocto/"
|
DIGI_MIRROR ?= "http://www.digi.com/yocto/"
|
||||||
DIGI_LOG_MIRROR += "http://build-linux.digi.com/LxNETES-4/pooldir/"
|
DIGI_LOG_MIRROR += "http://build-linux.digi.com/LxNETES-4/pooldir/"
|
||||||
|
DIGI_LOG_GIT = "git://log-sln-git.digi.com/"
|
||||||
|
|
||||||
# PREMIRRORS and tried first and if not found, all MIRRORS next.
|
# PREMIRRORS and tried first and if not found, all MIRRORS next.
|
||||||
MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"
|
MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "bootloader for Digi platforms"
|
||||||
|
|
||||||
PR_append = "+digi.0"
|
PR_append = "+digi.0"
|
||||||
|
|
||||||
SRC_URI = "git://log-sln-git.digi.com/u-boot-denx.git;tag=agonzal/yocto"
|
SRC_URI = "${DIGI_LOG_GIT}u-boot-denx.git;tag=agonzal/yocto"
|
||||||
|
|
||||||
EXTRA_OEMAKE += 'HOSTSTRIP=true'
|
EXTRA_OEMAKE += 'HOSTSTRIP=true'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@ PR_append = "+digi.0"
|
||||||
SRCREV_ccardxmx28js = "agonzal/yocto"
|
SRCREV_ccardxmx28js = "agonzal/yocto"
|
||||||
SRCREV_ccxmx53js = "agonzal/yocto"
|
SRCREV_ccxmx53js = "agonzal/yocto"
|
||||||
SRCREV_ccxmx51js = "agonzal/yocto"
|
SRCREV_ccxmx51js = "agonzal/yocto"
|
||||||
SRC_URI_ccxmx53js = "git://log-sln-git.digi.com/linux-2.6.git"
|
SRC_URI_ccxmx53js = "${DIGI_LOG_GIT}linux-2.6.git"
|
||||||
SRC_URI_ccxmx51js = "git://log-sln-git.digi.com/linux-2.6.git"
|
SRC_URI_ccxmx51js = "${DIGI_LOG_GIT}linux-2.6.git"
|
||||||
SRC_URI_ccardxmx28js = "git://log-sln-git.digi.com/linux-2.6.git"
|
SRC_URI_ccardxmx28js = "${DIGI_LOG_GIT}linux-2.6.git"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}"
|
||||||
SRCREV_ccxmx51js = "agonzal/yocto"
|
SRCREV_ccxmx51js = "agonzal/yocto"
|
||||||
SRCREV_ccxmx53js = "agonzal/yocto"
|
SRCREV_ccxmx53js = "agonzal/yocto"
|
||||||
SRCREV_ccardxmx28js = "agonzal/yocto"
|
SRCREV_ccardxmx28js = "agonzal/yocto"
|
||||||
SRC_URI = "git://log-sln-git.digi.com/linux-2.6.git \
|
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue