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/creat-lsb-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/creat-lsb-image') diff --git a/scripts/creat-lsb-image b/scripts/creat-lsb-image index 3802e2f34..1dc48dd54 100755 --- a/scripts/creat-lsb-image +++ b/scripts/creat-lsb-image @@ -21,7 +21,7 @@ green='\E[32;40m' USER=`whoami` ARCH=$1 MACHINE_ARCH=` bitbake -e | grep ^MACHINE_ARCH | cut -d '=' -f2 | cut -d '"' -f2` -IMAGE_PATH=` bitbake -e | grep ^POKYBASE | cut -d '=' -f2 | cut -d '"' -f2`/build/tmp/deploy/images/ +IMAGE_PATH=` bitbake -e | grep ^COREBASE | cut -d '=' -f2 | cut -d '"' -f2`/build/tmp/deploy/images/ ECHO() -- cgit v1.2.3