mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
Replace POKYBASE with COREBASE
(From OE-Core rev: 607a7657715f6fcba467a4e55ba64f41f4e13a15) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# Version 2.
|
||||
#
|
||||
|
||||
. $POKYBASE/scripts/qemuimage-testlib
|
||||
. $COREBASE/scripts/qemuimage-testlib
|
||||
|
||||
TIMEOUT=400
|
||||
RET=1
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# Version 2.
|
||||
#
|
||||
|
||||
. $POKYBASE/scripts/qemuimage-testlib
|
||||
. $COREBASE/scripts/qemuimage-testlib
|
||||
|
||||
TIMEOUT=400
|
||||
RET=1
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# Version 2.
|
||||
#
|
||||
|
||||
. $POKYBASE/scripts/qemuimage-testlib
|
||||
. $COREBASE/scripts/qemuimage-testlib
|
||||
|
||||
TIMEOUT=400
|
||||
RET=1
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# Version 2.
|
||||
#
|
||||
|
||||
. $POKYBASE/scripts/qemuimage-testlib
|
||||
. $COREBASE/scripts/qemuimage-testlib
|
||||
|
||||
TIMEOUT=400
|
||||
RET=1
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# Version 2.
|
||||
#
|
||||
|
||||
. $POKYBASE/scripts/qemuimage-testlib
|
||||
. $COREBASE/scripts/qemuimage-testlib
|
||||
|
||||
TIMEOUT=400
|
||||
RET=1
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
# Version 2.
|
||||
#
|
||||
|
||||
. $POKYBASE/scripts/qemuimage-testlib
|
||||
. $COREBASE/scripts/qemuimage-testlib
|
||||
|
||||
TIMEOUT=400
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# Version 2.
|
||||
#
|
||||
|
||||
. $POKYBASE/scripts/qemuimage-testlib
|
||||
. $COREBASE/scripts/qemuimage-testlib
|
||||
|
||||
TIMEOUT=400
|
||||
RET=1
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# Version 2.
|
||||
#
|
||||
|
||||
. $POKYBASE/scripts/qemuimage-testlib
|
||||
. $COREBASE/scripts/qemuimage-testlib
|
||||
|
||||
TIMEOUT=400
|
||||
RET=1
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# Version 2.
|
||||
#
|
||||
|
||||
. $POKYBASE/scripts/qemuimage-testlib
|
||||
. $COREBASE/scripts/qemuimage-testlib
|
||||
|
||||
TIMEOUT=400
|
||||
RET=1
|
||||
|
||||
Reference in New Issue
Block a user