All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] linux-imx-rt: Drop extra 'rt' in version name
@ 2014-04-15 19:36 Jacob Kroon
  2014-04-15 19:47 ` Daiane.Angolini
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Kroon @ 2014-04-15 19:36 UTC (permalink / raw)
  To: meta-freescale

The 'rt' is already encoded in the version name by the RT-patch.

This changes the default version name from

3.10.17-rt12-rt-1.0.0_beta

to

3.10.17-rt12-1.0.0_beta

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
---
 recipes-kernel/linux/linux-imx-rt_3.10.17.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-imx-rt_3.10.17.bb b/recipes-kernel/linux/linux-imx-rt_3.10.17.bb
index 0878564..31271ed 100644
--- a/recipes-kernel/linux/linux-imx-rt_3.10.17.bb
+++ b/recipes-kernel/linux/linux-imx-rt_3.10.17.bb
@@ -11,7 +11,7 @@ DEPENDS += "lzop-native bc-native"
 
 SRCBRANCH = "imx_3.10.17_1.0.0_beta"
 SRCREV = "ec1af9f898d234001d8fc7d720382de34cb6580f"
-LOCALVERSION = "-rt-1.0.0_beta"
+LOCALVERSION = "-1.0.0_beta"
 
 COMPATIBLE_MACHINE = "(mx6)"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-15 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-15 19:36 [meta-fsl-arm][PATCH] linux-imx-rt: Drop extra 'rt' in version name Jacob Kroon
2014-04-15 19:47 ` Daiane.Angolini

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.