build: remove unsupported dey-image-aws for CC8X
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
15c42c3f25
commit
b6c975c44d
|
|
@ -222,7 +222,6 @@ boot a signed U-Boot only.
|
||||||
* The following features are not supported in this release:
|
* The following features are not supported in this release:
|
||||||
* Trustfence (TM)
|
* Trustfence (TM)
|
||||||
* Digi Remote Manager
|
* Digi Remote Manager
|
||||||
* Cloud connector
|
|
||||||
* Amazon Web Services
|
* Amazon Web Services
|
||||||
|
|
||||||
# Support Contact Information
|
# Support Contact Information
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@ while read _pl _var _tgt; do
|
||||||
eval "${_pl//-/_}_var=\"${_var//,/ }\""
|
eval "${_pl//-/_}_var=\"${_var//,/ }\""
|
||||||
eval "${_pl//-/_}_tgt=\"${_tgt//,/ }\""
|
eval "${_pl//-/_}_tgt=\"${_tgt//,/ }\""
|
||||||
done<<-_EOF_
|
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
|
ccimx6qpsbc DONTBUILDVARIANTS dey-image-qt,dey-image-aws
|
||||||
ccimx6sbc DONTBUILDVARIANTS dey-image-qt,dey-image-aws
|
ccimx6sbc DONTBUILDVARIANTS dey-image-qt,dey-image-aws
|
||||||
ccimx6ulsbc DONTBUILDVARIANTS dey-image-qt,dey-image-aws
|
ccimx6ulsbc DONTBUILDVARIANTS dey-image-qt,dey-image-aws
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue