**** BEGIN LOGGING AT Thu Jan 02 02:59:58 2020 Jan 02 05:25:54 New news from stackoverflow: change Pin configuration in device tree dts file Jan 02 07:20:17 how is it possible i get "installed but not shipped in any package" error for files that do not exist in the path that the error message tells? Jan 02 08:04:41 I deleted the files as suggested by the QA error message, but i still get the same installed-vs-shipped error for the non-existent files Jan 02 10:47:53 Hi, does somebody knows how I can "refresh" console output via C? Jan 02 10:48:15 So, not to printf() a new line, but replace the last printed line with updated information? Jan 02 10:48:26 ah sorry, wrong channel... Jan 02 10:56:49 New news from stackoverflow: BitBake add tmux package to image Jan 02 12:46:56 why can I bitbake a recipe successfully, but when including in image I get "solver encountered 1 problem: nothing provides X needed by Y" Jan 02 12:47:50 in do_rootfs Jan 02 14:46:54 hi Jan 02 14:51:02 When I use RREPLACES_${PN} = "foo (<= 1.2)" do I need to use have +gitAUTOINC+283a900c4e-r0 in there also or can I wild card it or something. For example does it need to look like RREPLACES_${PN} = "foo (<= 1.2+gitAUTOINC+283a900c4e-r0)" Jan 02 17:27:00 _gitXXX will sort higher than 1.2 so it will fail the rreplaces check, but it will sort lower than 1.2.1 or 1.3 so if you use foo ( <= 1.3 ) you dont have to wild card it Jan 02 18:08:06 RP, glad to see most of the patch queue merged :) Jan 02 19:39:02 thanks khem Jan 02 21:03:24 kanavin: been slowly trying to work through things Jan 02 21:03:35 kanavin: I saved gettext for last now people are starting to come back Jan 02 21:53:18 is there a good way to deal with this Jan 02 21:53:18 error: file /usr/lib/qml/QtQuick/XmlListModel/libqmlxmllistmodelplugin.so from install of libqt5xmlpatterns-qmlplugins-5.12.6+git0+e74c6fee10-r0.cortexa9hf_neon conflicts with file from package qtdeclarative-qmlplugins-5.9.6+git0+283a900c4e-r0.cortexa9hf_neon Jan 02 21:53:18 error: file /usr/lib/qml/QtQuick/XmlListModel/plugins.qmltypes from install of libqt5xmlpatterns-qmlplugins-5.12.6+git0+e74c6fee10-r0.cortexa9hf_neon conflicts with file from package qtdeclarative-qmlplugins-5.9.6+git0+283a900c4e-r0.cortexa9hf_neon Jan 02 21:54:16 in 5.12 it looks like those two files are installed by libqt5xmlpatterns-qmlplugins instead of qtdeclarative-qmlplugins Jan 02 22:46:32 ok so this seems to work Jan 02 22:46:32 RDEPENDS_${PN}-qmlplugins += " qtdeclarative-qmlplugins (>= 5.12)" Jan 02 22:46:32 RCONFLICTS_${PN} += " qmldeclarative-qmlplugins (<= 5.9)" **** ENDING LOGGING AT Fri Jan 03 03:00:23 2020