Since build folder is not under git, checking for head
at compile time will generate an error:

run.do_compile.56231:1 exit 128 from 
'head=`git rev-parse --verify --short HEAD 2> /dev/null`'
| ERROR: Function failed: do_compile ...

Signed-off-by: Adrian Calianu <[email protected]>
---
 classes/fsl-u-boot-localversion.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/fsl-u-boot-localversion.bbclass 
b/classes/fsl-u-boot-localversion.bbclass
index f7e0971..8e1193d 100644
--- a/classes/fsl-u-boot-localversion.bbclass
+++ b/classes/fsl-u-boot-localversion.bbclass
@@ -9,7 +9,7 @@
 #
 # Copyright 2014 (C) O.S. Systems Software LTDA.
 
-SCMVERSION ??= "y"
+SCMVERSION ??= "n"
 LOCALVERSION ??= "+fslc"
 
 UBOOT_LOCALVERSION = "${LOCALVERSION}"
-- 
1.9.1

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to