From: Charles Wang <charles.wang@akomedia.com>
To: linux-config@vger.kernel.org
Subject: kconfig is required by many other softwares.
Date: Sat, 11 Mar 2006 09:52:32 +0800 [thread overview]
Message-ID: <200603110952.32298.charles.wang@akomedia.com> (raw)
Hi:
I'm in an attempt to use kconfig for my project, and there are some other
projects, such as uclibc, busybox, use a snapshot of kconfig to config
themself.
Why not make the kconfig to be an individual GPL project so the other projects
will have not to include the source of kconfig with some modifications to use
it?
And there will be some other projects which want to access kernel config too,
the best way is to use the same source with the kconfig in kernel. If both
kernel and other 'kconfig' user share the same kconfig, it will be very easy
to share the config files.
All users of 'kconfig' can share the improvement of kconfig too if it is an
individual project.
Now I try to set up kconfig in an independent source tree, and make it to be a
user-friendly, customizable C library. Python binding will be provided for
the following reasons:
* config program will be easier to be composed with script language.
* There is no performance and size limitation on config program.
Here is my current work, anybody can access it by:
svn co https://ako.3322.org/svn/repos/svn-kconfig/trunk kconfig
There is not many works now, I just copy the source from linux-2.6.15.6 and
write a build script to compile it (by 'scons' which can be downloaded from
http://prdownloads.sourceforge.net/scons/scons-0.96.1.tar.gz ). A simple test
program is added too.
To install scons, just untar it and run 'python setup.py install' in the
untarred directory. (Homepage of scons: http://www.scons.org/)
To compile it, just run 'scons -u' in any directory of kconfig.
Any comments are welcomed.
Thanks.
Charles Wang, March 11, 2006.
reply other threads:[~2006-03-11 1:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200603110952.32298.charles.wang@akomedia.com \
--to=charles.wang@akomedia.com \
--cc=linux-config@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).