From fb656a8ed10e6d8b1e2da3e8d1430af213abdb77 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 30 Aug 2016 17:46:00 +0200 Subject: [PATCH] build.sh: support 'ccimx6ulsbc' platform https://jira.digi.com/browse/DEL-2928 Signed-off-by: Javier Viguera --- sdk/build-github.sh | 3 ++- sdk/build.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/build-github.sh b/sdk/build-github.sh index 95aa7ef40..e544b1cf3 100755 --- a/sdk/build-github.sh +++ b/sdk/build-github.sh @@ -22,7 +22,7 @@ set -e -AVAILABLE_PLATFORMS="ccardimx28js ccimx6sbc ccimx6ulstarter" +AVAILABLE_PLATFORMS="ccardimx28js ccimx6sbc ccimx6ulsbc ccimx6ulstarter" MANIFEST_URL="https://github.com/digi-embedded/dey-manifest.git" @@ -106,6 +106,7 @@ while read _pl _tgt; do done<<-_EOF_ ccardimx28js dey-image-qt ccimx6sbc dey-image-qt + ccimx6ulsbc core-image-base ccimx6ulstarter core-image-base _EOF_ diff --git a/sdk/build.sh b/sdk/build.sh index ba4533982..99c09da3f 100755 --- a/sdk/build.sh +++ b/sdk/build.sh @@ -152,6 +152,7 @@ while read _pl _var _tgt; do done<<-_EOF_ ccardimx28js - e w wb web web1 dey-image-qt ccimx6sbc DONTBUILDVARIANTS dey-image-qt + ccimx6ulsbc DONTBUILDVARIANTS core-image-base ccimx6ulstarter DONTBUILDVARIANTS core-image-base _EOF_