<div dir="ltr"><div><div>Hello,<br><br></div>I'm trying to build an Image with meta-qt5 , the problem is that the qt5declarative is not copied to rootfs.<br>The qt5declarative package is generated but is not included in the rootfs, others qt5's packages are included in the rootfs.<br></div><div>What I'm doing wrong?<br><br></div><div>Yocto 1.7 <br></div><div>meta-qt5: d2c05c81e8230358dca80cf9df67e49f9f672a29<br><br></div><div><br></div><div>my package group<br><br><a href="http://packagegroup-qt5_0.1.bb" target="_blank">packagegroup-qt5_0.1.bb</a><br><br>SUMMARY = "QT5Â package group"<br>LICENSE = "MIT"<br><br>PR = "0"<br><br>inherit packagegroup<br><br>VIRTUAL_KEYBOARD ?= "maliit-framework-qt5 maliit-plugins-qt5"<br><br>IMAGE_INSTALL+ = " \<br>Â Â Â dbus \<br>Â Â Â qtbase \<br>Â Â Â qtbase-plugins \ <br>Â Â Â qtbase-fonts \<br>Â Â Â qtdeclarative \<br>Â Â Â qtdeclarative-plugins \<br>Â Â Â qtdeclarative-qmlplugins \<br>Â Â Â qtmultimedia \<br>Â Â Â qtmultimedia-plugins \<br>Â Â Â qtmultimedia-qmlplugins \<br>Â Â Â qtserialport \ <br>Â Â Â qtscript \<br>Â Â Â qtgraphicaleffects-qmlplugins \<br>Â Â Â qtconnectivity-qmlplugins \Â Â Â Â Â Â <br>Â Â Â qtxmlpatterns \<br>Â Â Â qtquick1 \<br>Â Â Â qtquickcontrols \<br>Â Â Â qtquickcontrols-qmlplugins \<br>Â Â Â qtgstreamer \<br>Â Â Â qtsvg \ <br>Â Â Â qtsvg-plugins \ <br>Â Â Â qtimageformats \ <br>Â Â Â qtimageformats-plugin \<br>Â Â Â "<br><br>RDEPENDS_${PN}= "qtquickcontrols-qmlplugins qtdeclarative-qmlplugins qtdeclarative-plugins"<br clear="all"></div><div><div><div><br><br></div><div>My local.conf<br><br>MACHINE ??= 'colibri-imx6'<br>DISTRO ?= 'poky'<br>PACKAGE_CLASSES ?= "package_ipk "<br>EXTRA_IMAGE_FEATURES += "debug-tweaks package-management splash "<br>USER_CLASSES ?= "buildstats image-mklibs image-prelink"<br>PATCHRESOLVE = "noop"<br>BB_DISKMON_DIRS = "\<br>Â Â Â STOPTASKS,${TMPDIR},1G,100K \<br>Â Â Â STOPTASKS,${DL_DIR},1G,100K \<br>Â Â Â STOPTASKS,${SSTATE_DIR},1G,100K \<br>Â Â Â ABORT,${TMPDIR},100M,1K \<br>Â Â Â ABORT,${DL_DIR},100M,1K \<br>Â Â Â ABORT,${SSTATE_DIR},100M,1K"<br>CONF_VERSION = "1"<br><br>BB_NUMBER_THREADS = '24'<br>PARALLEL_MAKE = '-j 24'<br><br>ACCEPT_FSL_EULA = "1"<br>DISTRO_FEATURES_remove = "x11 wayland nfc 3g bluetooth irda ppp zerconf"<br>IMAGE_OVERHEAD_FACTOR = "2"<br><br>DISTRO_FEATURES_append = " opengl pulseaudio alsa systemd wifi ethernet loopback"<br>PACKAGECONFIG_DISTRO_pn-qtbase = "accessibility qtxmlpatterns"<br>PACKAGECONFIG_DISTRO_pn-qtdeclarative = "qtxmlpatterns"<br>CORE_IMAGE_EXTRA_INSTALL_append = " kernel-modules module-init-tools-depmod modutils-initscripts udev qtsmarthome quitbattery"<br><br>IMAGE_INSTALL_append = " \<br>Â Â Â firmware-imx-vpu-imx6d \<br>Â Â Â packagegroup-gstreamer \<br>Â Â Â packagegroup-qt5 \<br>Â Â Â packagegroup-core \<br>Â Â Â packagegroup-base-graphics \<br>"<br>PREFERRED_PROVIDER_psplash-support = "psplash-angstrom"<br>PREFERRED_PROVIDER_glibc = "glibc"<br><br><br><br><br></div><div>Thank you very much!<br><br></div><div>Regards,<br></div><div><br><br></div><div>-- <br><div>----------------------------------------------<br>Caio Pereira</div>
</div></div></div></div>