]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
Add basic config infrastructure for host utilities
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 Jan 2012 17:42:49 +0000 (18:42 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 2 Feb 2012 19:54:19 +0000 (20:54 +0100)
commitd06e802223b20a1ee3e365cbfbce4ae2ca7da1b6
tree5d03eab60a214bafc2b350bfe967779baaf7b9dd
parentfaf266b460c339019aab446c454b358492887c45
Add basic config infrastructure for host utilities

Most of the host packages don't have to be exposed to the user as they
are only used as build dependencies of target packages.

However, some host utilities, such as flashing utilities, image
creation programs, specific debuggers, might be useful and should be
presented to the user.

Therefore, we have a new global menu, which lists those host
utilities. These utilities are described in package/*/Config.in.host
files, which will be sourced by package/Config.in.host.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Config.in
package/Config.in.host [new file with mode: 0644]