mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Kconfig: add NuttX License setup for BSD components
This commit will add a build option to enable BSD code in License setup. NOTE: When this option is enabled components with BSD licenses can be added to the build. Please make sure that the licenses match your project. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
c7a2da8acf
commit
bed0f50182
@@ -10,6 +10,16 @@ config APPSDIR
|
|||||||
option env="APPSDIR"
|
option env="APPSDIR"
|
||||||
|
|
||||||
menu "License Setup"
|
menu "License Setup"
|
||||||
|
config ALLOW_BSD_COMPONENTS
|
||||||
|
bool "Use components that have BSD licenses"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
When this option is enabled the project will allow the use
|
||||||
|
of components that have BSD licenses.
|
||||||
|
|
||||||
|
NOTE: Please check that the license for each enabled
|
||||||
|
component matches your project license.
|
||||||
|
|
||||||
config ALLOW_GPL_COMPONENTS
|
config ALLOW_GPL_COMPONENTS
|
||||||
bool "Use components that have GPL/LGPL licenses"
|
bool "Use components that have GPL/LGPL licenses"
|
||||||
default n
|
default n
|
||||||
|
|||||||
Reference in New Issue
Block a user