11 lines
315 B
Plaintext
11 lines
315 B
Plaintext
config BR2_PACKAGE_MY_COMMON_TOOL
|
|
bool "my-common-tool"
|
|
select BR2_PACKAGE_MY_SHARED_LIB
|
|
help
|
|
A command-line utility shared across multiple Raspberry Pi
|
|
projects. Depends on my-shared-lib.
|
|
|
|
Installs the 'my-common-tool' binary into /usr/bin on the target.
|
|
|
|
https://github.com/your-org/my-common-tool
|