change Yocto version to krogoth

This commit is contained in:
Doug Goldstein
2016-10-30 12:12:47 -05:00
parent 02b0de534d
commit 985069709c

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ for (int i = 0; i < targets.size(); i++) {
sh "./scripts/setup-env.sh"
}
stage('Yocto Fetch') {
sh "GIT_LOCAL_REF_DIR=/srv/git-cache/ ./scripts/fetch.sh master"
sh "GIT_LOCAL_REF_DIR=/srv/git-cache/ ./scripts/fetch.sh krogoth"
}
stage('Build') {
sh "MACHINE=${machine} ./scripts/build.sh"