From 1c0e62ab921d758b9e2213a4f28ba2ed50a5c2d2 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 10 Aug 2022 12:35:33 +0200 Subject: [PATCH] mkproject: add not supported platforms These platforms are not officially supported in the first DEY-4.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 f554657cf..bae67f081 100755 --- a/sdk/mkproject.sh +++ b/sdk/mkproject.sh @@ -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