builds.sh: Update manifest URL.
The manifest git repository has changed location. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
89cd759503
commit
e500e6b66e
|
|
@ -28,7 +28,7 @@ set -e
|
||||||
SCRIPTNAME="$(basename ${0})"
|
SCRIPTNAME="$(basename ${0})"
|
||||||
SCRIPTPATH="$(cd $(dirname ${0}) && pwd)"
|
SCRIPTPATH="$(cd $(dirname ${0}) && pwd)"
|
||||||
|
|
||||||
MANIFEST_URL="git://git.digi.com/del/yocto/digi-yocto-sdk-manifest.git"
|
MANIFEST_URL="git://git.digi.com/linux/yocto/digi-yocto-sdk-manifest.git"
|
||||||
|
|
||||||
DIGI_PREMIRROR_CFG="
|
DIGI_PREMIRROR_CFG="
|
||||||
# Use internal mirror
|
# Use internal mirror
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue