**** BEGIN LOGGING AT Thu Jun 30 02:59:58 2016 Jun 30 06:44:50 morning Jun 30 11:27:32 I have a working oe setup (an SDK from ti), now I'd like to add a qt plugin (qtquickcontrols). I usually call bitbake with the top level receipe (bitbake tisdk-rootfs-image), where should I add the qtquickcontrols module? Jun 30 11:29:29 There's a [ackagegroup-arago-tisdk-addons.bb (included from the toplevel) would that be a good choice? Jun 30 12:56:09 What would solve this for qt5? Jun 30 12:56:10 Project ERROR: Unknown module(s) in QT: designer Jun 30 13:03:49 hmm, maybe qttools Jun 30 13:15:49 Crofton|work: how can/should I add qtquickcontrols to it will be built & installed into a rootfs? Jun 30 13:16:37 I do not know yet :) Jun 30 13:16:47 just started trying to get gnuradio to build versus qt5 Jun 30 13:17:37 :-) I just started with the ti-sdk for am335x but can't seem to add a single package Jun 30 13:20:13 how are you trying to add one? Jun 30 13:25:21 Crofton|work: I added it to the top recipe, to the IMAGE_INSTALL (and hoped the dependecies would be solved for me) Jun 30 13:25:43 pastebin the errors Jun 30 13:41:16 http://pastebin.com/asAz234W (a long one, basically: Unknown package 'qtquickcontrols'. on line 1990) Jun 30 13:41:56 But a "bitbake qtquickcontrols" just works Jun 30 13:43:00 I also tried a clean & rebuild: MACHINE=am335x-evm bitbake -c clean qtquickcontrols Jun 30 13:49:04 package != recipe Jun 30 13:49:16 just because the recipe was called qtquickcontrols doesn't mean that it produced a package called that Jun 30 13:54:48 rburton: the recipe is the .bb file, right? (here: ./meta-qt5/recipes-qt/qt5/qtquickcontrols_git.bb) Jun 30 13:56:15 yes Jun 30 14:02:22 ok, looking in the qtquickcontrols_git.bb, I see it "DEPENDS += "qtdeclarative"", would that be a package? Jun 30 14:02:36 (qtdeclarative....ipk) Jun 30 14:02:46 depends are recipes Jun 30 14:02:55 ok Jun 30 14:03:06 have a look in the work directory for the recipe and see what *packages* it generated Jun 30 14:04:08 So I could add to the top level recipe a DEPENDS += [recipe i want to be built & installed]? Jun 30 14:04:12 I'll check. Jun 30 14:04:18 installed? no. Jun 30 14:04:26 DEPENDS is a build time dependency Jun 30 14:04:34 sysroot-installed? Jun 30 14:04:38 yes Jun 30 14:04:41 ah Jun 30 14:06:30 aha Jun 30 14:06:44 lokks like I've built a variety of qtquikcontols: http://pastebin.com/NEcg9F1q Jun 30 14:06:45 oe-pkgdata-util list-pkgs -r -p qtquickcontrols Jun 30 14:06:51 i knew that tool could do it Jun 30 14:08:52 still trying to 'find' oe-pkgdata-util Jun 30 14:09:09 if you can run bitbake you can run that Jun 30 14:10:12 NameError: global name 'pkgdata_dir' is not defined Jun 30 14:10:25 My environment seems incomplete I guess Jun 30 14:10:27 sounds like your oe is broken Jun 30 14:10:44 well it's the one TI ships :-) Jun 30 14:10:50 sounds like TI broke your OE :) Jun 30 14:11:00 $ oe-pkgdata-util list-pkgs -r -p pulseaudio|head -3 Jun 30 14:11:01 pulseaudio-locale-zh-tw Jun 30 14:11:01 pulseaudio-locale-te Jun 30 14:11:01 pulseaudio-module-loopback Jun 30 14:11:15 What does this mean? Jun 30 14:11:16 WARNING: qwt-qt5-6.1.3-r0 do_package_qa: QA Issue: qwt-qt5-plugins: found library in wrong location: /usr/plugins/designer/libqwt_designer_plugin.so Jun 30 14:11:17 qwt-qt5-dbg: found library in wrong location: /usr/plugins/designer/.debug/libqwt_designer_plugin.so [libdir] Jun 30 14:11:49 Crofton|work: library not in libdir, /usr/plugins, yuck. Jun 30 14:11:56 broken path? Jun 30 14:12:06 * Crofton|work blames qwt Jun 30 14:12:21 i would Jun 30 14:12:35 kergoth: just wrote a tiny wrapper around list-pkgs for bb, "bb generated glib-2.0" Jun 30 14:13:06 I got annoyed at the do_install, so seeing what the as shipped one does Jun 30 14:14:28 kergoth: (on my github) Jun 30 14:20:31 rburton, Should I set PKGDATA_DIR to arago-tmp-external-linaro-toolchain/sysroots/am335x-evm/pkgdata? Jun 30 14:20:42 (does that sound sane?) **** ENDING LOGGING AT Fri Jul 01 02:59:58 2016