From: Fabio Estevam Date: Fri, 19 Oct 2012 18:21:58 +0000 (-0300) Subject: linux-libc-headers-imx_2.6.35.3.bb: Fix the SRCREV for mxs X-Git-Tag: 2.1~1647 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=401f4114f634937643dd656f31c5e887dfa1a74a;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb b/meta-fsl-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb index 154c4c33..471edc4e 100644 --- a/meta-fsl-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb +++ b/meta-fsl-arm/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"