From b6c975c44d30e08747d202f56ab2c65ab6ecc447 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Wed, 12 Sep 2018 11:44:44 +0200 Subject: [PATCH] build: remove unsupported dey-image-aws for CC8X Signed-off-by: Hector Palacios --- README.md | 1 - sdk/build.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e98c22fe..7c7123c14 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,6 @@ boot a signed U-Boot only. * The following features are not supported in this release: * Trustfence (TM) * Digi Remote Manager - * Cloud connector * Amazon Web Services # Support Contact Information diff --git a/sdk/build.sh b/sdk/build.sh index 5983dffa0..bea80823e 100755 --- a/sdk/build.sh +++ b/sdk/build.sh @@ -171,7 +171,7 @@ while read _pl _var _tgt; do eval "${_pl//-/_}_var=\"${_var//,/ }\"" eval "${_pl//-/_}_tgt=\"${_tgt//,/ }\"" done<<-_EOF_ - ccimx8x-sbc-express DONTBUILDVARIANTS dey-image-qt,dey-image-aws + ccimx8x-sbc-express DONTBUILDVARIANTS dey-image-qt ccimx6qpsbc DONTBUILDVARIANTS dey-image-qt,dey-image-aws ccimx6sbc DONTBUILDVARIANTS dey-image-qt,dey-image-aws ccimx6ulsbc DONTBUILDVARIANTS dey-image-qt,dey-image-aws