mkproject.sh: blacklist ccardimx28js
'ccardimx28js' is not supported officially in this release. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
5e35a9ca00
commit
adf044ec5e
|
|
@ -28,7 +28,7 @@ MKP_NONE="\033[0m"
|
|||
MKP_CONFIGPATH="${MKP_SCRIPTPATH}/sources/meta-digi/sdk/config"
|
||||
|
||||
# Blacklist platforms (not officially supported in a DEY release)
|
||||
MKP_BLACKLIST_PLATFORMS=""
|
||||
MKP_BLACKLIST_PLATFORMS="ccardimx28js"
|
||||
|
||||
MKP_SETUP_ENVIRONMENT='#!/bin/bash
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue