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:38:48 -0300
commit6ff92f2848bf8884a90c50d83d2564cb63232e75 (patch)
tree9496f07873647e672d4fb24ee1ce6a8ffa2eed25
parent3d3e77f3c3e76ca5b43afbcbbe8d98c4365e03ab (diff)
downloadmeta-fsl-arm-6ff92f2848bf8884a90c50d83d2564cb63232e75.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"