mkproject: re-insert ccmp1 platforms into build system
The CCMP1 platforms were integrated as part of DEY-5.0, and this commit restores their support in the mkproject build system. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
c728854f5c
commit
185651e6f0
|
|
@ -28,7 +28,7 @@ MKP_NONE="\033[0m"
|
|||
MKP_CONFIGPATH="${MKP_SCRIPTPATH}/sources/meta-digi/meta-digi-arm/conf/templates"
|
||||
|
||||
# Blacklist platforms (not officially supported in a DEY release)
|
||||
MKP_BLACKLIST_PLATFORMS="ccimx6qpsbc ccimx6sbc ccimx8x-sbc-express ccmp13-dvk ccmp15-dvk"
|
||||
MKP_BLACKLIST_PLATFORMS="ccimx6qpsbc ccimx6sbc ccimx8x-sbc-express"
|
||||
|
||||
MKP_SETUP_ENVIRONMENT='#!/bin/bash
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue