sdk: mkproject: Remove variant support from usage
This feature is deprecated and will be permanently removed in future. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
9ea7568d8d
commit
358961f2b1
|
|
@ -48,14 +48,9 @@ Usage: source ${MKP_SCRIPTNAME} [OPTIONS]
|
|||
|
||||
-l list supported platforms
|
||||
-p <platform> select platform for the project
|
||||
-v <variant> select platform variant
|
||||
|
||||
Supported platforms: $(display_supported_platforms)
|
||||
|
||||
See platform include files for supported variant names:
|
||||
|
||||
${MKP_SCRIPTPATH}/sources/meta-digi/meta-digi-arm/conf/machine/include/<platform>.inc
|
||||
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue