**** BEGIN LOGGING AT Fri Dec 13 03:00:00 2013 Dec 13 08:53:29 JaMa, hi Martin. In case you're interested, I couldn't resist trying out the new "jansa/qt5-5.2.0" branch in meta-qt5, but it seems the resulting Qt5 pkg-config files have there include and library paths somewhat screwed up I think Dec 13 08:56:31 good morning Dec 13 09:20:43 morning Dec 13 09:22:45 hi tasslehoff, all Dec 13 09:26:14 jkroon_: I've had Qt 5.2-rc1 running on my system for a week or so, but it was not based off that branch Dec 13 09:27:27 tasslehoff, yeah, the "jansa/qt5-5.2.0-beta1" branch in meta-qt5 works fine here Dec 13 09:28:02 jkroon_: ah. ok. Dec 13 09:31:32 I've merged jansa/qt5-5.2.0 into my branch now, and I'm trying to build a rootfs and an sdk with the release Dec 13 09:57:19 Hi, have a question related to creating user. I have a receipe1 that is creating a group. In another receipe2 I need to add a user created in receipe1. Do I need to set DEPENDS in receipe2 receipe1 Dec 13 10:00:24 morning all Dec 13 10:00:36 hk_: it would need to be RDEPENDS Dec 13 10:00:59 because you want the package to be there at runtime Dec 13 10:11:30 tasslehoff, ok, could you let me know how it goes ? thanks Dec 13 10:38:50 jkroon_: will do. Dec 13 10:45:28 I've built nativesdk-qttools and nativesdk-qtbase, and qmake and friends are built ( http://pastebin.com/NXgPcu1Y ). But, how to get them into the sdk? I've added them to RDEPENDS_${PN} in my recipe, but that was not it. Dec 13 11:12:31 bluelightning: I tried updating RDEPENDS . its not working. It says " preinst_configure: Aborting installation of pulseclient2". I am creating pulse-access group in pulseaudio_2.1.bb and adding a user in pulseclient2.bb. Any help is appreciated Dec 13 11:31:13 bluelightning: sorry for noise. while adding user to the group I was passing wrong option (-g instead of --groups). Its working now Dec 13 11:34:55 hk_: ah ok, no problem Dec 13 11:48:43 how can I turn on debug to see what is packed into my sdk package? Dec 13 11:49:58 Isn't it odd that I have qmake in ./x86_64-nativesdk-angstromsdk-linux/nativesdk-qtbase/5.2.0-r0/image/, and still can't find it in the finished sdk? Dec 13 11:55:17 jkroon_: hehe Dec 13 11:55:28 jkroon_: and did you fix it? Dec 13 11:55:34 jkroon_: yes there was quite a lot changes in pkg/.la/.prl files between -rc1 and final and I did that rebase in real hurry Dec 13 11:55:45 jkroon_: it wasn't even build tested yet Dec 13 11:56:27 well so was beta1, so I'm quite surprised and happy that it worked fine :) Dec 13 11:57:14 you can compare https://github.com/meta-qt5/qtbase/tree/b5.2.0-rc1 aand https://github.com/meta-qt5/qtbase/tree/b5.2.0 Dec 13 12:02:53 JaMa: have you tested the sdk fixes you pulled? I'm trying to :) Dec 13 12:04:19 tasslehoff: not sure if you're already doing this, but adding additional packages to the target portion of the SDK needs to be done by adding them to TOOLCHAIN_TARGET_TASK Dec 13 12:06:08 bluelightning: I've done that. Now I'm trying to add nativesdk-qtbase to TOOLCHAIN_HOST_TASK to get qmake & friends. I've added to RDEPENDS, and it builds them, but doesn't include them in the image. Dec 13 12:07:58 bluelightning: http://pastebin.com/VAWyYp8w Dec 13 12:08:32 tasslehoff: there's no need to add it to RDEPENDS Dec 13 12:09:22 tasslehoff: right, this is the host portion, so TOOLCHAIN_HOST_TASK is where they should be added Dec 13 12:09:23 tasslehoff: the patchset from Denis? Dec 13 12:09:41 tasslehoff: I've only tested/fixed that they can unpack now Dec 13 12:10:38 JaMa: yep. it builds for me, so if I can just get this into the sdk I'm ready to test 5.2.0 Dec 13 12:11:17 bluelightning: meaning that it looks correct? Dec 13 12:12:08 tasslehoff: I don't have any use for SDK so I would like to see some review of those patches by people who do :) Dec 13 12:12:33 tasslehoff: sounds like it Dec 13 12:12:57 tasslehoff: when you say "int the image" you mean "in the SDK" right? Dec 13 12:13:05 JaMa: I know. I plan to submit patches/comments if I get this working. Dec 13 12:13:17 bluelightning: yes. Dec 13 12:14:09 tasslehoff: I'd suggest checking that TOOLCHAIN_HOST_TASK is set to what you think it should be set to using bitbake -e Dec 13 12:14:40 bluelightning: aha. on it. Dec 13 12:17:28 bluelightning: seems to be set correct, and if it wasn't it wouldn't have built the qt-packages Dec 13 12:20:32 bluelightning: all the tools I want to add are in ./x86_64-nativesdk-angstromsdk-linux/nativesdk-qtbase/5.2.0-r0/image/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/bin/qt5/. Dec 13 12:30:23 otavio, unfortunately no, my qmake skill is practically non-existing :-( Dec 13 12:44:54 bluelightning: if I added the packages to the RDEPENDS_${PN} in nativesdk-packagegroup-sdk-host.bb it worked Dec 13 12:45:16 tasslehoff: I don't understand why that would be needed Dec 13 12:45:25 tasslehoff: which version of the build system are you using? Dec 13 12:46:06 bluelightning: what are the possible answers there? bitbake version? Dec 13 12:47:15 if so, 1.19.0 it seems Dec 13 12:48:35 if I do "require nativesdk-packagegroup-sdk-host.bb" and then RDEPENDS_${PN}+=, the packages are not added. Dec 13 16:55:55 darknighte: you around? Dec 13 21:47:03 I am trying to create a recipe for an ST mems sensor driver, that requires the input-polldev kernel module. I add "kernel-module-input-polldev" to RRECOMMENDS_${PN} the .bb file but the input-polldev module is never inserted into the rootfs. If I added it REDEPNDS_${PN} the image build fails saying that dependencies can not be satisified. Does anybody have any suggestions on how I can resolve this? Dec 13 21:50:16 mromero: your kernel isn't configured to emit such a module. Dec 13 21:50:26 otherwise the package would exist Dec 13 21:50:41 either it's built in, in which case the package not being installed isn't a problem, or it's disabled, in which case you need to fix that Dec 13 21:50:56 * kergoth shrugs Dec 13 21:51:09 Is there any way to do that from within the driver rather than trying to modify the kernel recipe with a bbappend and patch? Dec 13 21:51:17 *the driver recipe Dec 13 21:51:50 one recipe can't modify another Dec 13 21:52:00 that's not how bitbake works Dec 13 21:56:47 kergoth: Where in the kernel would I change that the defconfig? **** ENDING LOGGING AT Sat Dec 14 02:59:59 2013