summaryrefslogtreecommitdiffstats
path: root/scripts/poky-setup-builddir
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 16:56:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 00:29:29 +0100
commit4d609d502161137620c4b1901cc225f9e871c3dc (patch)
tree3bbb3286b831645fd29cae868b18b738ec508126 /scripts/poky-setup-builddir
parent8ceb769eab14066c9a5fc6a68284de9c1f5637fe (diff)
downloadpoky-4d609d502161137620c4b1901cc225f9e871c3dc.tar.gz
Replace POKYBASE with COREBASE
(From OE-Core rev: 607a7657715f6fcba467a4e55ba64f41f4e13a15) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/poky-setup-builddir')
-rwxr-xr-xscripts/poky-setup-builddir2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-setup-builddir b/scripts/poky-setup-builddir
index 5890eb0da3..aabf358e13 100755
--- a/scripts/poky-setup-builddir
+++ b/scripts/poky-setup-builddir
@@ -89,7 +89,7 @@ EOM
89 89
90 # Put the abosolute path to the layers in bblayers.conf so we can run 90 # Put the abosolute path to the layers in bblayers.conf so we can run
91 # bitbake without the init script after the first run 91 # bitbake without the init script after the first run
92 sed "s|##POKYBASE##|$OEROOT|g" $POKYLAYERCONF > $BUILDDIR/conf/bblayers.conf 92 sed "s|##COREBASE##|$OEROOT|g" $POKYLAYERCONF > $BUILDDIR/conf/bblayers.conf
93fi 93fi
94 94
95# Prevent disturbing a new GIT clone in same console 95# Prevent disturbing a new GIT clone in same console