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_