**** BEGIN LOGGING AT Wed Feb 01 03:00:02 2017 Feb 01 10:20:31 Is there usually a file on target where I can see my current kernel config? Feb 01 10:24:21 Nevermind. Found /proc/config.gz Feb 01 10:55:16 hello, what does it actually mean when a recipe version has +gitX attached to it in the OE index? Does it mean that the latest commit from appropriate branch is taken to build the target? Feb 01 10:58:19 for example, if I have 5.6.2+gitX version for Qt base recipe, I can build with latest commit from the Qt 5.6 branch, but that does not allow me to jump to 5.7, since that is on a separate branch and basically requires me to use a newer Yocto release? Do I understand this correctly? Feb 01 13:57:03 Do we have sanity checking on packages listsed as ASSUME_PROVIDED? Feb 01 13:57:55 as in I found the rpm-native configure step forks bombs the build machine if which isn't installed Feb 01 13:58:21 clearly, this is not a huge problem, unless you used the default docker image for Fedora 23 Feb 01 13:58:25 which lacks which Feb 01 15:13:13 Crofton: sounds like you should add which to the list of tools in sanity.bbclass. Feb 01 15:21:29 yeah, definitely a corner case :) Feb 01 15:21:39 but need to capture this information Feb 01 15:57:44 kergoth, so adding which to SANITY_REQUIRED_UTILITIES would be the right thing? Feb 01 15:58:28 that would be my expectation, yeah, it's probably pretty core, it's either that or add DEPENDS all over the freaking place on the native Feb 01 15:58:29 * kergoth shrugs Feb 01 15:59:16 yeah, pretty sure this is a real corner case as no one ever ran into it Feb 01 15:59:39 machines without which are probably few and far between, even most embedded systems enable it in busybox :) Feb 01 15:59:43 It test detection for missing which on my docker thing and send a patch if it works like I expect Feb 01 15:59:48 right Feb 01 16:00:01 but, if it is, pinful to dbug Feb 01 16:00:08 indeed Feb 01 16:00:35 * kergoth didn't realize it wasn't posix/sus. looks like it's not mandated by any standard Feb 01 16:00:36 it fork bombs dur rpm-ntive/configure :) Feb 01 16:01:10 yeah, we have a recipe and could add -native and depends, but given rarity, just check Feb 01 16:01:53 ah, right, 'type' is mandated by the standard, but its output is in an unspecified format **** ENDING LOGGING AT Thu Feb 02 03:00:01 2017