**** BEGIN LOGGING AT Wed Mar 07 03:00:01 2018 Mar 07 05:15:25 armpit, i had to reboot jenkins..it went sideways. Mar 07 05:15:44 so if you had any builds you might want to clean and restart. Mar 07 12:16:55 I am trying to change the group for a specific file in "do_install_append". Failed with "chgrp: invalid group: ‘www-data’". But this group is already exist in the system. Should I need to add DEPENDS to some package to make it visible? Mar 07 13:28:42 pn: a group on your build machine is irrelevent. you need to use the useradd bbclass to muck with users/groups/permissions Mar 07 13:42:00 kergoth: Ok. but when I inherit useradd, it fails with missing "USERADD_PACKAGE" and "USERADD_PARAM" in recipe. I don't want to add new user or group here. Mar 07 15:25:48 is there a mechanism for a layer to be excluded by a distro check? Mar 07 15:30:46 not directly.. but indirectly you can play some games to try to exclude a layer Mar 07 15:31:09 what wwe've done though is simply check if a layers been included in a sanity check and error'd out with a message Mar 07 15:31:51 seemed to be a better solution to tell the user this isn't good and why... that way a layer didn't magically 'disappear' on them Mar 07 15:32:01 fray, like meta-virt Mar 07 15:32:38 meta-virt for the YP compliance isn't enabled by default and has to be enabled via a distro flag (if I remember right).. slightly different.. Mar 07 15:33:02 I am looking at meta-gnome Mar 07 15:35:30 fray, correct. I added that bit to meta-gnome to give a warning regarding x11 not being enabled Mar 07 15:36:51 ya.. the 'right' way is probably to add an x11 check in each of the bbappends and just don't apply the change if x11 isn't on.. Mar 07 15:37:13 that is the next step.. Mar 07 15:37:14 the easier way MIGHT be to screw with the conf/layer.conf and adjust the BBFILES Mar 07 15:37:27 I seem to remember though that might not work due to the ordering of config files.. Mar 07 15:38:14 check out meta-selinux for how we handled it there.. Mar 07 15:38:50 http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/commit/?id=4fefe83c3203c11fadbe43637a3058284b60427b Mar 07 15:38:56 see the 'dhcp' change for instance.. Mar 07 15:39:09 not proud of the way this works, but it does work and meets ther equirements Mar 07 15:40:00 yeah, i used that one. it should be in that series i sent last night Mar 07 15:40:17 ahh cool.. that seemed to be the least bad way to do this... Mar 07 15:40:37 it would be nice if there was a more simply way to say 'this bbappend only applied in these conditions'... (which is effectively what that patch does) Mar 07 15:40:45 meta-oe almost passes the yp compat script Mar 07 15:42:26 meta-gnome fails on no x11 **** ENDING LOGGING AT Thu Mar 08 03:00:02 2018