packagegroup-dey-qt: rework default installed packages

This only affects the CC6UL, where by default now 'qtsmarthome' is
installed instead of 'qtbase-examples'.

This serves two purposes:

* Remove the 'qtbase-examples' package from the CC6UL to save space.
* Use 'qtsmarthome' as a demo of a QML application running on the CC6UL
  using Qt Quick 2D Renderer.

https://jira.digi.com/browse/DEL-3912

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-08-09 18:32:49 +02:00
parent 64010754d0
commit 4c5a7fd3f8
1 changed files with 3 additions and 3 deletions

View File

@ -13,21 +13,21 @@ QT5_PKS = "qtserialport"
QT5_PKS_append_ccimx6 = " qtdeclarative-tools"
QT5_PKS_append_ccimx6ul = " qtdeclarative-render2d-plugins"
QT5_EXAMPLES = "qtbase-examples"
QT5_EXAMPLES = ""
QT5_EXAMPLES_append_ccimx6 = " \
qt3d-examples \
qtbase-examples \
qtconnectivity-examples \
qtdeclarative-examples \
qtmultimedia-examples \
qtsvg-examples \
"
QT5_DEMOS = ""
QT5_DEMOS = "qtsmarthome"
QT5_DEMOS_append_ccimx6 = " \
cinematicexperience \
qt5-demo-extrafiles \
qt5everywheredemo \
qtsmarthome \
"
RDEPENDS_${PN} += " \