summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-10-19 15:21:58 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-10-19 15:39:03 -0300
commit3a0bd426fa4aa9d98b7faaa328c4527b7812b360 (patch)
tree70e757ab99ed990d553130c00f4ff1d052fa9abe
parent2a40c95fd5ae5e815477f9a9f1eec38690000236 (diff)
downloadmeta-fsl-arm-3a0bd426fa4aa9d98b7faaa328c4527b7812b360.tar.gz
linux-libc-headers-imx_2.6.35.3.bb: Fix the SRCREV for mxs
Kernel 2.6.35 is used by mx5 and mxs, but they currently use two different branches. Point SRCREV according to the correct branch for each SoC family. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r--recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb b/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb
index 154c4c3..471edc4 100644
--- a/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb
+++ b/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb
@@ -4,9 +4,13 @@ PROVIDES = "linux-libc-headers"
4RPROVIDES_${PN}-dev = "linux-libc-headers-dev" 4RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
5RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg" 5RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
6 6
7SRCREV = "012a4b8a404f5c89c31e2d428d5e4c9eb3a70ec7" 7# Revision of imx_2.6.35_10.12.01 branch
8SRCREV_mxs = "0ea8cb9453379388f870f9b8d13269fb9dc0761c"
9
10# Revision of imx_2.6.35_11.09.01 branch
11SRCREV_mx5 = "012a4b8a404f5c89c31e2d428d5e4c9eb3a70ec7"
8SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git" 12SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git"
9 13
10S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
11 15
12PR = "r4" 16PR = "r5"