[meta-freescale] [3rdparty][PATCH] linux-wandboard: Update LOCALVERSION to use valid characters

Fabio Berton fabio.berton at ossystems.com.br
Tue Apr 25 13:30:13 PDT 2017


We can only use this characters [a-z0-9.+-] for LOCALVERSION.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb | 2 +-
 recipes-kernel/linux/linux-wandboard_4.1.15.bb    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb b/recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb
index e60e124..9bed850 100644
--- a/recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb
+++ b/recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb
@@ -11,7 +11,7 @@ DEPENDS += "lzop-native bc-native"
 
 SRCBRANCH = "wandboard_imx_4.1.15_1.1.0_ga"
 SRCREV = "8b015473d34019c3e093c257861e9c6f4930400b"
-LOCALVERSION = "_1.1.0_ga-wandboard"
+LOCALVERSION = "-1.1.0-ga-wandboard"
 
 SRC_URI += "\
     file://Fix-the-compile-issue-under-gcc6.patch \
diff --git a/recipes-kernel/linux/linux-wandboard_4.1.15.bb b/recipes-kernel/linux/linux-wandboard_4.1.15.bb
index 847fa58..3371322 100644
--- a/recipes-kernel/linux/linux-wandboard_4.1.15.bb
+++ b/recipes-kernel/linux/linux-wandboard_4.1.15.bb
@@ -10,7 +10,7 @@ DEPENDS += "lzop-native bc-native"
 
 SRCBRANCH = "wandboard_imx_4.1.15_1.1.0_ga"
 SRCREV = "8b015473d34019c3e093c257861e9c6f4930400b"
-LOCALVERSION = "_1.1.0_ga-wandboard"
+LOCALVERSION = "-1.1.0-ga-wandboard"
 
 SRC_URI += "\
     file://Fix-the-compile-issue-under-gcc6.patch \
-- 
2.11.0



More information about the meta-freescale mailing list