[meta-freescale] [meta-fsl-ppc master][PATCH 1/1] u-boot: don't check repo head on build folder

Adrian Calianu adrian.calianu at enea.com
Thu Oct 13 07:13:40 PDT 2016


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 <adrian.calianu at enea.com>
---
 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



More information about the meta-freescale mailing list