From 84636fa71530544a932fed8eabf2fde5b8bcfeac Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Tue, 2 Sep 2025 11:06:43 +0200 Subject: [PATCH] mkproject: add ccimx6sbc and ccimx6qpsbc as supported platforms https://onedigi.atlassian.net/browse/DEL-9758 Signed-off-by: Arturo Buzarra --- sdk/mkproject.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/mkproject.sh b/sdk/mkproject.sh index 354f3996c..4d2708260 100755 --- a/sdk/mkproject.sh +++ b/sdk/mkproject.sh @@ -3,7 +3,7 @@ # # mkproject.sh # -# Copyright (C) 2013-2024 by Digi International Inc. +# Copyright (C) 2013-2025 by Digi International Inc. # All rights reserved. # # This program is free software; you can redistribute it and/or modify it @@ -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" +MKP_BLACKLIST_PLATFORMS="ccimx8x-sbc-express" MKP_SETUP_ENVIRONMENT='#!/bin/bash