Hi,
I want to configure inetutils package in openembedded.
The Default gives a few more
16K ./rshd
56K ./ftpd
8.0K ./uucpd
28K ./syslogd
44K ./talkd
44K ./telnetd
24K ./inetd
12K ./rexecd
16K ./tftpd
16K ./pt_chown
20K ./rlogind
288K .
I am looking only at telnetd and ftpd only.
Where do i enter this configuration info.
inetutils_1.4.2.bb looks like this:
SECTION = "libs"
DEPENDS = "ncurses"
LICENSE = "GPL"
DESCRIPTION = "The GNU inetutils are a collection of common \
networking utilities and servers including ftp, ftpd, rcp, \
rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
talkd, telnet, telnetd, tftp, tftpd, and uucpd."
SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \
file://configure.patch;patch=1"
inherit autotools
EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR}"
do_configure_prepend () {
rm -f ${S}/glob/configure*
}
I really dont know where to enter the conf info.
A directiory inside /package/inetutils/inetutils-1.4.2 has a patch file in it ?.
So, where do we enter the configure.
i am looking at disable ncurses and somethging like:
./configure --host=i386 --build=arm --target=arm --disable-rexecd --disable-rlogind --disable-rshd --disable-talkd --disable-telnetd --disable-tftpd --disable-uucpd --disable-ping --disable-rcp --disable-rlogin --disable-rsh --disable-talk --disable-telnet --disable-tftp --disable-whois
Since, there is so little documentation regarding configuring (finer things) in open embedded.
It quite tough for users like me.
We need to do something about this. most of documentation is "How to set up oe in ur PC"
But, We need to admire the guys who are behind this. They are my Idols!!!
Any Help is appreciated.
Regards,
Ram