diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-11-21 11:03:01 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-11-21 11:03:01 +0106 |
| commit | 62ced91e37f34fe58cfc7eb40837777f65e42ad3 (patch) | |
| tree | 17a9f4e6be1c97a98ba5f8c9f11719f5bef6bbf8 /schulung_tools/layer-building | |
| parent | 279516c0ded29e13fcb3cf3276b299caf5e5313e (diff) | |
layer-building/yocto: switch to thud
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'schulung_tools/layer-building')
| -rwxr-xr-x | schulung_tools/layer-building/yocto/build-yocto.sh | 4 | ||||
| -rwxr-xr-x | schulung_tools/layer-building/yocto/get-full-eclipse-mirror.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/schulung_tools/layer-building/yocto/build-yocto.sh b/schulung_tools/layer-building/yocto/build-yocto.sh index 323941e..beccbd4 100755 --- a/schulung_tools/layer-building/yocto/build-yocto.sh +++ b/schulung_tools/layer-building/yocto/build-yocto.sh @@ -23,12 +23,12 @@ mkdir -p ~/yocto/source ~/yocto/build DOCHECKOUT=0 if [ ! -d ~/yocto/source/poky ]; then - git clone -b yocto-2.5.1 /opt/mirrors/poky.git ~/yocto/source/poky + git clone -b yocto-2.6 /opt/mirrors/poky.git ~/yocto/source/poky DOCHECKOUT=1 fi cd ~/yocto/source/poky if [ $DOCHECKOUT -eq 1 ]; then - git checkout -b yocto-2.5.1-schulung + git checkout -b yocto-2.6-schulung fi . ./oe-init-build-env ~/yocto/build/$MACHINE diff --git a/schulung_tools/layer-building/yocto/get-full-eclipse-mirror.sh b/schulung_tools/layer-building/yocto/get-full-eclipse-mirror.sh index 919f72e..c155e7e 100755 --- a/schulung_tools/layer-building/yocto/get-full-eclipse-mirror.sh +++ b/schulung_tools/layer-building/yocto/get-full-eclipse-mirror.sh @@ -11,7 +11,7 @@ AA="$EARGS org.eclipse.equinox.p2.artifact.repository.mirrorApplication" P1="download.eclipse.org/releases/oxygen" P2="download.eclipse.org/tm/updates/4.0" -P3="downloads.yoctoproject.org/releases/eclipse-plugin/2.5.1/oxygen" +P3="downloads.yoctoproject.org/releases/eclipse-plugin/2.6/oxygen" go() { |
