**** BEGIN LOGGING AT Fri Feb 20 02:59:59 2015 Feb 20 07:49:13 I'm gonna clean up the gnome-sdk yocto stuff to be a pure layer Feb 20 07:49:38 What is the recommended way to set up a git repo that contains a layer + the upstream yocto Feb 20 07:49:51 Can i use a git submodule? Feb 20 07:50:13 Seems tricky as the top yocto dir has several subdirs Feb 20 07:50:40 Is there some example somewhere of this kind of setup that i can steal? Feb 20 07:59:11 good morning Feb 20 09:17:25 Would something like: EXTRA_OECONF_glibc += "bash_cv_getcwd_malloc=yes " Feb 20 09:17:30 work in the distro config? Feb 20 09:20:38 Or i guess i should put that in a .bbappend for glibc Feb 20 09:27:03 is there any way to re-use a yocto sdk with yocto? so that yocto does not build a toolchain but uses a earlier build yocto sdk? Feb 20 09:28:26 lets say i get a yocto sdk from a vendor and i want to build additional software using yocto? Feb 20 09:29:13 best way is to get the meta layers from that vendor, but if this is not possible and i only have the sdk? Feb 20 09:32:56 hello Feb 20 09:33:10 what are the differences between metadata and layers ? Feb 20 09:36:17 hi, layers do contain metadata (recipes) Feb 20 09:40:05 ericbutters: using an SDK built with our system as the build system toolchain isn't a supported configuration, no Feb 20 10:06:50 bluelightning: what is the difference between the yocto sdk and a "pure" toolchain? is there a way to extract a "pure" toolchain from the yocto sdk? Feb 20 10:09:19 I might be imagining things but I somehow recall we had this discussion before... Feb 20 10:12:56 bluelightning: yes, you remeber right.. sry, but it would help me a lot ;) and as there is anything we need in place with the yocto sdk there must be a way to get/extract a toolchain we can re-use with yocto? Feb 20 10:13:32 we simply don't support doing this, I'm afraid Feb 20 10:13:36 ok Feb 20 10:13:43 somewhere there is a succinct explanation of why but I can't find it at the moment Feb 20 10:14:21 np, if you find it just ping we.. would be great to get more detail on that Feb 20 10:43:23 ericbutters: the issue is that with the standalone toolchain whilst you get a compiler and a libc, its all flattened out. People think it would be quick just to use it however what they don't consider is that you have to extract the components like "libgcc", "libc", the libc locales and turn them into packages. That process is convoluted and depends a lot on how the originals were built. We did once have a recipe to try and do this but its simpler jus Feb 20 10:44:10 ericbutters: I know Mentor do have recipes which try and do this for their codesourcey toolchain. You'll see the maze of conditionals in there shows how "complex" such a simple sounding problems becomes Feb 20 10:45:10 ericbutters: as an example, if you want an on target gcc, it really needs to match the libgcc pretty closely. If you take the libgcc from the external toolchain, how do you ensure an exact match? Feb 20 11:03:28 RP: thanks for your comment. Were can I find the recipe you mentioned? Just to have an idea what you tried. Feb 20 11:07:38 ericbutters: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=dc2192cabc007241dd805503a1015529b5e33c07 was the one we removed. Also look at http://git.yoctoproject.org/cgit.cgi/poky/log/?qt=grep&q=external-csl Feb 20 11:07:48 ericbutters: external-csl is now in another layer iirc Feb 20 11:08:49 ericbutters: that remove in the first commit simply won't work though, its not complicated enough by far (which is why it was removed) Feb 20 12:42:25 hi everyone Feb 20 13:08:56 in which situations have we to patch the sources ? Feb 20 14:20:23 good morning Feb 20 14:32:44 moo Feb 20 14:33:27 One of my recipe doesn't build because the CC is set to "CC=/bin/arm-linux-gnueabihf-gcc \" I'm trying to figure out how to set CC properly from the recipe, any idea ? Feb 20 14:33:29 thank you Feb 20 14:33:42 the path for the compiler is wrong Feb 20 14:34:30 I'd like something like : CC=/path/linaro/bin/arm... Feb 20 15:39:33 does paul barker use irc? Feb 20 16:37:29 I'm facing an X11 dependency error when building core-image-lsb-sdk. Does core-image-lsb-sdk be a "Basic image without X support" image? I'm confused Feb 20 16:38:50 the package bringing the dependency is libxt and i don't have x11 on DISTRO_FEATURES Feb 20 16:41:29 angolini: can you run bitbake -g ? Feb 20 16:42:43 ok Feb 20 16:46:20 for bitbake -g libxt i got ERROR: libxt was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) Feb 20 16:46:24 nothing provides..... Feb 20 16:46:58 maybe I should keep x11 on distro features for core-image-lsb-sdk Feb 20 16:51:22 rburton: ping Feb 20 16:52:03 ulf`: you're going to start talking about clang aren't you Feb 20 16:52:08 ulf`: been a bit busy today :/ Feb 20 16:52:11 rburton: hehe Feb 20 16:52:28 rburton: this is not urgent Feb 20 17:09:49 oww just figured out there is a poky-lsb distro! i think it should work Feb 20 17:21:32 RP: ping Feb 20 17:21:53 kergoth: pong Feb 20 17:23:02 RP: i'm hitting a case where setscenes are run, not failed, but then the real tasks get run anyway. i can't recall what could cause that, unless the sstate reuse was partial, but it doesn't appear to be Feb 20 17:23:06 * kergoth thinks Feb 20 17:23:48 kergoth: Paul reported that too and I think there may be an open bug. I could use a reproducible test case to better understand it though Feb 20 17:24:16 kergoth: last time we discussed this, it was pseudo-native issues and being unable to extract some sstate due to lack of pseudo Feb 20 17:24:35 kergoth: which may or may not be the case here I appreciate Feb 20 17:31:17 yeah, I've seen it fairly often, but the trouble is it depends on the state of the system before the build which of course the build blows away Feb 20 17:35:40 Hmm, indeed. Okay, I'll try to come up with a test case. We seem to be hitting this behavior quite regularly Feb 20 17:47:59 i am trying to upgrade webkit-gtk to v 2.4.1 Feb 20 17:48:15 but i am facing issues while compiling Feb 20 17:48:24 has anyone tried it? Feb 20 17:50:06 latest bb recipe i found was for 1.8.3 Feb 20 17:53:16 anyone here actually using systemd user sessions? Feb 20 18:21:44 rburton: tizen common is Feb 20 19:07:56 RP: around ? Feb 20 19:08:46 RP:why is binutils 2.25 upgrade withheld Feb 20 19:40:00 khem`: ping ;) Feb 20 19:50:46 someone checked some stuff in recently that killed /bin/sh out of existence on my non-busybox build. :-/ Feb 20 19:50:53 kind of renders the system useless. Feb 20 19:50:59 * paulg investigates. Feb 20 20:08:00 Any objection to adding PACKAGECONFIG_BACKFILL? I think there'd be value to be able to add new defautl packageconfigs to a recipe without breaking any distros that might be setting packageconfig rather than appending/removing to/from it Feb 20 20:08:04 hmm Feb 20 20:08:26 otavio: why does meta-fsl have a pulseaudio bbappend? seems to set a configure cache (can that go upstream?) and set packagearch Feb 20 20:08:40 otavio: context is master-next has PA6, so the append fails Feb 20 20:13:58 rburton: fsl-arm master-next also has the fixed bbappend :) Feb 20 20:14:15 cool Feb 20 20:14:44 rburton: and I want to double check if it is still need but I am not good on this so I need to ask FSL internals about it Feb 20 20:22:50 rburton: I pushed the bbappend rename. Feb 20 20:23:44 otavio: much appreciated, wanted to try for a green mut today and it refusing to start due to this in fsl and meta-intel needing bbappend updates isn't a good start! Feb 20 20:27:07 I'm trying to see where TCMODE and EXTERNAL_TOOLCHAIN are documented in yocto, but I can't find, any idea ? thank ! Feb 20 21:02:18 ulf`: hello Feb 20 21:03:28 acidfu: go to http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html and search for it Feb 20 21:03:48 khem`: hi :) Feb 20 21:04:02 Did you go anywhere is meta-clang Feb 20 21:04:14 khem`: I sent you an email last week regarding an issue building clang from the meta-clang layer Feb 20 21:04:19 I havent had much time for it Feb 20 21:04:20 khem`: no Feb 20 21:04:26 ok. Feb 20 21:04:26 khem`: I was looking for your help Feb 20 21:04:38 I am in process to upgrade it to 3.6 Feb 20 21:04:47 great! Feb 20 21:05:21 khem`: how is the support for meta-clang going? Feb 20 21:07:28 Its not much there yet Feb 20 21:08:02 I need to first make space for 2 cross compilers Feb 20 21:08:06 into OE Feb 20 21:08:20 such that we can then select which one to use for a given packag Feb 20 21:08:58 at the same time build 2 cross toolchains in same infra and let them coexist Feb 20 21:17:53 khem`, thx! Feb 20 21:42:43 khem`: but how about to build everything with clang? Feb 20 21:42:55 is this already an option? Feb 20 21:43:11 otavio: thats my goal :) but its a long pull Feb 20 21:43:28 khem`: no; I mean to use clang only Feb 20 21:43:39 many component are too gnuismic Feb 20 21:43:43 ah ok Feb 20 21:43:46 so not yet working Feb 20 21:43:56 it is 75% there Feb 20 21:44:00 :D Feb 20 21:44:04 but things are like glibc Feb 20 21:44:07 dont yet work Feb 20 21:44:11 kernel Feb 20 21:44:16 not on all arches Feb 20 21:44:18 etc. Feb 20 22:18:02 fyi live now Feb 20 22:18:03 https://www.youtube.com/watch?v=rzKI0ASB_Js&feature=youtu.be Feb 20 22:20:09 khem: I didn't take binutils since there were uboot issues with it Feb 20 22:20:14 Earlier there was an Intel guy explaining Yocto Linux Feb 20 22:20:23 khem: I was kind of waiting for someone to tell me they were resolved Feb 20 22:20:48 RP, check out the video Feb 20 22:21:08 shit people have never heard of YP at scale Feb 20 22:21:46 hmm, koen is going to blow a fuse Feb 20 22:23:44 Crofton: that is scary Feb 20 22:24:10 I am pretty rofl Feb 20 22:24:30 still he hasn't said Yocto Linux Feb 20 22:25:01 I need to ping jefro Feb 20 22:30:22 +1 for using OE logo Feb 20 22:33:46 Crofton: he did talk about meta-poky and several other things which don't exist Feb 20 22:36:18 meta-poky is much clearer though :) Feb 20 22:36:46 Steve was at OEDAM last year Feb 20 22:36:56 balder guy with beard :) Feb 20 22:37:19 He is in here a lot :) Feb 20 22:37:28 https://www.youtube.com/watch?v=rzKI0ASB_Js&feature=youtu.be Feb 20 22:37:30 blitz00, Feb 20 22:37:32 urg Feb 20 22:37:36 bluelightning, Feb 20 22:37:54 hi... what's up? Feb 20 22:38:01 watch the video Feb 20 22:38:08 YP/OE talk from scale Feb 20 22:38:33 ah ok... I'll check it out, thx Feb 20 22:38:40 it is live Feb 20 22:38:50 I suspect it will be available later Feb 20 22:38:58 there was an Edison one earlier Feb 20 22:58:27 Crofton: can we video koen's reaction to the terminology slides? Feb 20 23:32:26 Crofton: intel guy earlier was probably john hawley, talking about minnow/yocto/shiny demos? Feb 20 23:33:21 yeah, but then there was an Edison talk Feb 20 23:33:35 using one of my personal favs "Yocto Linux" :) Feb 20 23:33:39 ah Feb 20 23:34:21 ffs Feb 20 23:34:27 :) Feb 20 23:34:47 i wonder who that was, gentle prodding required Feb 20 23:34:50 how many ways can you combine bitbake, Yocto, OpenEmbedded, Project, Poky .... Feb 20 23:34:52 but anyway time for sleep Feb 20 23:34:55 gn Feb 20 23:35:10 I need to write an expect script to power cycle a box **** ENDING LOGGING AT Sat Feb 21 02:59:59 2015