diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/creat-lsb-image | 2 | ||||
-rwxr-xr-x | scripts/poky-setup-builddir | 2 | ||||
-rw-r--r-- | scripts/qemuimage-testlib | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/boot | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/compiler | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/connman | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/dmesg | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/rpm_query | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/scp | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/shutdown | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/ssh | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/zypper_help | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/zypper_search | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/scripts/creat-lsb-image b/scripts/creat-lsb-image index 3802e2f34..1dc48dd54 100755 --- a/scripts/creat-lsb-image +++ b/scripts/creat-lsb-image @@ -21,7 +21,7 @@ green='\E[32;40m' USER=`whoami` ARCH=$1 MACHINE_ARCH=` bitbake -e | grep ^MACHINE_ARCH | cut -d '=' -f2 | cut -d '"' -f2` -IMAGE_PATH=` bitbake -e | grep ^POKYBASE | cut -d '=' -f2 | cut -d '"' -f2`/build/tmp/deploy/images/ +IMAGE_PATH=` bitbake -e | grep ^COREBASE | cut -d '=' -f2 | cut -d '"' -f2`/build/tmp/deploy/images/ ECHO() diff --git a/scripts/poky-setup-builddir b/scripts/poky-setup-builddir index 563d8e940..7c0cf596f 100755 --- a/scripts/poky-setup-builddir +++ b/scripts/poky-setup-builddir @@ -89,7 +89,7 @@ EOM # Put the abosolute path to the layers in bblayers.conf so we can run # bitbake without the init script after the first run - sed "s|##POKYBASE##|$OEROOT|g" $POKYLAYERCONF > $BUILDDIR/conf/bblayers.conf + sed "s|##COREBASE##|$OEROOT|g" $POKYLAYERCONF > $BUILDDIR/conf/bblayers.conf fi # Prevent disturbing a new GIT clone in same console diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index c3cf7c1ec..5318ca636 100644 --- a/scripts/qemuimage-testlib +++ b/scripts/qemuimage-testlib @@ -17,7 +17,7 @@ TYPE="ext3" # The folder to hold all scripts running on targets -TOOLS="$POKYBASE/scripts/qemuimage-tests/tools" +TOOLS="$COREBASE/scripts/qemuimage-tests/tools" # Test Directory on target for testing TARGET_TEST_DIR="/opt/test" diff --git a/scripts/qemuimage-tests/sanity/boot b/scripts/qemuimage-tests/sanity/boot index d3414d33d..cf8aafbc5 100755 --- a/scripts/qemuimage-tests/sanity/boot +++ b/scripts/qemuimage-tests/sanity/boot @@ -9,7 +9,7 @@ # This file is licensed under the GNU General Public License, # Version 2. # -. $POKYBASE/scripts/qemuimage-testlib +. $COREBASE/scripts/qemuimage-testlib TIMEOUT=120 diff --git a/scripts/qemuimage-tests/sanity/compiler b/scripts/qemuimage-tests/sanity/compiler index d224f3357..ef0700732 100755 --- a/scripts/qemuimage-tests/sanity/compiler +++ b/scripts/qemuimage-tests/sanity/compiler @@ -9,7 +9,7 @@ # Version 2. # -. $POKYBASE/scripts/qemuimage-testlib +. $COREBASE/scripts/qemuimage-testlib TIMEOUT=400 RET=1 diff --git a/scripts/qemuimage-tests/sanity/connman b/scripts/qemuimage-tests/sanity/connman index d46ef0a89..0c62902f8 100755 --- a/scripts/qemuimage-tests/sanity/connman +++ b/scripts/qemuimage-tests/sanity/connman @@ -9,7 +9,7 @@ # Version 2. # -. $POKYBASE/scripts/qemuimage-testlib +. $COREBASE/scripts/qemuimage-testlib TIMEOUT=400 RET=1 diff --git a/scripts/qemuimage-tests/sanity/dmesg b/scripts/qemuimage-tests/sanity/dmesg index 06a99485c..aed29e05e 100755 --- a/scripts/qemuimage-tests/sanity/dmesg +++ b/scripts/qemuimage-tests/sanity/dmesg @@ -9,7 +9,7 @@ # Version 2. # -. $POKYBASE/scripts/qemuimage-testlib +. $COREBASE/scripts/qemuimage-testlib TIMEOUT=400 RET=1 diff --git a/scripts/qemuimage-tests/sanity/rpm_query b/scripts/qemuimage-tests/sanity/rpm_query index d42c4c49b..dd652bd99 100755 --- a/scripts/qemuimage-tests/sanity/rpm_query +++ b/scripts/qemuimage-tests/sanity/rpm_query @@ -9,7 +9,7 @@ # Version 2. # -. $POKYBASE/scripts/qemuimage-testlib +. $COREBASE/scripts/qemuimage-testlib TIMEOUT=400 RET=1 diff --git a/scripts/qemuimage-tests/sanity/scp b/scripts/qemuimage-tests/sanity/scp index ce7279cdf..b0b693d0c 100755 --- a/scripts/qemuimage-tests/sanity/scp +++ b/scripts/qemuimage-tests/sanity/scp @@ -9,7 +9,7 @@ # Version 2. # -. $POKYBASE/scripts/qemuimage-testlib +. $COREBASE/scripts/qemuimage-testlib TIMEOUT=400 RET=1 diff --git a/scripts/qemuimage-tests/sanity/shutdown b/scripts/qemuimage-tests/sanity/shutdown index 22662ab25..d55c85941 100755 --- a/scripts/qemuimage-tests/sanity/shutdown +++ b/scripts/qemuimage-tests/sanity/shutdown @@ -11,7 +11,7 @@ # Version 2. # -. $POKYBASE/scripts/qemuimage-testlib +. $COREBASE/scripts/qemuimage-testlib TIMEOUT=400 diff --git a/scripts/qemuimage-tests/sanity/ssh b/scripts/qemuimage-tests/sanity/ssh index e4a20dc73..181296b0b 100755 --- a/scripts/qemuimage-tests/sanity/ssh +++ b/scripts/qemuimage-tests/sanity/ssh @@ -9,7 +9,7 @@ # Version 2. # -. $POKYBASE/scripts/qemuimage-testlib +. $COREBASE/scripts/qemuimage-testlib TIMEOUT=400 RET=1 diff --git a/scripts/qemuimage-tests/sanity/zypper_help b/scripts/qemuimage-tests/sanity/zypper_help index 6dafe5e1f..94f82c434 100755 --- a/scripts/qemuimage-tests/sanity/zypper_help +++ b/scripts/qemuimage-tests/sanity/zypper_help @@ -9,7 +9,7 @@ # Version 2. # -. $POKYBASE/scripts/qemuimage-testlib +. $COREBASE/scripts/qemuimage-testlib TIMEOUT=400 RET=1 diff --git a/scripts/qemuimage-tests/sanity/zypper_search b/scripts/qemuimage-tests/sanity/zypper_search index b96cbdad6..e687eadfb 100755 --- a/scripts/qemuimage-tests/sanity/zypper_search +++ b/scripts/qemuimage-tests/sanity/zypper_search @@ -9,7 +9,7 @@ # Version 2. # -. $POKYBASE/scripts/qemuimage-testlib +. $COREBASE/scripts/qemuimage-testlib TIMEOUT=400 RET=1 |