From 3a0bd426fa4aa9d98b7faaa328c4527b7812b360 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Fri, 19 Oct 2012 15:21:58 -0300 Subject: 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 --- .../linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb | 8 ++++++-- 1 file 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" 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" -- cgit v1.2.3-54-g00ecf