**** BEGIN LOGGING AT Fri Jun 15 03:00:11 2018 Jun 15 05:19:41 Is there any difference between setting SSTATE_DIR and SSTATE_MIRRORS to the same local path? (SSTATE_DIR = "/tmp/yocto", SSTATE_MIRRORS = "file://.* file:///tmp/yocto/PATH") Jun 15 05:20:05 Will there be any difference in this, like the fetch speed? Jun 15 06:17:00 vishnu_nk: first do no crosspost everywhere if you don't get an answer within 5 minutes. Jun 15 06:18:03 vishnu_nk: and pointing both to the same directory is kinda pointless. SSTATE_DIR means that this is the directory to use if nothing is found in SSTATE_MIRRORS. thats why SSTATE_DIR requires write permissions, SSTATE_MIRRORS only needs read permissions. Jun 15 06:33:24 anyone can tell what "sysroot" in yocto is? Jun 15 06:34:00 where do i get clear explanation about sysroot?(any link please) Jun 15 06:34:37 pk: it is not yocto specific, but a term from gcc: https://www.quora.com/What-is-a-sysroot Jun 15 06:45:58 Hey guys. Have anybody managed to run SDK compiled under poky under Linux Subsystem for Windows 10? Jun 15 07:19:59 good morning Jun 15 07:21:39 i have one strange problem: for a certain (local) recipe, sumo fails do_configure() complaining that 'Unix Makefiles' binary is not found Jun 15 07:21:58 i've added 'make' into DEPENDS list but it did not help Jun 15 07:22:28 i've also tried changing the line in cmake.class Jun 15 07:22:46 anybody else has seen such a problem? Jun 15 07:37:15 cornel: nothing too specific i can help with right now, but it might be related to cmake using ninja as standard generator in sumo, IIRC Jun 15 07:44:51 LetoThe2nd: that's what i've thought, but replacing Ninja with Unix Makefiles in cmake.bbclass did not help Jun 15 07:45:22 i'm tempted to thing that somehow cmake 3.10 unlike 3.3 has some default for Unix Makefiles for cmake-native Jun 15 07:45:39 or maybe a combination of these :) Jun 15 07:45:54 cornel: sorry, i do not have in-depth knowledge here. Jun 15 07:46:17 LetoThe2nd: thank you very much Jun 15 07:46:42 i'll keep digging Jun 15 07:46:50 yeah, good luck Jun 15 08:46:14 any idea why MACHINE_EXTRA_RDEPENDS += "kernel-image" results in "kernel-image-$VERSION-yocto-standard" being added to packagegroup-machine-base, and not just "kernel-image" ? What's causing this expansion ? Jun 15 08:50:02 that happens in sumo, but did not in morty Jun 15 09:49:07 anyone know what kind of files stored in sysroot folder in yocto? like -srcfiles., etc Jun 15 10:29:29 pk: the headers and libraries to build and link against, or native tools in the native sysroot Jun 15 10:36:42 hello, has anyone successfully used the bluez-qt recipe from meta-qt5-extra? I believe it produces a dev package that is inappropriate for integration with qmake projects, i.e. header inclusion does not work when adding the module to a project Jun 15 11:14:44 kir: No, or well, i found a thread about it and there is an experimental build of WSL but you need to be part of the windows insider program to test it. The root problem is in WSL. Hopefully the fix will be in the next monthly windows update Jun 15 11:16:32 kir: here is the bug report, https://github.com/Microsoft/WSL/issues/3154 Jun 15 11:39:05 hattzy, thanks, dude, that really helps! Jun 15 11:47:44 New news from stackoverflow: why connman ipv4 settings are having dhcp by default Jun 15 11:57:45 why do we need to copy files into sysroot folder in yocto/ Jun 15 11:58:48 armpit: That rm_work patch in sumo-next has known issues :( Jun 15 13:14:50 kanavin_home: so those hashes in gitlab tarballs are in fact random, which is fun Jun 15 13:15:31 kanavin_home: any thoughts on extending the fetcher's find-versions logic to return the URLs, so as it scrapes the page it can return the correct links instead of just versions Jun 15 13:15:43 as more projects move to gitlab we're going to hit this Jun 15 13:15:50 and eg iso-codes is a 3M tarball but 170M git repo Jun 15 13:17:20 rburton: it's not just the find-versions logic that needs to return not just the version, but the full URI. also 'devtool upgrade' needs to be able to rewrite the URI using that information, instead of renaming the recipe. Jun 15 13:17:30 doable, but not trivial Jun 15 13:20:04 rburton: the first part is perhaps easier, as the find versions logic iterates over links on a webpage, and matches them against the regex - it could simply be extended to return the link, which I don't think it does now... not sure. it's buried somewhere in meta/lib/oe/ Jun 15 13:20:28 yes, it should be able to construct the absolute URL from the page Jun 15 13:20:54 and obviously sf sites are down too now, so eg libpng fails checkpkg Jun 15 13:21:12 and shadow moved from alioth to github but doesn't have uploaded tarballs for the release we ship Jun 15 13:21:27 sourceforge seems to be down at least once a month, I've gotten used to it :) Jun 15 13:23:05 the sooner they pull the plug on it, the better really, although it'll be pain for us Jun 15 13:23:59 but they've had a massive resurgence of github leavers right Jun 15 13:24:02 (lols) Jun 15 13:25:11 huh, that's clever. the shadow release was never actually in debian Jun 15 15:18:30 New news from stackoverflow: Yocto: BUILD_LDFLAGS set to build system libraries, not target Jun 15 15:25:07 <3 https://github.com/rustyrussell/stats#readme Jun 15 15:41:36 Hi at all, I have question about ramdisk image build.... Jun 15 15:44:10 ... I create an my s.o. yocto image that depends to boot from a ramdisk to boot. Is possible to automticaly generate the ramdisk image when build my s.o. image? Jun 15 15:45:18 * armpit looks Jun 15 15:48:16 RP so did you drop it Jun 15 15:49:20 * armpit yep looks like Jun 15 16:33:03 armpit: in the bind upgrade, does it make sense to shunt the python bits into a separate package? Jun 15 16:34:41 rburton, hmm, yeah.. I suppose so. did you wan v+ or addition patch to add the split ? Jun 15 16:35:14 patch refresh, we can pull ply into core and tbh i can't seem to make it even build the py bits :) Jun 15 16:36:23 rburton, is there a log I can look at for the failures Jun 15 16:37:29 also mdig isn't in the same package as dig Jun 15 16:42:50 * armpit will have to find patch to what's what Jun 15 16:50:47 armpit: yes, I did Jun 15 16:50:57 armpit: sumo-next and rocko-next good to go? Jun 15 16:51:34 yes Jun 15 16:52:09 I suspect both will need the uninative update? Jun 15 16:53:16 armpit: We usually keep them up to date but probably not urgent Jun 15 23:29:01 hi, Any edison gurus around ? I have a non yocto related question Jun 15 23:29:14 I fear mine is bricked.. Jun 16 01:02:36 RzR: https://communities.intel.com/thread/55187 Jun 16 01:08:39 yea I saw this thread , but I am afraid I am in more serious situation Jun 16 01:08:39 https://communities.intel.com/message/550099#550099 Jun 16 01:09:25 dmesg sees it as Jun 16 01:09:27 [57940.127046] usb 1-1.5: Product: MERRIFIELD Jun 16 01:09:27 [57940.127049] usb 1-1.5: Manufacturer: INTEL Jun 16 01:09:39 and it's super hot Jun 16 01:11:17 I wonder if you have flash issues Jun 16 01:11:36 may be let it cool down in a cold area and retry Jun 16 01:11:57 you can also try a different usb cable and port Jun 16 01:18:40 06/16/18 03:17:06.337 DEBUG : [Port 1/5] XFSTK-LOG--usb_bulk_read() fails Jun 16 01:18:58 yea I tried different cables Jun 16 01:20:05 is there a way to know if it is briked ? Jun 16 01:20:32 I am not sure **** ENDING LOGGING AT Sat Jun 16 03:00:04 2018