diff options
author | Adrian Alonso <aalonso00@gmail.com> | 2012-07-03 21:19:25 -0500 |
---|---|---|
committer | Adrian Alonso <aalonso00@gmail.com> | 2012-07-03 21:19:25 -0500 |
commit | f09d73c1f8d8538e9e5647db730e7685569997ea (patch) | |
tree | 330bedcacaa5751af1382724c2da6012fe4b48db | |
parent | b63b4f0e39b35603f0d2cbc6fff6f4803e5c557e (diff) | |
download | meta-fsl-arm-f09d73c1f8d8538e9e5647db730e7685569997ea.tar.gz |
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 <otavio@ossystems.com.br>
Acked-by: Adrian Alonso <aalonso00@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-imx_2.6.35.3.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb index 0ab783b..649d056 100644 --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb | |||
@@ -4,12 +4,15 @@ | |||
4 | DESCRIPTION = "Linux kernel for imx platforms" | 4 | DESCRIPTION = "Linux kernel for imx platforms" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
7 | PR = "r23" | 7 | PR = "r24" |
8 | 8 | ||
9 | inherit kernel | 9 | inherit kernel |
10 | COMPATIBLE_MACHINE = "(mxs|mx5)" | 10 | COMPATIBLE_MACHINE = "(mxs|mx5)" |
11 | 11 | ||
12 | SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;tag=rel_imx_2.6.35_11.09.01 \ | 12 | # Revision of 'rel_imx_2.6.35_11.09.01' tag |
13 | SRCREV = "691c08adeed64d5153937a0e31aaf4c251924471" | ||
14 | |||
15 | SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git \ | ||
13 | file://0002-cgroupfs-create-sys-fs-cgroup-to-mount-cgroupfs-on.patch \ | 16 | file://0002-cgroupfs-create-sys-fs-cgroup-to-mount-cgroupfs-on.patch \ |
14 | file://egalax_ts-enable-single-event-support.patch \ | 17 | file://egalax_ts-enable-single-event-support.patch \ |
15 | file://NFS-Fix-nfsroot-support.patch \ | 18 | file://NFS-Fix-nfsroot-support.patch \ |