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:
parent
64010754d0
commit
4c5a7fd3f8
|
|
@ -13,21 +13,21 @@ QT5_PKS = "qtserialport"
|
||||||
QT5_PKS_append_ccimx6 = " qtdeclarative-tools"
|
QT5_PKS_append_ccimx6 = " qtdeclarative-tools"
|
||||||
QT5_PKS_append_ccimx6ul = " qtdeclarative-render2d-plugins"
|
QT5_PKS_append_ccimx6ul = " qtdeclarative-render2d-plugins"
|
||||||
|
|
||||||
QT5_EXAMPLES = "qtbase-examples"
|
QT5_EXAMPLES = ""
|
||||||
QT5_EXAMPLES_append_ccimx6 = " \
|
QT5_EXAMPLES_append_ccimx6 = " \
|
||||||
qt3d-examples \
|
qt3d-examples \
|
||||||
|
qtbase-examples \
|
||||||
qtconnectivity-examples \
|
qtconnectivity-examples \
|
||||||
qtdeclarative-examples \
|
qtdeclarative-examples \
|
||||||
qtmultimedia-examples \
|
qtmultimedia-examples \
|
||||||
qtsvg-examples \
|
qtsvg-examples \
|
||||||
"
|
"
|
||||||
|
|
||||||
QT5_DEMOS = ""
|
QT5_DEMOS = "qtsmarthome"
|
||||||
QT5_DEMOS_append_ccimx6 = " \
|
QT5_DEMOS_append_ccimx6 = " \
|
||||||
cinematicexperience \
|
cinematicexperience \
|
||||||
qt5-demo-extrafiles \
|
qt5-demo-extrafiles \
|
||||||
qt5everywheredemo \
|
qt5everywheredemo \
|
||||||
qtsmarthome \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS_${PN} += " \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue