From 185651e6f024aab46abdf27abb31c2aabc336fde Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Tue, 29 Apr 2025 09:05:13 +0200 Subject: [PATCH] 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 --- sdk/mkproject.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/mkproject.sh b/sdk/mkproject.sh index 2018054f6..354f3996c 100755 --- a/sdk/mkproject.sh +++ b/sdk/mkproject.sh @@ -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