aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-08-19 17:28:08 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-19 17:28:08 +0200
commit5df68fa7b732c4f58283bbd2496fc0cd9a8c7507 (patch)
treeb47b872f8e382a63adf99e4fc6bc5a4e73b40bd7
parent461b8d6b9680f94cce80140d56c2f65df782de99 (diff)
downloadlinux-conf-perf-5df68fa7b732c4f58283bbd2496fc0cd9a8c7507.tar.gz
linux-conf-perf-5df68fa7b732c4f58283bbd2496fc0cd9a8c7507.tar.bz2
linux-conf-perf-5df68fa7b732c4f58283bbd2496fc0cd9a8c7507.zip
Fix wrong folder and remove unused script
In boot script was old name usable before previous commit. Also patch script removed This script is no longer required, because path is applied in submodule.
-rwxr-xr-xtargets/ryuglab/scripts/boot2
-rwxr-xr-xtargets/ryuglab/scripts/patch10
2 files changed, 1 insertions, 11 deletions
diff --git a/targets/ryuglab/scripts/boot b/targets/ryuglab/scripts/boot
index 4efb1e2..19d50a3 100755
--- a/targets/ryuglab/scripts/boot
+++ b/targets/ryuglab/scripts/boot
@@ -5,7 +5,7 @@ sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46
# Boot using novaboot
cd `dirname $0`
-cd ../cyclictest
+cd ../boot
ln -sf ../../../jobfiles/linuxImage uImage
ln -sf ../../../tests/cyclictest/root/images/rootfs.cpio.uboot rootfs.cpio.uboot
diff --git a/targets/ryuglab/scripts/patch b/targets/ryuglab/scripts/patch
deleted file mode 100755
index 1467ae9..0000000
--- a/targets/ryuglab/scripts/patch
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-cd `dirname $0`
-cd ../../../linux
-
-git reset --hard
-
-git am ../targets/ryuglab/shark-ryu-board-patch.patch