Add BR2_EXTERNAL skeleton
This commit is contained in:
9
package/my-shared-lib/Config.in
Normal file
9
package/my-shared-lib/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_MY_SHARED_LIB
|
||||
bool "my-shared-lib"
|
||||
help
|
||||
A shared library providing common functionality used across
|
||||
multiple Raspberry Pi projects.
|
||||
|
||||
Installs libmyshared.so into /usr/lib on the target.
|
||||
|
||||
https://github.com/your-org/my-shared-lib
|
||||
Reference in New Issue
Block a user