mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 13:23:39 -09:00
Also needs a host version to be able to generate the binary config file. The host version is user-selectable so the user has the option of running the compiler in a post-build script some other way. We don't install the config file compiler tipidee-config on target. Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net> [Arnout: - Remove BR2_PACKAGE_TIPIDEE_CONFIGURATION, use empty value of BR2_PACKAGE_TIPIDEE_CONFIG_FILE to flag false. - Rename BR2_PACKAGE_TIPIDEE_CONFIGURATION_FILE to BR2_PACKAGE_TIPIDEE_CONFIG_FILE. - Default BR2_PACKAGE_TIPIDEE_CONFIG_FILE to empty. - Fix spelling of BR2_PACKAGE_HOST_TIPIDEE. - Add J. to DEVELOPERS. - Install in /usr instead of /. ] Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
config BR2_PACKAGE_HOST_TIPIDEE
|
|
bool "host tipidee"
|
|
depends on BR2_USE_MMU # skalibs
|
|
select BR2_PACKAGE_SKALIBS
|
|
help
|
|
This package builds the tipidee-config tool for the host.
|
|
|
|
https://skarnet.org/software/tipidee/
|