diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-18 16:56:50 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-18 18:43:30 -0300 |
commit | 30066410d3264b66323b52af0d0731732064a496 (patch) | |
tree | 9abfc6e38d4645b6af21f4b99f9751a36d7da7bd | |
parent | 39b69333ab88e5ef00c6a2d8f083f7893960bed5 (diff) | |
download | meta-fsl-arm-30066410d3264b66323b52af0d0731732064a496.tar.gz |
linux-imx (2.6.35.3): enable support for NFS v4
To easy use with newer host versions, that defaults to NFS v4, we
enabled the support for it on the development boards.
It has been applied to:
- imx23evk
- imx28evk
- imx51evk
- imx53ard
- imx53qsb
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Adrian Alonso <aalonso00@gmail.com>
6 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig index 852e2e8..57c027a 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig | |||
@@ -1744,7 +1744,7 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
1744 | CONFIG_NFS_FS=y | 1744 | CONFIG_NFS_FS=y |
1745 | CONFIG_NFS_V3=y | 1745 | CONFIG_NFS_V3=y |
1746 | # CONFIG_NFS_V3_ACL is not set | 1746 | # CONFIG_NFS_V3_ACL is not set |
1747 | # CONFIG_NFS_V4 is not set | 1747 | CONFIG_NFS_V4=y |
1748 | CONFIG_ROOT_NFS=y | 1748 | CONFIG_ROOT_NFS=y |
1749 | # CONFIG_NFSD is not set | 1749 | # CONFIG_NFSD is not set |
1750 | CONFIG_LOCKD=y | 1750 | CONFIG_LOCKD=y |
diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig index 41a061e..8fa8d4b 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig | |||
@@ -1863,7 +1863,7 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
1863 | CONFIG_NFS_FS=y | 1863 | CONFIG_NFS_FS=y |
1864 | CONFIG_NFS_V3=y | 1864 | CONFIG_NFS_V3=y |
1865 | # CONFIG_NFS_V3_ACL is not set | 1865 | # CONFIG_NFS_V3_ACL is not set |
1866 | # CONFIG_NFS_V4 is not set | 1866 | CONFIG_NFS_V4=y |
1867 | CONFIG_ROOT_NFS=y | 1867 | CONFIG_ROOT_NFS=y |
1868 | # CONFIG_NFSD is not set | 1868 | # CONFIG_NFSD is not set |
1869 | CONFIG_LOCKD=y | 1869 | CONFIG_LOCKD=y |
diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx51evk/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx51evk/defconfig index 7aa8c28..f61aa48 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx51evk/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx51evk/defconfig | |||
@@ -2248,7 +2248,7 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
2248 | CONFIG_NFS_FS=y | 2248 | CONFIG_NFS_FS=y |
2249 | CONFIG_NFS_V3=y | 2249 | CONFIG_NFS_V3=y |
2250 | # CONFIG_NFS_V3_ACL is not set | 2250 | # CONFIG_NFS_V3_ACL is not set |
2251 | # CONFIG_NFS_V4 is not set | 2251 | CONFIG_NFS_V4=y |
2252 | CONFIG_ROOT_NFS=y | 2252 | CONFIG_ROOT_NFS=y |
2253 | # CONFIG_NFSD is not set | 2253 | # CONFIG_NFSD is not set |
2254 | CONFIG_LOCKD=y | 2254 | CONFIG_LOCKD=y |
diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx53ard/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx53ard/defconfig index f6f1b9b..fda49eb 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx53ard/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx53ard/defconfig | |||
@@ -2280,7 +2280,7 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
2280 | CONFIG_NFS_FS=y | 2280 | CONFIG_NFS_FS=y |
2281 | CONFIG_NFS_V3=y | 2281 | CONFIG_NFS_V3=y |
2282 | # CONFIG_NFS_V3_ACL is not set | 2282 | # CONFIG_NFS_V3_ACL is not set |
2283 | # CONFIG_NFS_V4 is not set | 2283 | CONFIG_NFS_V4=y |
2284 | CONFIG_ROOT_NFS=y | 2284 | CONFIG_ROOT_NFS=y |
2285 | # CONFIG_NFSD is not set | 2285 | # CONFIG_NFSD is not set |
2286 | CONFIG_LOCKD=y | 2286 | CONFIG_LOCKD=y |
diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx53qsb/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx53qsb/defconfig index b0c88fb..35db9c4 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx53qsb/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx53qsb/defconfig | |||
@@ -2277,7 +2277,7 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
2277 | CONFIG_NFS_FS=y | 2277 | CONFIG_NFS_FS=y |
2278 | CONFIG_NFS_V3=y | 2278 | CONFIG_NFS_V3=y |
2279 | # CONFIG_NFS_V3_ACL is not set | 2279 | # CONFIG_NFS_V3_ACL is not set |
2280 | # CONFIG_NFS_V4 is not set | 2280 | CONFIG_NFS_V4=y |
2281 | CONFIG_ROOT_NFS=y | 2281 | CONFIG_ROOT_NFS=y |
2282 | # CONFIG_NFSD is not set | 2282 | # CONFIG_NFSD is not set |
2283 | CONFIG_LOCKD=y | 2283 | CONFIG_LOCKD=y |
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 3a81011..f671597 100644 --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb | |||
@@ -4,7 +4,7 @@ | |||
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 = "r26" | 7 | PR = "r27" |
8 | 8 | ||
9 | inherit kernel | 9 | inherit kernel |
10 | COMPATIBLE_MACHINE = "(mxs|mx5)" | 10 | COMPATIBLE_MACHINE = "(mxs|mx5)" |