build.sh: use LOG-SLN-JENKINS for packages mirror
'build-linux.digi.com' is the old DEL buildserver that sooner than later will be decommisioned (hopefully) so just don't depend on it for DEY builds. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
ff3f42d899
commit
8952bc58de
|
|
@ -34,7 +34,7 @@ MANIFEST_URL="ssh://git@stash.digi.com/dey/digi-yocto-sdk-manifest.git"
|
||||||
|
|
||||||
DIGI_PREMIRROR_CFG="
|
DIGI_PREMIRROR_CFG="
|
||||||
# Use internal mirror
|
# Use internal mirror
|
||||||
SOURCE_MIRROR_URL ?= \"http://build-linux.digi.com/yocto/downloads/\"
|
SOURCE_MIRROR_URL = \"http://log-sln-jenkins.digi.com/yocto/downloads/\"
|
||||||
INHERIT += \"own-mirrors\"
|
INHERIT += \"own-mirrors\"
|
||||||
BB_GENERATE_MIRROR_TARBALLS = \"1\"
|
BB_GENERATE_MIRROR_TARBALLS = \"1\"
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue