summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_2.6.38.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-03-14 18:09:12 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2012-03-15 20:41:24 +0000
commitfab9daefc891fd6aa0f9f563990db7687600e4b8 (patch)
treec2b600fd3cf33a167076f6229297d169743f1eeb /recipes-kernel/linux/linux-imx_2.6.38.bb
parentba6e333a9413a26cd33b37b9dd3166b3b2f387ab (diff)
downloadmeta-fsl-arm-fab9daefc891fd6aa0f9f563990db7687600e4b8.tar.gz
linux-imx: allow NFS root mount to use alternate RPC ports
This patch, include in 2.6.35.3 and 2.6.38 kernel recipes, has been imported from Yocto kernel to allow the use of NFS server in user-mode as it is preferred for use in SDK and ADT tools. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-imx_2.6.38.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_2.6.38.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx_2.6.38.bb b/recipes-kernel/linux/linux-imx_2.6.38.bb
index 9c08a7a..5e5e195 100644
--- a/recipes-kernel/linux/linux-imx_2.6.38.bb
+++ b/recipes-kernel/linux/linux-imx_2.6.38.bb
@@ -4,7 +4,7 @@
4DESCRIPTION = "Linux kernel for imx platforms" 4DESCRIPTION = "Linux kernel for imx platforms"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
7PR = "r0" 7PR = "r1"
8 8
9DEFAULT_PREFERENCE = "-1" 9DEFAULT_PREFERENCE = "-1"
10 10
@@ -13,6 +13,7 @@ COMPATIBLE_MACHINE = "(imx53qsb|imx53ard)"
13 13
14SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;tag=rel_imx_2.6.38_12.01.01 \ 14SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;tag=rel_imx_2.6.38_12.01.01 \
15 file://egalax_ts-enable-single-event-support.patch \ 15 file://egalax_ts-enable-single-event-support.patch \
16 file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
16 file://defconfig \ 17 file://defconfig \
17 " 18 "
18 19