**** BEGIN LOGGING AT Wed Dec 13 03:00:02 2017 Dec 13 06:49:39 hi, anyone there? Dec 13 07:14:27 New news from stackoverflow: QXcbIntegration: Cannot create platform OpenGL context Dec 13 08:07:53 hi xtron Dec 13 09:01:42 Hi, is there a simple way to generate a single HTML license document containing all OSS used in an image incl. the OSS name, copyright statement und license text from a yocto build? Dec 13 09:02:25 milindur: not directly included, AFAIK Dec 13 09:02:51 milindur: the pieces are there, you would (only) have to pour everything into the formatting of your choice. Dec 13 09:04:26 LetoThe2nd: okay, so I would have to scan the licenses folder in the build directory for the relevant licenses and put these together? Dec 13 09:06:13 milindur: it depends. Dec 13 09:07:19 milindur: there is also a way to copy all used licenses as a tree to /usr/share/common-licenses of the rootfs, so it would probably be enough to just concatenate/flatten that in some meaningful way Dec 13 09:08:05 LetoThe2nd: Do you know how other people are doing this? Is it possible to build this automatically or should I use a manual approach to explicitly select the relevant packages and licenses? Dec 13 09:08:11 milindur: you can find a lot of inspiration there: http://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#maintaining-open-source-license-compliance-during-your-products-lifecycle Dec 13 09:08:25 milindur: always automate as much as possible. Dec 13 09:08:28 Hi, does someone get an "Incorrect Signature" with OpenSSH since a few days ? Dec 13 09:09:17 @LetoThe2nd: ok, thanks, I will have a look at the link. Dec 13 09:09:52 milindur: actually, better open the link in the webbrowser of your least distrust and read the content it refers to. just looking at the link probably will not provide any enlightenment! :-) Dec 13 09:11:13 LetoThe2nd: Right :-P Dec 13 09:14:53 New news from stackoverflow: How can I use new toaster version in old yocto? Dec 13 09:45:08 nayfe: hi Dec 13 09:47:25 hi all, I built yocto image with SELinux, but I can't login root user on startup error , anybody have idea what can be wrong Dec 13 09:48:46 error Dec 13 10:08:30 I'm trying to build for rocko, and I see that the output is now placed in tmp-glibc. Is this a change from rocko version? Is is controllable through settings? -- I need to change some post build scripts for it. Dec 13 10:10:38 sveinse: IIRC that happens if you build distro-less Dec 13 10:11:01 sveinse: see TMPDIR variable Dec 13 10:15:31 Thanks, perfect Dec 13 13:34:22 I think update-alternatives is broken with bash basically. Anybody familar with that script? Dec 13 13:35:01 On some first boots, alternatives do not get properly set. The postinstall.log says in this cases: Dec 13 13:35:07 update-alternatives: removing /usr/bin/startlxde 15 as no more alternatives exist for it Dec 13 13:35:10 /usr/bin/update-alternatives: line 106: [: /usr/bin/startlxde: binary operator expected Dec 13 13:45:10 is it possible to install packagegroup-core-full-cmdline but removing one package from it with IMAGE_INSTALL_remove? Dec 13 13:45:18 I can't seem to get it to work Dec 13 13:53:19 Volunteer: https://www.openembedded.org/wiki/FOSDEM_2018 Dec 13 14:00:28 Will VAR[vardepsexclude]="X" also exclude X from VAR_a and VAR_b ? Dec 13 14:00:55 Or maybe asking differently I get this error: Package syslog-ng wants to install file [...]/etc/init.d/syslog; But that file is already provided by package * sysklogd Dec 13 14:01:09 anyone got any ideas on how to solve this? Dec 13 14:01:41 BubuIIC: what PACKAGE_CLASSES do you use? Dec 13 14:02:34 iirc, there are different behaviours among rpm, deb and ipk when it comes to handling file clashing Dec 13 14:02:38 package_ipk Dec 13 14:30:50 sagner: all packages, or just lxde? Dec 13 14:43:18 rburton: we only see it with lxde so far. But it might have to do with the fact that x-window-manager has one alternative configured during build time (openbox) and startlxde gets then set at first boot Dec 13 14:44:40 rburton: latest set of paul's devtool patches badly breaks 'devtool upgrade', I'll write a msg to mailing list, but just wanted to urgently ask you to *not* merge them Dec 13 14:44:52 RP: ^^^ Dec 13 14:45:19 on a custom build linux, I'm getting error on login screen, the only available user is "root", I can access the machine through SSH, any body have idea? Dec 13 14:45:24 rburton: pypi merged \o/ thank you Dec 13 14:45:27 rburton: it seems that /usr/lib/opkg/alternatives/x-window-manager gets messed up and the first line for some reason is not the alternative link location but the target binary + priority ("/usr/bin/startlxde 15") Dec 13 14:52:27 kanavin: ok, thanks for the headsup Dec 13 14:54:06 sagner: sounds like a bug in the recipe, not u-a Dec 13 15:02:01 rburton: I'm going to resend my pending patches again, rebased against master (rather than paul's devtool stuff which needs further fixing) Dec 13 15:02:29 ok Dec 13 15:45:49 Hi, Poky Jethro here in use. I like to try out Toaster. However Python module Django is missing on build host. How risky is to add this module to build host? Building distro for Qualcomm mdm9630. How good generally the chance to get Toaster working along with Jethro Poky? Dec 13 15:47:47 rburton: Hm, I come closer. I am on morty here. I noticed that basically all postinst script get executed twice, once through run-postinst and once through "opkg configure" Dec 13 15:48:41 (triggered through opkg-configure.service and run-postinsts.service) Dec 13 16:05:05 As far as I can tell, delayed postinsts when using ipk get executed twice with a vanilla OE image Dec 13 16:07:10 Our 16CPU 128Gb build server does not build as fast as we've hoped and I'm considering building tmp on tmpfs to test. Are there any ready made bbclass for saving the recipe log-dir elsewhere? Alternatively, can I configure where the recipe logs are stored build-wide from local.conf? Dec 13 16:07:56 I found this older elaboration from JaMa: https://lists.yoctoproject.org/pipermail/yocto/2013-August/015508.html Dec 13 16:16:20 New news from stackoverflow: Oracle JDK installation on Yocto build Dec 13 16:31:23 hmm, i've backportet glibc_2.24 to my layer (my meta glibc is 2.22), but it doesn't seem to be used. glibc_2.22 is always used Dec 13 16:31:52 my layer is of a higher priority, and i even added PREFERRED_VERSION_glibc = "2.24" to the recipe that needs it Dec 13 16:33:03 PREFERRED_VERSION is a global configuration option Dec 13 16:33:07 putting it in a recipe will do nothing at all Dec 13 16:33:59 oh okay Dec 13 16:34:13 can i tell a recipe to require at least a specific version of a package? Dec 13 16:34:34 because right now swupdate fails in the compile step because it expects glibc to be version 2.24, which is a bit... suboptimal Dec 13 16:35:48 rburton: the mesa bump is still not merged nor I did receive a feedback, is there any issue? Dec 13 16:35:59 and also, why is my bitbake not selecting the newest version of glibc? Dec 13 16:39:22 peacememories: because there's a preferred version in the core metadata that is picking 2.22 Dec 13 16:39:32 oh Dec 13 16:39:40 well that's no fun^^ Dec 13 16:39:49 otavio: its in mut. you have have noticed the merging recently has been slow due to ab issues Dec 13 16:39:52 i had a feeling backporting glibc would not be ideal^^ Dec 13 16:39:53 peacememories: just override it in your local.conf Dec 13 16:40:06 or distro or whatever Dec 13 16:41:23 guess it's time to create a distro Dec 13 16:46:37 otavio: good news is I just figured out one of the remaining painful issues Dec 13 16:50:21 is it correct to add RPROVIDES_${PN} += "libBLAH.so.0" in recipe when libBLAH.so.0 is a compatibility symlink that is different from SONAME and shlibs code doesn't handle it automatically? Dec 13 16:55:33 hmm, is ipv6 enabled as a feature by default? Dec 13 16:57:17 peacememories: http://cgit.openembedded.org/openembedded-core/tree/meta/conf/distro/include/default-distrovars.inc#n13 Dec 13 17:05:12 hi all, I'm in the process of upgrade from morty to rocko. The only issue I'm having is with u-boot, I'm trying to compile v2017.09 which complains about me not having "swig" and "libpython-dev" installed on my host. I've tried adding swig-native to my DEPENDS for my u-boot.bb, but no dice. Can anyone offer an advice? Dec 13 17:06:55 can you install swig on the build host? Dec 13 17:09:12 jonathan___: this is why we recommend people use our u-boot recipe... Dec 13 17:09:16 Swig is installed on the build host as is libpython-dev Dec 13 17:09:33 yeah rocko can't see most stuff on the build host to isolate it Dec 13 17:09:55 so swig-native in depends is right, but if that doesn't work then you get to debug the uboot make/configure stuff Dec 13 17:10:12 or, bbappend/customise the uboot recipe in rocko, which works Dec 13 17:11:26 swig-native is in my depends, but no luck. Dec 13 17:11:40 yeah you'll need to debug uboot Dec 13 17:11:50 rburton I'll give that a try and hopefully I have better luck. Thanks for your help. Dec 13 18:16:23 i baked an image with python but it is missing unittest package? i thought it was part of python layer, i don't see it in layer index in https://layers.openembedded.org/layerindex/branch/master/layer/meta-python/ Dec 13 18:21:08 @jon Dec 13 18:21:18 that issue jonathan__ was seeing has happened before Dec 13 18:21:28 i think is submitted a fix for it, but RSS should also fix it Dec 13 20:22:24 Hey all, I'm trying to determine what version/revision of QT5 I will get if I use meta-qt5's pyro or morty releases. Can someone point me in the right direction? Dec 13 20:24:59 majuk: the layer index should let you switch branches.. Dec 13 20:26:17 I don't know what that means. I don't want to mess with my existing environment as I might make changes I don't know how to undo. Dec 13 20:27:10 the layer index is a site that indexes recipes and other metadata from the layers that exist, you can browse and search recipes, machines, etc Dec 13 20:27:17 including all the qt5 recipes Dec 13 20:27:22 Ah! Gotcha now. Dec 13 20:27:25 Thanks. Dec 13 20:27:42 https://layers.openembedded.org/layerindex/branch/pyro/layers/ Dec 13 21:17:25 New news from stackoverflow: Adding php-curl in a Yocto build Dec 13 22:00:58 does anyone have a good idea on how to sed load_addr = <> in kernel_fitimage.bbclass ? Dec 13 22:01:02 set* Dec 13 22:01:07 derp my typing is awesome Dec 13 22:03:46 fischerm: UBOOT_LOADADDRESS? Dec 13 22:04:58 denix: that's for kernel@ entries only Dec 13 22:05:01 denix: right? Dec 13 22:05:39 fischerm: yep, what do you need? Dec 13 22:06:43 for fdt@ entries Dec 13 22:06:47 trying to get overlays to work Dec 13 22:07:47 obviously could do something like UBOOT_FDT_LOADADDRESS and increment that in every round of the loop Dec 13 22:08:02 was just wondering if someone has an idea on 'the right way' Dec 13 22:25:53 Hey all. I am building a new recipe for a Qt5 program. I'm pretty close, but my new package requires webengine. I successfully built webengine, but its primary path [include/qt5/QtWebEngine] is not being included on the compiler invocation. https://pastebin.com/0KJfPK3S <--compile failure log Dec 13 22:28:32 recipe: https://pastebin.com/DRxwin6p Dec 13 22:30:38 not being included on the compiler invocation *for the new package Dec 13 22:31:01 Any questions or comments appreciated. Dec 13 22:52:24 Or, if you're of the opinion I am looking in the wrong place, I wouldn't mind that either. **** ENDING LOGGING AT Thu Dec 14 03:00:00 2017