mkproject: add not supported platforms
These platforms are not officially supported in the first DEY-4.0 release. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
bb82f40238
commit
1c0e62ab92
|
|
@ -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="ccimx6qpsbc ccimx6sbc ccimx8mm-dvk ccimx8mn-dvk ccimx8mp-dvk ccimx8x-sbc-express ccimx8x-sbc-pro"
|
||||
|
||||
MKP_SETUP_ENVIRONMENT='#!/bin/bash
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue