From: Adrian Alonso Date: Wed, 4 Jul 2012 02:19:25 +0000 (-0500) Subject: linux-imx (2.6.35.3): allow offline build X-Git-Tag: 2.1~1761 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9e7a14bc4130e62ae23ac4d0a0757b5b622d101c;p=meta-freescale.git linux-imx (2.6.35.3): allow offline build Using the specific revision we avoid the calling of git ls-remote command, thus allowing for offline building. Bump PR. Signed-off-by: Otavio Salvador Acked-by: Adrian Alonso --- diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb index 0ab783bf..649d056d 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb @@ -4,12 +4,15 @@ DESCRIPTION = "Linux kernel for imx platforms" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" -PR = "r23" +PR = "r24" inherit kernel COMPATIBLE_MACHINE = "(mxs|mx5)" -SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;tag=rel_imx_2.6.35_11.09.01 \ +# Revision of 'rel_imx_2.6.35_11.09.01' tag +SRCREV = "691c08adeed64d5153937a0e31aaf4c251924471" + +SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git \ file://0002-cgroupfs-create-sys-fs-cgroup-to-mount-cgroupfs-on.patch \ file://egalax_ts-enable-single-event-support.patch \ file://NFS-Fix-nfsroot-support.patch \