diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-02 11:53:48 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-02 15:08:43 -0300 |
commit | 5df14e82ebf660d5e3de86b956cb2d38cbbee905 (patch) | |
tree | e1717252d4242336af930b68005f096c817aab79 | |
parent | cfa2a47d2016bcdf96143213cdf47a5397a898c8 (diff) | |
download | meta-fsl-arm-5df14e82ebf660d5e3de86b956cb2d38cbbee905.tar.gz meta-fsl-arm-5df14e82ebf660d5e3de86b956cb2d38cbbee905.tar.bz2 meta-fsl-arm-5df14e82ebf660d5e3de86b956cb2d38cbbee905.zip |
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>
-rw-r--r-- | recipes-kernel/linux/linux-imx_2.6.35.3.bb | 6 |
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 06be561..c31a162 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 @@ # Copyright (C) 2011-2012 Freescale Semiconductor # Released under the MIT license (see COPYING.MIT for the terms) -PR = "${INC_PR}.12" +PR = "${INC_PR}.13" include linux-imx.inc @@ -9,11 +9,11 @@ COMPATIBLE_MACHINE = "(mxs|mx5)" # Revision of imx_2.6.35_10.12.01 branch SRCREV_mxs = "0ea8cb9453379388f870f9b8d13269fb9dc0761c" -LOCALVERSION = "-10.12.01+yocto-${DATE}" +LOCALVERSION_mxs = "-10.12.01+yocto" # Revision of imx_2.6.35_11.09.01 branch SRCREV_mx5 = "b279c81dbdc42d22e7e77a59956e894f8f9f81aa" -LOCALVERSION = "-11.09.01+yocto-${DATE}" +LOCALVERSION_mx5 = "-11.09.01+yocto" SRC_URI += "file://NFS-Fix-nfsroot-support.patch \ file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \ |