[OE-core] [RFC] Switching from glibc RPC to TI RPC
Marcin Juszkiewicz
marcin.juszkiewicz at linaro.org
Wed Mar 20 14:09:03 UTC 2013
W dniu 20.03.2013 13:50, Mark Hatle pisze:
> On 3/20/13 5:41 AM, Marcin Juszkiewicz wrote:
>> Good point. YP-tools are not buildable with my changeset due to lack of
>> YP support in libtirpc.
> There is definitely a class of user (networking devices) where nis/yp
> are still being used. I would love to see NIS support be a distro
> feature or similar configure time element.
Good idea.
> -after- the upcoming release, I think we should pursue these patches,
> assuming we can get the NIS support enabled in some way.
Looks like we have to wait for TI RPC to mature more.
> BTW my only other question was the busybox side. I'm a bit confused by
> the comment. I thought the mount_nfs was still required because it
> enabled the proper binding argument for the mount syscall. While I
> don't believe we need to still support the older kernel(s), we
> definitely need NFS mounts to work in busybox.
Since
http://git.busybox.net/busybox/commit/?id=a86e02492d7700ce8cb4108f53646dfb025c2dff
change (2011-11-10) this option is not needed to mount NFS with 2.6.23+
kernel:
config FEATURE_MOUNT_NFS
bool "Support mounting NFS file systems on Linux < 2.6.23"
default n
depends on MOUNT
select FEATURE_HAVE_RPC
select FEATURE_SYSLOG
help
Enable mounting of NFS file systems on Linux kernels prior
to version 2.6.23. Note that in this case mounting of NFS
over IPv6 will not be possible.
Note that this option links in RPC support from libc,
which is rather large (~10 kbytes on uclibc).
More information about the Openembedded-core
mailing list