[Buildroot] mysql Server

ANDY KENNEDY ANDY.KENNEDY at adtran.com
Wed Apr 13 17:52:22 UTC 2011


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Am 13.04.2011 19:38, schrieb ANDY KENNEDY:
> 
> > Obviously I was wrong.. Anything else I need to take into
> > consideration?!
> >
> >> It has to be inserted into the Config.in file under packages.
> 
> thats exactly what I did:
> 
> config BR2_PACKAGE_MYSQL_SERVER
>         bool "mySQL Server"
>         help
>           mySQL Server
> 
> just a very basic thing.. No way.. :( does not work

You created a Config.in under package/mysql.  You then have to add that
file reference to package/Config.in.

Something like this:


menu "Debugging, profiling and benchmark"
source "package/dhrystone/Config.in"
source "package/dmalloc/Config.in"
source "package/kexec/Config.in"
source "package/lmbench/Config.in"
source "package/lsof/Config.in"
source "package/ltp-testsuite/Config.in"
source "package/ltrace/Config.in"
source "package/memstat/Config.in"
source "package/netperf/Config.in"
source "package/oprofile/Config.in"
source "package/strace/Config.in"
source "package/whetstone/Config.in"
source "package/valgrind/Config.in"
endmenu


Andy



More information about the buildroot mailing list