summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_2.6.35.3.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-10-02 11:53:48 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-10-02 14:53:13 -0300
commitf1e74431cdce4ca4b17440372b99cc9999a9cde4 (patch)
tree40917dd9f23ab1fcbd3bc32882b89c016b897042 /recipes-kernel/linux/linux-imx_2.6.35.3.bb
parentb666fca54ac2f2a418a13e815c66ce311cfaad28 (diff)
downloadmeta-fsl-arm-f1e74431cdce4ca4b17440372b99cc9999a9cde4.tar.gz
linux-imx (2.6.35.3): Change local version for use with GIT hash
As we now include the GIT hash we don't need to use a date at local version. We also fix the local version override for 'mxs' SoCs that were not being used. Change-Id: I796cb3a90b1ae879e807fe1580cb0e2f11f6cf4e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-imx_2.6.35.3.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_2.6.35.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
index e3bc570..7936674 100644
--- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
+++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
@@ -1,7 +1,7 @@
1# Copyright (C) 2011-2012 Freescale Semiconductor 1# Copyright (C) 2011-2012 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4PR = "${INC_PR}.14" 4PR = "${INC_PR}.15"
5 5
6include linux-imx.inc 6include linux-imx.inc
7 7
@@ -9,11 +9,11 @@ COMPATIBLE_MACHINE = "(mxs|mx5)"
9 9
10# Revision of imx_2.6.35_10.12.01 branch 10# Revision of imx_2.6.35_10.12.01 branch
11SRCREV_mxs = "0ea8cb9453379388f870f9b8d13269fb9dc0761c" 11SRCREV_mxs = "0ea8cb9453379388f870f9b8d13269fb9dc0761c"
12LOCALVERSION = "-10.12.01+yocto-${DATE}" 12LOCALVERSION_mxs = "-10.12.01+yocto"
13 13
14# Revision of imx_2.6.35_11.09.01 branch 14# Revision of imx_2.6.35_11.09.01 branch
15SRCREV_mx5 = "b279c81dbdc42d22e7e77a59956e894f8f9f81aa" 15SRCREV_mx5 = "b279c81dbdc42d22e7e77a59956e894f8f9f81aa"
16LOCALVERSION = "-11.09.01+yocto-${DATE}" 16LOCALVERSION_mx5 = "-11.09.01+yocto"
17 17
18SRC_URI += "file://NFS-Fix-nfsroot-support.patch \ 18SRC_URI += "file://NFS-Fix-nfsroot-support.patch \
19 file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \ 19 file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \