diff options
Diffstat (limited to 'scripts')
-rw-r--r--[-rwxr-xr-x] | scripts/oe-find-native-sysroot (renamed from scripts/poky-find-native-sysroot) | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/oe-git-proxy-command (renamed from scripts/poky-git-proxy-command) | 0 | ||||
-rw-r--r-- | scripts/oe-git-proxy-socks-command | 2 | ||||
-rw-r--r-- | scripts/oe-git-proxy-socks.c (renamed from scripts/poky-git-proxy-socks.c) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/oe-setup-rpmrepo (renamed from scripts/poky-setup-rpmrepo) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/oe-trim-schemas (renamed from scripts/poky-trim-schemas) | 0 | ||||
-rwxr-xr-x | scripts/poky-git-proxy-socks-command | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/runqemu-addptable2image (renamed from scripts/poky-addptable2image) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/runqemu-export-rootfs (renamed from scripts/poky-export-rootfs) | 6 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/runqemu-extract-sdk (renamed from scripts/poky-extract-sdk) | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/runqemu-gen-tapdevs (renamed from scripts/poky-gen-tapdevs) | 0 | ||||
-rwxr-xr-x | scripts/runqemu-ifup | 2 | ||||
-rwxr-xr-x | scripts/runqemu-internal | 12 |
13 files changed, 15 insertions, 15 deletions
diff --git a/scripts/poky-find-native-sysroot b/scripts/oe-find-native-sysroot index d44fd9536e..da00a07850 100755..100644 --- a/scripts/poky-find-native-sysroot +++ b/scripts/oe-find-native-sysroot | |||
@@ -8,7 +8,7 @@ | |||
8 | # This script is intended to be run within other scripts by source'ing | 8 | # This script is intended to be run within other scripts by source'ing |
9 | # it, e.g: | 9 | # it, e.g: |
10 | # | 10 | # |
11 | # SYSROOT_SETUP_SCRIPT=`which poky-find-native-sysroot` | 11 | # SYSROOT_SETUP_SCRIPT=`which oe-find-native-sysroot` |
12 | # . $SYSROOT_SETUP_SCRIPT | 12 | # . $SYSROOT_SETUP_SCRIPT |
13 | # | 13 | # |
14 | # This script will terminate execution of your calling program unless | 14 | # This script will terminate execution of your calling program unless |
diff --git a/scripts/poky-git-proxy-command b/scripts/oe-git-proxy-command index d31f85abd8..d31f85abd8 100755..100644 --- a/scripts/poky-git-proxy-command +++ b/scripts/oe-git-proxy-command | |||
diff --git a/scripts/oe-git-proxy-socks-command b/scripts/oe-git-proxy-socks-command new file mode 100644 index 0000000000..90fa14e1ed --- /dev/null +++ b/scripts/oe-git-proxy-socks-command | |||
@@ -0,0 +1,2 @@ | |||
1 | #! /bin/bash | ||
2 | oe-git-proxy-socks -S $GIT_PROXY_HOST:$GIT_PROXY_PORT $@ | ||
diff --git a/scripts/poky-git-proxy-socks.c b/scripts/oe-git-proxy-socks.c index f5747117ab..f5747117ab 100644 --- a/scripts/poky-git-proxy-socks.c +++ b/scripts/oe-git-proxy-socks.c | |||
diff --git a/scripts/poky-setup-rpmrepo b/scripts/oe-setup-rpmrepo index 03372b6199..03372b6199 100755..100644 --- a/scripts/poky-setup-rpmrepo +++ b/scripts/oe-setup-rpmrepo | |||
diff --git a/scripts/poky-trim-schemas b/scripts/oe-trim-schemas index 29fb3a1b67..29fb3a1b67 100755..100644 --- a/scripts/poky-trim-schemas +++ b/scripts/oe-trim-schemas | |||
diff --git a/scripts/poky-git-proxy-socks-command b/scripts/poky-git-proxy-socks-command deleted file mode 100755 index a5af2d33fa..0000000000 --- a/scripts/poky-git-proxy-socks-command +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | #! /bin/bash | ||
2 | poky-git-proxy-socks -S $GIT_PROXY_HOST:$GIT_PROXY_PORT $@ | ||
diff --git a/scripts/poky-addptable2image b/scripts/runqemu-addptable2image index f0195ad8a3..f0195ad8a3 100755..100644 --- a/scripts/poky-addptable2image +++ b/scripts/runqemu-addptable2image | |||
diff --git a/scripts/poky-export-rootfs b/scripts/runqemu-export-rootfs index 764d19a823..0076768d20 100755..100644 --- a/scripts/poky-export-rootfs +++ b/scripts/runqemu-export-rootfs | |||
@@ -38,9 +38,9 @@ fi | |||
38 | # Ensure the nfs-export-dir is an absolute path | 38 | # Ensure the nfs-export-dir is an absolute path |
39 | NFS_EXPORT_DIR=$(cd "$2" && pwd) | 39 | NFS_EXPORT_DIR=$(cd "$2" && pwd) |
40 | 40 | ||
41 | SYSROOT_SETUP_SCRIPT=`which poky-find-native-sysroot` | 41 | SYSROOT_SETUP_SCRIPT=`which oe-find-native-sysroot` |
42 | if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then | 42 | if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then |
43 | echo "Error: Unable to find the poky-find-native-sysroot script" | 43 | echo "Error: Unable to find the oe-find-native-sysroot script" |
44 | echo "Did you forget to source your Poky environment script?" | 44 | echo "Did you forget to source your Poky environment script?" |
45 | exit 1 | 45 | exit 1 |
46 | fi | 46 | fi |
@@ -73,7 +73,7 @@ export PSEUDO_LOCALSTATEDIR | |||
73 | 73 | ||
74 | if [ ! -d "$PSEUDO_LOCALSTATEDIR" ]; then | 74 | if [ ! -d "$PSEUDO_LOCALSTATEDIR" ]; then |
75 | echo "Error: $PSEUDO_LOCALSTATEDIR does not exist." | 75 | echo "Error: $PSEUDO_LOCALSTATEDIR does not exist." |
76 | echo "Did you create the export directory using poky-extract-sdk?" | 76 | echo "Did you create the export directory using runqemu-extract-sdk?" |
77 | exit 1 | 77 | exit 1 |
78 | fi | 78 | fi |
79 | 79 | ||
diff --git a/scripts/poky-extract-sdk b/scripts/runqemu-extract-sdk index ee2682e74a..ed349dd306 100755..100644 --- a/scripts/poky-extract-sdk +++ b/scripts/runqemu-extract-sdk | |||
@@ -29,9 +29,9 @@ if [ $# -ne 2 ]; then | |||
29 | exit 1 | 29 | exit 1 |
30 | fi | 30 | fi |
31 | 31 | ||
32 | SYSROOT_SETUP_SCRIPT=`which poky-find-native-sysroot` | 32 | SYSROOT_SETUP_SCRIPT=`which oe-find-native-sysroot` |
33 | if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then | 33 | if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then |
34 | echo "Error: Unable to find the poky-find-native-sysroot script" | 34 | echo "Error: Unable to find the oe-find-native-sysroot script" |
35 | echo "Did you forget to source your Poky environment script?" | 35 | echo "Did you forget to source your Poky environment script?" |
36 | exit 1 | 36 | exit 1 |
37 | fi | 37 | fi |
diff --git a/scripts/poky-gen-tapdevs b/scripts/runqemu-gen-tapdevs index 527c01e7b4..527c01e7b4 100755..100644 --- a/scripts/poky-gen-tapdevs +++ b/scripts/runqemu-gen-tapdevs | |||
diff --git a/scripts/runqemu-ifup b/scripts/runqemu-ifup index c963af5df9..a3914140a6 100755 --- a/scripts/runqemu-ifup +++ b/scripts/runqemu-ifup | |||
@@ -14,7 +14,7 @@ | |||
14 | # <my-username> ALL=NOPASSWD: /path/to/runqemu-ifdown | 14 | # <my-username> ALL=NOPASSWD: /path/to/runqemu-ifdown |
15 | # | 15 | # |
16 | # If you'd like to create a bank of tap devices at once, you should use | 16 | # If you'd like to create a bank of tap devices at once, you should use |
17 | # the poky-gen-tapdevs script instead. If tap devices are set up using | 17 | # the runqemu-gen-tapdevs script instead. If tap devices are set up using |
18 | # that script, the runqemu script will never end up calling this | 18 | # that script, the runqemu script will never end up calling this |
19 | # script. | 19 | # script. |
20 | # | 20 | # |
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index 64374f2076..adf2b47aae 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
@@ -83,7 +83,7 @@ fi | |||
83 | if [ -z "$mem_set" ] ; then | 83 | if [ -z "$mem_set" ] ; then |
84 | SCRIPT_QEMU_EXTRA_OPT="$SCRIPT_QEMU_EXTRA_OPT -m $mem_size" | 84 | SCRIPT_QEMU_EXTRA_OPT="$SCRIPT_QEMU_EXTRA_OPT -m $mem_size" |
85 | fi | 85 | fi |
86 | # This file is created when poky-gen-tapdevs creates a bank of tap | 86 | # This file is created when runqemu-gen-tapdevs creates a bank of tap |
87 | # devices, indicating that the user should not bring up new ones using | 87 | # devices, indicating that the user should not bring up new ones using |
88 | # sudo. | 88 | # sudo. |
89 | NOSUDO_FLAG="/etc/poky-nosudo" | 89 | NOSUDO_FLAG="/etc/poky-nosudo" |
@@ -186,8 +186,8 @@ cleanup() { | |||
186 | 186 | ||
187 | if [ "$NFSRUNNING" = "true" ]; then | 187 | if [ "$NFSRUNNING" = "true" ]; then |
188 | echo "Shutting down the userspace NFS server..." | 188 | echo "Shutting down the userspace NFS server..." |
189 | echo "poky-export-rootfs stop $ROOTFS" | 189 | echo "runqemu-export-rootfs stop $ROOTFS" |
190 | poky-export-rootfs stop $ROOTFS | 190 | runqemu-export-rootfs stop $ROOTFS |
191 | fi | 191 | fi |
192 | # If QEMU crashes or somehow tty properties are not restored | 192 | # If QEMU crashes or somehow tty properties are not restored |
193 | # after qemu exits, we need to run stty sane | 193 | # after qemu exits, we need to run stty sane |
@@ -258,8 +258,8 @@ if [ "$FSTYPE" = "nfs" ]; then | |||
258 | fi | 258 | fi |
259 | 259 | ||
260 | # Start the userspace NFS server | 260 | # Start the userspace NFS server |
261 | echo "poky-export-rootfs restart $ROOTFS" | 261 | echo "runqemu-export-rootfs restart $ROOTFS" |
262 | poky-export-rootfs restart $ROOTFS | 262 | runqemu-export-rootfs restart $ROOTFS |
263 | if [ $? != 0 ]; then | 263 | if [ $? != 0 ]; then |
264 | cleanup | 264 | cleanup |
265 | return | 265 | return |
@@ -351,7 +351,7 @@ if [ "$MACHINE" = "spitz" ]; then | |||
351 | echo $ROOTFS | 351 | echo $ROOTFS |
352 | if [ ! -e "$ROOTFS.qemudisk" ]; then | 352 | if [ ! -e "$ROOTFS.qemudisk" ]; then |
353 | echo "Adding a partition table to the ext3 image for use by QEMU, please wait..." | 353 | echo "Adding a partition table to the ext3 image for use by QEMU, please wait..." |
354 | poky-addptable2image $ROOTFS $ROOTFS.qemudisk | 354 | runqemu-addptable2image $ROOTFS $ROOTFS.qemudisk |
355 | fi | 355 | fi |
356 | QEMUOPTIONS="$QEMU_NETWORK_CMD -M spitz -hda $ROOTFS.qemudisk -portrait" | 356 | QEMUOPTIONS="$QEMU_NETWORK_CMD -M spitz -hda $ROOTFS.qemudisk -portrait" |
357 | fi | 357 | fi |