diff options
Diffstat (limited to 'scripts/oe-find-native-sysroot')
| -rw-r--r-- | scripts/oe-find-native-sysroot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/oe-find-native-sysroot b/scripts/oe-find-native-sysroot index da00a07850..26fc730c60 100644 --- a/scripts/oe-find-native-sysroot +++ b/scripts/oe-find-native-sysroot | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | # | 2 | # |
| 3 | # Find a native sysroot to use - either from an in-tree Poky build or | 3 | # Find a native sysroot to use - either from an in-tree OE build or |
| 4 | # from a toolchain installation. It then ensures the variable | 4 | # from a toolchain installation. It then ensures the variable |
| 5 | # $OECORE_NATIVE_SYSROOT is set to the sysroot's base directory, and sets | 5 | # $OECORE_NATIVE_SYSROOT is set to the sysroot's base directory, and sets |
| 6 | # $PSEUDO to the path of the pseudo binary. | 6 | # $PSEUDO to the path of the pseudo binary. |
| @@ -15,7 +15,7 @@ | |||
| 15 | # you set a variable $SKIP_STRICT_SYSROOT_CHECK to a non-empty string | 15 | # you set a variable $SKIP_STRICT_SYSROOT_CHECK to a non-empty string |
| 16 | # beforehand. | 16 | # beforehand. |
| 17 | # | 17 | # |
| 18 | # Copyright (c) 2010 Intel Corp. | 18 | # Copyright (c) 2010 Linux Foundation |
| 19 | # | 19 | # |
| 20 | # This program is free software; you can redistribute it and/or modify | 20 | # This program is free software; you can redistribute it and/or modify |
| 21 | # it under the terms of the GNU General Public License version 2 as | 21 | # it under the terms of the GNU General Public License version 2 as |
| @@ -47,7 +47,7 @@ if [ -z "$OECORE_NATIVE_SYSROOT" ]; then | |||
| 47 | fi | 47 | fi |
| 48 | else | 48 | else |
| 49 | echo "Error: Unable to locate your native sysroot." | 49 | echo "Error: Unable to locate your native sysroot." |
| 50 | echo "Did you forget to source the Poky environment script?" | 50 | echo "Did you forget to source the build environment setup script?" |
| 51 | 51 | ||
| 52 | if [ -z "$SKIP_STRICT_SYSROOT_CHECK" ]; then | 52 | if [ -z "$SKIP_STRICT_SYSROOT_CHECK" ]; then |
| 53 | exit 1 | 53 | exit 1 |
