mkproject.sh: remove i.MX8X platforms from blacklist
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
92ca458e4f
commit
82ba959324
|
|
@ -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="ccimx8x-sbc-express ccimx8x-sbc-pro"
|
||||
MKP_BLACKLIST_PLATFORMS=""
|
||||
|
||||
MKP_SETUP_ENVIRONMENT='#!/bin/bash
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue