aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/poky-setup-builddir
diff options
context:
space:
mode:
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 563d8e940d..7c0cf596f0 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