[meta-freescale] [meta-fsl-arm][PATCH] linux-imx-rt: Drop extra 'rt' in version name

Jacob Kroon jacob.kroon at mikrodidakt.se
Tue Apr 15 12:36:51 PDT 2014


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 at 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



More information about the meta-freescale mailing list