All of lore.kernel.org
 help / color / mirror / Atom feed
* [3rdparty][PATCH] linux-wandboard: Update LOCALVERSION to use valid characters
@ 2017-04-25 20:30 Fabio Berton
  0 siblings, 0 replies; only message in thread
From: Fabio Berton @ 2017-04-25 20:30 UTC (permalink / raw)
  To: meta-freescale

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

Signed-off-by: Fabio Berton <fabio.berton@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-25 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 20:30 [3rdparty][PATCH] linux-wandboard: Update LOCALVERSION to use valid characters Fabio Berton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.