diff options
Diffstat (limited to 'scripts/creat-lsb-image')
-rwxr-xr-x | scripts/creat-lsb-image | 2 |
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' | |||
21 | USER=`whoami` | 21 | USER=`whoami` |
22 | ARCH=$1 | 22 | ARCH=$1 |
23 | MACHINE_ARCH=` bitbake -e | grep ^MACHINE_ARCH | cut -d '=' -f2 | cut -d '"' -f2` | 23 | MACHINE_ARCH=` bitbake -e | grep ^MACHINE_ARCH | cut -d '=' -f2 | cut -d '"' -f2` |
24 | IMAGE_PATH=` bitbake -e | grep ^POKYBASE | cut -d '=' -f2 | cut -d '"' -f2`/build/tmp/deploy/images/ | 24 | IMAGE_PATH=` bitbake -e | grep ^COREBASE | cut -d '=' -f2 | cut -d '"' -f2`/build/tmp/deploy/images/ |
25 | 25 | ||
26 | 26 | ||
27 | ECHO() | 27 | ECHO() |