**** BEGIN LOGGING AT Thu Oct 15 02:59:59 2015 Oct 15 06:13:26 morning. Oct 15 06:13:49 khem: did you see my Jetson-Q yesterday? I need a little sparring help :) Oct 15 06:14:45 no i did not Oct 15 06:18:59 morning Oct 15 06:19:55 khem`: The JetPack contains some cuda stuff that the linux-driver-package does not, and I want/need to add it to the image. e.g. libcudart. Oct 15 06:20:15 khem`: my Q yesterday was if you have seen recipes for such things Oct 15 06:21:09 there is some cuda stuff Oct 15 06:21:52 khem`: from linux-driver-package we get libcuda.so. Oct 15 06:22:01 atleast the libs are there Oct 15 06:22:03 installed Oct 15 06:22:14 yes Oct 15 06:22:34 only one, I think. I installed the JetPack from NVIDIA yesterday, and inside found debs for the stuff I want to add Oct 15 06:22:51 cuda-cudart-6-5_6.5-50_armhf.deb and cuda-cudart-dev-6-5_6.5-50_armhf.deb for starters Oct 15 06:23:41 Haven't found any source+lib packages for it, so I wonder if it's okay to make a recipe based on those debs. Oct 15 06:24:38 khem`: these are the debs http://pastebin.com/fjhAPgX7 Oct 15 07:02:38 greetings Oct 15 07:04:25 someone a clue why there's no connmanctl? added connman to IMAGE_INSTALL_append in local.conf. and i can see in the recipe (connman_1.30.bb) that connmanctl is copied to ${D}${bindir} but its not on the final image. Oct 15 07:04:56 and, is there an easy way to make a recipe from a deb/data.tar.gz? Oct 15 07:05:06 namra: perhaps connmanctl is a separate package? Oct 15 07:05:27 sry in connman.inc is the do_install_append() Oct 15 07:07:11 tasslehoff: doesn't look like it Oct 15 07:08:22 namra: yes it does ;). I think you must add connman-client to your local.conf as well. Oct 15 07:08:51 uff, how do you know. where to find that info? can't see anything in the recipe :/ Oct 15 07:09:15 line 160 in my connman.inc Oct 15 07:09:39 it says FILES_$(PN)-client will contain connmanctl Oct 15 07:09:55 tasslehoff: thanks alot Oct 15 07:10:03 my bad didn't scroll down far enough :/ Oct 15 07:10:13 namra: np Oct 15 07:23:05 morning all Oct 15 08:01:06 hi everyone Oct 15 13:15:50 shouldn't a default angstrom with connman/systemd be able to get some dns info from dhcp? Oct 15 13:16:11 I have to manually enter an address in /etc/systemd/resolved.conf Oct 15 14:04:54 is it expected that 'd.delVar()' removes now _overrides variants? http://pastebin.com/raw.php?i=wnbGVecJ Oct 15 14:11:44 d.setVar("FOO", None) seems to affect "FOO_cond0" override too :( Oct 15 14:18:10 ensc|w: that doesn't look right to me either Oct 15 14:18:23 probably related to the datastore changes Oct 15 14:18:47 RP isn't around to confirm, but if you could file a bug someone can look into it (possibly him) Oct 15 14:20:17 bluelightning: thx; I'll file a bug Oct 15 14:24:00 ensc|w: great, thanks Oct 15 14:24:24 hopefully we'll be able to add a test at the same time, we're gradually strengthening the tests in this area Oct 15 19:18:19 JaMa: Are you generating mesa GL for any x11-less distro? Oct 15 19:25:07 not sure you can do that Oct 15 19:25:13 what with libGL being GLX Oct 15 19:26:39 rburton: I am wondering how to make gtk+3-demo to be usable for wayland only distros, for example Oct 15 19:27:28 so i spoke with the guy who wrote gtkglarea Oct 15 19:27:35 it only support GLX Oct 15 19:27:46 so first you fix libepoxy so it doesn't need x11 Oct 15 19:28:13 and then you can make gtlglarea respect that (which luckily has a way of reporting failure to the app already) Oct 15 19:32:03 what's this Andreas is saying about gtk3+ apps no longer working without libgl? Oct 15 19:32:06 (on oe-devel) Oct 15 19:32:27 these are apps which in theory shouldn't be using gtkglarea Oct 15 19:48:37 ah I see rburton has replied, great Oct 15 20:09:20 khem: have you run any Cuda stuff on Jetson? Oct 15 20:29:57 Or, have anyone successfully installed the Cuda Toolkit in a Yocto-rootfs? Oct 15 20:54:12 rburton: But does libepoxy requires x11? Oct 15 20:54:46 rburton: it works without x11 Oct 15 20:55:32 otavio: only because we have a patch to disable glx Oct 15 20:55:35 upstream doesn't Oct 15 20:55:44 and gtk+ is written assuming that epoxy == GLX Oct 15 20:55:50 because it uses GLX calls Oct 15 20:56:11 rburton: gosh; what a mess Oct 15 20:56:33 rburton: so gtk-3 cannot work in wayland pure systems, it seems Oct 15 20:56:39 correct Oct 15 20:56:59 as i said earlier, need to make epoxy support !x11, and then check the availability of glx in gtk+ Oct 15 20:58:04 rburton: this is bad, indeed **** ENDING LOGGING AT Fri Oct 16 02:59:58 2015