diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 16:56:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:07:30 +0100 |
commit | 607a7657715f6fcba467a4e55ba64f41f4e13a15 (patch) | |
tree | 1498baf19ed0baba1c6eb6e3c024cecaad2dcb05 /scripts/poky-setup-builddir | |
parent | 0126b0ec9757127c65bda341a52e951ca0ddb2bb (diff) | |
download | openembedded-core-607a7657715f6fcba467a4e55ba64f41f4e13a15.tar.gz openembedded-core-607a7657715f6fcba467a4e55ba64f41f4e13a15.tar.bz2 openembedded-core-607a7657715f6fcba467a4e55ba64f41f4e13a15.tar.xz openembedded-core-607a7657715f6fcba467a4e55ba64f41f4e13a15.zip |
Replace POKYBASE with COREBASE
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/poky-setup-builddir')
-rwxr-xr-x | scripts/poky-setup-builddir | 2 |
1 files changed, 1 insertions, 1 deletions
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 |