**** BEGIN LOGGING AT Fri Aug 10 03:00:01 2018 Aug 10 06:28:56 hi guys Aug 10 06:29:22 is there a command to see what packages does a specific recipe build? Aug 10 06:35:31 Alex___: indeed there is Aug 10 06:37:17 Alex___: https://wiki.yoctoproject.org/wiki/Technical_FAQ#How_do_I_find_out_what_packages_are_produced_by_a_recipe.3F Aug 10 06:38:05 thank you bluelightning Aug 10 08:44:38 there isn't by chance someone from phytec here? ;) Aug 10 09:29:04 New news from stackoverflow: YOCTO - First build for BBB Aug 10 09:58:40 bluelightning: we have an interesting annoying bug. If you INHERIT += "ccache" then bitbake libtool-cross, then remove the inherit, then build apmd or vte on a machine which doesn't have ccache, it breaks :/ Aug 10 09:59:06 ccache gets coded into the libtool-cross script Aug 10 09:59:14 hmm, yuck :( Aug 10 09:59:23 I would have thought fairly easy to fix though ? Aug 10 09:59:33 bluelightning: what is the right fix? Aug 10 09:59:59 replace references to ccache with some variable that's only set when ccache is installed ? Aug 10 10:00:39 bluelightning: in libtool? Aug 10 10:01:04 RP: yes, I was thinking we'd hack the script Aug 10 10:01:16 ugly, but it should work provided such a variable exists (or could be added) Aug 10 10:02:10 bluelightning: in principle I guess. But its libtool :/ Aug 10 10:03:36 So little uses the cross script perhaps we just remove the ccache references Aug 10 10:04:03 I think I prefer that Aug 10 13:24:10 RP, bluelightning: Do you think Icecream would have the same problem as ccache? Aug 10 13:24:52 JPEW: build libtool-cross with it enabled and see if the CC= lines reference it? Aug 10 13:27:55 Doens't look like it, which make sense in retrospect. Icecream masquerateds as gcc instead of being a prefix like ccache Aug 10 13:28:15 And I can't spell Aug 10 13:30:24 JPEW: right, if it masquerades it should be ok Aug 10 13:30:50 * RP wishes he could replicate https://autobuilder.yocto.io/builders/nightly-ppc/builds/1208/steps/Running%20SDK%20Sanity%20Tests/logs/stdio Aug 10 13:31:08 happens on all arches and all host distros in the sdk, occasionally Aug 10 13:31:18 I think its a loaded system race issue Aug 10 13:31:36 usually the python test, probably because its one of the fastest Aug 10 14:59:13 i'm trying to swithch from sysvinit to systemd. i put DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" in my local.conf but i'm getting "Nothing PROVIDES 'sysvinit' Aug 10 15:00:36 is that subsystem called by some other package name? Aug 10 15:15:43 hi, my image recipe fails as the wic part tries to add a ext3 image an image but the ext3 image is not built yet? tried reorder in the IMAGE_FSTYPES so ext3 is before wic but that didnt work Aug 10 17:46:01 Has anyone had luck using "extrausers" in rocko to set a root password from a CentOS 7 host OS? I have a recipe included in my image that inherits from that class and sets EXTRA_USERS_PARAMS to "usermod -p $(openssl passwd root) root" but I cannot log into the account. Aug 10 17:54:20 Never mind... I think I just skimmed pass the "image level" in the docs. Aug 10 18:33:29 does core-image-minimal include a newtrork stack Aug 10 18:33:35 network Aug 10 18:33:44 ? Aug 10 18:36:25 namely i'm wondering if there is a wifi kernel module it's leaving out Aug 10 18:36:51 the problem is that when i boot the initramfs, i get no network Aug 10 18:40:11 i think there are some kernel modules not being provided in the initramfs: brcmfmac, nfnat, nf_conntrack, etc. ? Aug 10 18:42:33 like here: https://knowledge.windriver.com/en-us/000_Products/000/010/040/030/000_Wind_River_Linux_Platform_Developer_Image_Deployment_Tutorials%2C_8.0/000/000/020 Aug 10 18:42:36 ? Aug 10 18:46:21 sounds like you need to add more kernel-module- packages to the intiramfs image, or kernel-modules Aug 10 18:49:01 like this: IMAGE_INSTALL_INITRAMFS_append = "kernel-module-moduleName1" ? **** ENDING LOGGING AT Sat Aug 11 03:00:00 2018