From 358961f2b188f8fb33b1bd3cd0206a1d1708c2cd Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 31 Jan 2017 17:36:53 +0100 Subject: [PATCH] sdk: mkproject: Remove variant support from usage This feature is deprecated and will be permanently removed in future. Signed-off-by: Alex Gonzalez --- sdk/mkproject.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sdk/mkproject.sh b/sdk/mkproject.sh index 946dad902..beecfed5a 100755 --- a/sdk/mkproject.sh +++ b/sdk/mkproject.sh @@ -48,14 +48,9 @@ Usage: source ${MKP_SCRIPTNAME} [OPTIONS] -l list supported platforms -p select platform for the project - -v 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/.inc - EOF }