]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-libc-headers-imx_2.6.35.3.bb: Fix the SRCREV for mxs
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 19 Oct 2012 18:21:58 +0000 (15:21 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 19 Oct 2012 18:39:03 +0000 (15:39 -0300)
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>
meta-fsl-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb

index 154c4c33220f4bcc84ab6515f59eb32db8f33593..471edc4e38c2682168a380aec03d95b11c142b13 100644 (file)
@@ -4,9 +4,13 @@ PROVIDES = "linux-libc-headers"
 RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
 RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
 
-SRCREV = "012a4b8a404f5c89c31e2d428d5e4c9eb3a70ec7"
+# Revision of imx_2.6.35_10.12.01 branch
+SRCREV_mxs = "0ea8cb9453379388f870f9b8d13269fb9dc0761c"
+
+# Revision of imx_2.6.35_11.09.01 branch
+SRCREV_mx5 = "012a4b8a404f5c89c31e2d428d5e4c9eb3a70ec7"
 SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git"
 
 S = "${WORKDIR}/git"
 
-PR = "r4"
+PR = "r5"