summaryrefslogtreecommitdiffstats
path: root/scripts/creat-lsb-image
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/creat-lsb-image
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/creat-lsb-image')
-rwxr-xr-xscripts/creat-lsb-image2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/creat-lsb-image b/scripts/creat-lsb-image
index 3802e2f344..1dc48dd54c 100755
--- a/scripts/creat-lsb-image
+++ b/scripts/creat-lsb-image
@@ -21,7 +21,7 @@ green='\E[32;40m'
21USER=`whoami` 21USER=`whoami`
22ARCH=$1 22ARCH=$1
23MACHINE_ARCH=` bitbake -e | grep ^MACHINE_ARCH | cut -d '=' -f2 | cut -d '"' -f2` 23MACHINE_ARCH=` bitbake -e | grep ^MACHINE_ARCH | cut -d '=' -f2 | cut -d '"' -f2`
24IMAGE_PATH=` bitbake -e | grep ^POKYBASE | cut -d '=' -f2 | cut -d '"' -f2`/build/tmp/deploy/images/ 24IMAGE_PATH=` bitbake -e | grep ^COREBASE | cut -d '=' -f2 | cut -d '"' -f2`/build/tmp/deploy/images/
25 25
26 26
27ECHO() 27ECHO()