**** BEGIN LOGGING AT Thu Jun 30 02:59:58 2016 Jun 30 03:36:47 :q Jun 30 06:04:51 so ruby needs a few antive fixes... Jun 30 06:04:57 *native even Jun 30 12:44:29 RP: the krogoth merge broke bluez5; for reference: http://ci.ossystems.com.br/view/All%20failing%20jobs/job/fsl-community-bsp-krogoth_framebuffer-cgtqmx6/lastBuild/console Jun 30 12:45:29 otavio: hmm, it worked ok on the autobuilder. That looks like a rebuild problem? Jun 30 12:45:48 anyhow, fixes welcome... Jun 30 12:49:43 RP: seems so; I am removing tmp to retry Jun 30 12:51:44 otavio: a simple clean of bluez5 would do it Jun 30 15:08:18 hi, I have a small issue with my kernel cmdline.txt : I have a bbappend setting CMDLINE, but I keep getting the debug flag added at the end, how can I unset it? (I work with meta-raspberrypi, with the 4.4.9 kernel version) Jun 30 15:12:53 there is a CMDLINE_APPEND in linux-raspberrypi.inc but it does not mention the "debug" parameter Jun 30 15:30:05 For reference: I do plan to continue working on pseudo as time allows, and time is currently likely to allow. Jun 30 15:42:01 :-/ Jun 30 15:43:19 seebs: the two yp bugs which were reassigned to me were ones we *think* are resolved in master, so I was going to do a recipe upgrade and run it through the autobuilder to verify Jun 30 15:43:33 oh, okay. Jun 30 15:43:48 That sounds reasonable. I hadn't done merges/updates for those because I want to do a code review pass. Jun 30 15:44:29 Issue being, master has some pretty significant changes, and I wasn't sure I wanted to push that to other people until I've had it actually carefully looked at. Jun 30 15:44:59 right, we thought it'd be worth an AB run to stress test it Jun 30 15:48:01 Okay. I think there may be a loose end with the changes that try to fix up the failures for missing functions, because I made it pickier, and I think we had some newish Linux on which it sometimes failed unexpectedly. So I may have to rethink that further. Jun 30 17:32:19 how do I use/add meta-networking to poky? Jun 30 17:55:48 pthomas_: http://www.openembedded.org/wiki/Layers_FAQ Jun 30 17:56:48 also: http://lmgtfy.com/?q=yocto+add+a+layer :) Jun 30 17:57:45 of course you do need to know what keywords to feed to google... ignore me, I'm a bit grumpy at the moment. Jun 30 18:00:16 vmeson thanks! can I do this with poky? I can add meta-networking to bblayers.conf, and then I see the dependency for openembeddd-layer Jun 30 18:01:22 and I can't add meta-openembedded, it says "poky/meta-openembedded/conf/layer.conf not found" Jun 30 18:02:16 pthomas_: yes, poky = oe-core + parts of meta-intel, other stuff. Jun 30 18:02:58 meta-openembedded is a git repo holding the meta-FOO layers such as meta-networking, meta-webserver, etc. Jun 30 18:04:44 OK, so I do I enable openembedded-layer? Jun 30 18:09:02 OK, meta-oe seems to satisfy that Jun 30 18:10:03 aaahhh, but now I get "poky/meta-openembedded/meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb:8: Could not inherit file classes/gobject-introspection.bbclass" Jun 30 18:12:08 http://forum.odroid.com/viewtopic.php?t=20742&p=138529 looks, like this might be a known problem on the master branch. Jun 30 18:13:33 pthomas_: if you want to investigate and fix the issue, that's great. If you just want to use YP+meta-networking, you shold be using a released branch such as krogoth Jun 30 18:24:53 pthomas_: and, to be complete, if you or your employer want commercial support: https://www.yoctoproject.org/ecosystem/showcase?combine=&field_product_yp_compatible_value=yes Jun 30 18:31:05 vmeson, thank you! krogoth is at least building now Jun 30 18:34:20 pthomas_: excellent. what are you building, btw? Jun 30 18:35:46 I'm building for arm9, but I need strongswan Jun 30 18:36:45 It's an old TI part, we might end up using arago Jun 30 18:38:40 I had used emdebian for many years and liked that a lot, but now emdebian is done, and for the old kernel we're using CGROUPS is broken so debian jessie is out of the question Jun 30 18:40:02 because systemd depends on CGROUPS Jun 30 19:03:28 I'm trying to add a user to my build. I made a new recipe and inherited the useradd class, but it doesn't seem to affect the resulting image unless i do it within my 'main' recipe Jun 30 19:16:47 possibly i should have added this recipe to IMAGE_FEATURES instead of IMAGE_INSTALL? Jun 30 19:17:56 no Jun 30 19:44:52 I'm trying to get toaster to start in master, and I've not been able to get it to go.. Jun 30 19:45:00 keeps telling me: ImportError: No module named 'django' Jun 30 19:45:06 Please install with pip install -r /home/mhatle/git/oss/oe-core/bitbake/toaster-requirements.txt Jun 30 19:45:11 which I have done.. and it says there is nothing to install Jun 30 19:45:28 hmm Jun 30 19:45:41 possible that when you run that, you're using host system pip, and toaster's trying to use build system python? Jun 30 19:45:59 no build system pip.. using virtualenv Jun 30 19:46:14 huh. no clue. i know very little about pip. Jun 30 19:46:28 me either.. Jun 30 19:46:32 https://wiki.yoctoproject.org/wiki/Using_virtualenv Jun 30 19:46:36 that is what I'm trying to do Jun 30 19:57:24 are you using toaster with oe-core or poky Jun 30 21:13:38 fray: you also need python3 one I guess Jun 30 21:34:54 so can i send a fixit patch that includes (same release) micro-version upgrade? Jun 30 21:36:06 ruby needs an upgrade 2.2 bump to 2.2.5 and some help building native... Jun 30 21:37:39 *still on krogoth, didn't check ruby version on master yet Jun 30 22:14:06 Hi I am trying to run Docker in Intel Edison, running Yocto linux. I am hitting an issue where the command start fails with the following error: Error response from daemon: Cannot start container db21e4c8fb4ea86d5e08166f29c9521ad9b1f5e28e7035f9a7d80b9d6bdd7b8d: [8] System error: fork/exec /proc/self/exe: invalid argument Jun 30 22:14:49 Can someone please help me understand the reason for this. Docker daemon runs fine, but container start command fails. **** ENDING LOGGING AT Fri Jul 01 02:59:58 2016