build-github.sh: remove not supported platforms
These platforms are not officially supported in the first DEY-5.0 release. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
084f45ad0c
commit
ee8075bfa7
|
|
@ -147,15 +147,9 @@ while read -r _pl _tgt; do
|
||||||
# the fly with underscores.
|
# the fly with underscores.
|
||||||
eval "${_pl//-/_}_tgt=\"${_tgt//,/ }\""
|
eval "${_pl//-/_}_tgt=\"${_tgt//,/ }\""
|
||||||
done<<-_EOF_
|
done<<-_EOF_
|
||||||
ccimx8mm-dvk dey-image-qt
|
|
||||||
ccimx8mn-dvk dey-image-qt
|
|
||||||
ccimx8x-sbc-pro dey-image-qt
|
ccimx8x-sbc-pro dey-image-qt
|
||||||
ccimx6qpsbc dey-image-qt
|
|
||||||
ccimx6sbc dey-image-qt
|
|
||||||
ccimx6ulsbc dey-image-qt
|
ccimx6ulsbc dey-image-qt
|
||||||
ccimx6ulstarter core-image-base
|
ccimx6ulstarter core-image-base
|
||||||
ccmp15-dvk dey-image-webkit
|
|
||||||
ccmp13-dvk core-image-base
|
|
||||||
ccmp25-dvk dey-image-webkit
|
ccmp25-dvk dey-image-webkit
|
||||||
ccimx91-dvk core-image-base
|
ccimx91-dvk core-image-base
|
||||||
ccimx93-dvk dey-image-qt
|
ccimx93-dvk dey-image-qt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue