meta-digi-dey: rework installed packages for ccimx6ul

CCIMX6UL's rootfs partition is not big enough for the default
'dey-image-qt' image. This commit reworks the QT5 and SATO installed
packages for the ccimx6ul, so the image fits in the rootfs partition.

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

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2016-09-23 16:03:36 +02:00
parent a4c45ecd2d
commit 3a39aacdd7
2 changed files with 9 additions and 7 deletions

View File

@ -4,6 +4,7 @@
SUMMARY = "QT packagegroup for DEY image"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
@ -11,21 +12,20 @@ inherit packagegroup
MACHINE_QT5_EXTRA_INSTALL ?= ""
MACHINE_QT5_EXTRA_INSTALL_ccimx6 ?= "qtwebengine-examples"
QT5_PKS = " \
qtbase-fonts \
qtdeclarative-tools \
"
QT5_PKS = "qtbase-fonts qtserialport"
QT5_PKS_append_ccimx6 = " qtdeclarative-tools"
QT5_EXAMPLES = " \
QT5_EXAMPLES = "qtbase-examples"
QT5_EXAMPLES_append_ccimx6 = " \
qt3d-examples \
qtbase-examples \
qtconnectivity-examples \
qtdeclarative-examples \
qtmultimedia-examples \
qtsvg-examples \
"
QT5_DEMOS = " \
QT5_DEMOS = ""
QT5_DEMOS_append_ccimx6 = " \
cinematicexperience \
qt5-demo-extrafiles \
qt5everywheredemo \

View File

@ -2,3 +2,5 @@
# Disable network manager
NETWORK_MANAGER = ""
RDEPENDS_${PN}-apps_remove_ccimx6ul = "gst-player-bin x11vnc"