From 607a7657715f6fcba467a4e55ba64f41f4e13a15 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 16:56:03 +0100 Subject: Replace POKYBASE with COREBASE Signed-off-by: Richard Purdie --- scripts/poky-setup-builddir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/poky-setup-builddir') 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 -- cgit v1.2.3