**** BEGIN LOGGING AT Mon Sep 09 02:59:58 2013 Sep 09 08:30:43 (x-post from #yocto) Heya. In the vein of earlier talks about perl module recipes, I wonder - What should be done about core modules that seemingly are not rprovided by the perl recipe? Should I just act as if these would always be part of perl? Sep 09 10:18:42 morning all Sep 09 10:48:33 hi pb_ Sep 09 10:50:02 hi florian :) Sep 09 10:50:16 does it count as xserver-common ping too? :) Sep 09 10:51:59 JaMa: it does, thx Sep 09 11:10:48 :) Sep 09 11:58:18 JaMa: I'm trying to use xinput_calibrator_once.sh Sep 09 11:58:45 but it doesn't seem to get called from /etc/X11/Xsession.d/30xinput_calibrate.sh with core-image-sato Sep 09 12:18:45 if I have recipes A and B, A listing B in its DEPENDS line, and an image adding A to the CORE_IMAGE_EXTRA_INSTALL value, then both A and B should end up in the image, right? Sep 09 12:18:50 or just A? Sep 09 12:24:15 abelloni: see commit 1c2e52a30e7714931bb40a3812eff3cfd36def8a in meta-oe, xsession script was removed in favor of xdg+systemd invocation Sep 09 12:24:27 dv_: A for sure Sep 09 12:24:54 dv_: B only if A is linked to some library provided by B and B is automatically added to A RDEPENDS by package.bbclass (shlibs providers code) Sep 09 12:27:58 okay Sep 09 12:28:10 are virtual/ packages special in that regard? Sep 09 12:28:45 we have added virtual/libgles2 to a recipe's DEPENDS value (using meta-fsl-arm), but then we noticed that the image didnt have libGLESv2.so etc. Sep 09 12:29:36 not really, shlibs providers work the same Sep 09 12:30:19 but if you build mesa as well as some other virtual/libgles2 provider, then you can hit this issue: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4628 Sep 09 12:31:21 hmm there is some code in meta-fsl-arm for dealing with mesa Sep 09 12:31:30 to avoid provider collisions Sep 09 12:37:14 hum weird, I don't have anything related to the touch screen in /etc/xdg/autostart Sep 09 12:40:31 ok, found it Sep 09 12:40:51 Xession is not running the Xsession.d files in order Sep 09 12:44:25 ls -X doesn't sort the files correctly ! Sep 09 14:14:07 ok ! Sep 09 14:15:00 JaMa: what is happening is that my /etc/X11/Xsession is coming from all-poky-linux/xserver-common/1.34-r8/image/etc/X11/Xsession instead of armv5te-poky-linux-gnueabi/x11-common/0.1-r47/packages-split/x11-common/etc/X11/Xsession Sep 09 14:15:13 any idea why ? Sep 09 14:26:31 "packagegroup-core-x11-base.do_build" -> "xserver-common.do_package_write" Sep 09 14:26:31 "packagegroup-core-x11-base.do_build" -> "x11-common.do_package_write" Sep 09 15:39:24 abelloni: you need to set VIRTUAL-RUNTIME_xserver_common = "xserver-common" Sep 09 18:39:21 hello. yocto 1.5 is in the M4 phase. at M5, will recipes for new package versions still be accepted? Sep 09 18:39:35 for example, a new gstreamer release Sep 09 18:40:44 nvm, should have posted this to #yocto , sorry :) **** ENDING LOGGING AT Tue Sep 10 03:00:00 2013