[yocto] [meta-qt5] Missing qt5declarative rootfs

Caio caiortp at gmail.com
Mon Aug 31 08:13:25 PDT 2015


Hello,

I'm trying to build an Image with meta-qt5 , the problem is that the
qt5declarative is not copied to rootfs.
The qt5declarative package is generated but is not included in the rootfs,
others qt5's packages are included in the rootfs.
What I'm doing wrong?

Yocto 1.7
meta-qt5: d2c05c81e8230358dca80cf9df67e49f9f672a29


my package group

packagegroup-qt5_0.1.bb

SUMMARY = "QT5  package group"
LICENSE = "MIT"

PR = "0"

inherit packagegroup

VIRTUAL_KEYBOARD ?= "maliit-framework-qt5 maliit-plugins-qt5"

IMAGE_INSTALL+ = " \
    dbus \
    qtbase \
    qtbase-plugins \
    qtbase-fonts \
    qtdeclarative \
    qtdeclarative-plugins \
    qtdeclarative-qmlplugins \
    qtmultimedia \
    qtmultimedia-plugins \
    qtmultimedia-qmlplugins \
    qtserialport \
    qtscript \
    qtgraphicaleffects-qmlplugins \
    qtconnectivity-qmlplugins \
    qtxmlpatterns \
    qtquick1 \
    qtquickcontrols \
    qtquickcontrols-qmlplugins \
    qtgstreamer \
    qtsvg \
    qtsvg-plugins \
    qtimageformats \
    qtimageformats-plugin \
    "

RDEPENDS_${PN}= "qtquickcontrols-qmlplugins qtdeclarative-qmlplugins
qtdeclarative-plugins"


My local.conf

MACHINE ??= 'colibri-imx6'
DISTRO ?= 'poky'
PACKAGE_CLASSES ?= "package_ipk "
EXTRA_IMAGE_FEATURES += "debug-tweaks package-management splash "
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS = "\
    STOPTASKS,${TMPDIR},1G,100K \
    STOPTASKS,${DL_DIR},1G,100K \
    STOPTASKS,${SSTATE_DIR},1G,100K \
    ABORT,${TMPDIR},100M,1K \
    ABORT,${DL_DIR},100M,1K \
    ABORT,${SSTATE_DIR},100M,1K"
CONF_VERSION = "1"

BB_NUMBER_THREADS = '24'
PARALLEL_MAKE = '-j 24'

ACCEPT_FSL_EULA = "1"
DISTRO_FEATURES_remove = "x11 wayland nfc 3g bluetooth irda ppp zerconf"
IMAGE_OVERHEAD_FACTOR = "2"

DISTRO_FEATURES_append = " opengl pulseaudio alsa systemd wifi ethernet
loopback"
PACKAGECONFIG_DISTRO_pn-qtbase = "accessibility qtxmlpatterns"
PACKAGECONFIG_DISTRO_pn-qtdeclarative = "qtxmlpatterns"
CORE_IMAGE_EXTRA_INSTALL_append = " kernel-modules module-init-tools-depmod
modutils-initscripts udev qtsmarthome quitbattery"

IMAGE_INSTALL_append = " \
    firmware-imx-vpu-imx6d \
    packagegroup-gstreamer \
    packagegroup-qt5 \
    packagegroup-core \
    packagegroup-base-graphics \
"
PREFERRED_PROVIDER_psplash-support = "psplash-angstrom"
PREFERRED_PROVIDER_glibc = "glibc"




Thank you very much!

Regards,


-- 
----------------------------------------------
Caio Pereira
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150831/5ff31f85/attachment.html>


More information about the yocto mailing list