From d9668c0ba46133281c1146e6ab2c1b19d01664b3 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 18 Feb 2025 12:11:34 +0100 Subject: [PATCH] mkproject: add not supported platforms These platforms are not officially supported in the first DEY-5.0 release. Signed-off-by: Javier Viguera --- sdk/mkproject.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/mkproject.sh b/sdk/mkproject.sh index 8d56df5a9..8f684339c 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="" +MKP_BLACKLIST_PLATFORMS="ccimx6qpsbc ccimx6sbc ccimx8mm-dvk ccimx8mn-dvk ccimx8x-sbc-express ccmp13-dvk ccmp15-dvk" MKP_SETUP_ENVIRONMENT='#!/bin/bash