]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx: Bump PR so version does not go backwards
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 5 Mar 2014 16:14:11 +0000 (13:14 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 5 Mar 2014 21:03:23 +0000 (18:03 -0300)
This allow removal of the PRINC, which is deprecated and will be
removed after Yocto Project 1.6 release, from meta-fsl-arm-extra. The
equivalent change need to be updated in meta-fsl-arm-extra at same
time, to avoid version to go backwards.

While dropping it, we also drop the INC_PR variable as it were in use
just for the PRINC case and the other linux-imx.inc users do not use
it.

Change-Id: Ia66f686f584a72a0b173b8e2fdd00c015c519e2b
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-kernel/linux/linux-imx.inc
meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb
meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb

index 7b1ffeebd786e21d35047186a9c5811fcff42348..b4f9ffd3530ec432a96636fc976e2bf6aba3ffaa 100644 (file)
@@ -5,8 +5,6 @@ DESCRIPTION = "Linux kernel for imx platforms"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
-INC_PR = "r32"
-
 inherit kernel
 
 # Put a local version until we have a true SRCREV to point to
index 434c21e08290cefa04f86969a3c98a7a84e277ec..f42c2c2d7897c837e4663c008366bdb9dc4571ea 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 2011-2013 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-PR = "${INC_PR}.24"
+PR = "r45"
 
 include linux-imx.inc
 
index 8be5dc4c0bc954d5f0d351d107ba56a16983876c..e2d808ec70e9e2f9a4d32fcac2967621b5b61998 100644 (file)
@@ -3,7 +3,7 @@
 
 include linux-imx.inc
 
-PR = "${INC_PR}.14"
+PR = "r38"
 
 COMPATIBLE_MACHINE = "(mx6)"