1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

Replace POKYBASE with COREBASE

(From OE-Core rev: 607a7657715f6fcba467a4e55ba64f41f4e13a15)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-04-20 16:56:03 +01:00
parent 8ceb769eab
commit 4d609d5021
58 changed files with 103 additions and 103 deletions
+1 -1
View File
@@ -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"