**** BEGIN LOGGING AT Sat Jan 05 02:59:56 2019 Jan 05 03:50:14 New news from stackoverflow: Failed when build qtwayland in Yocto **** BEGIN LOGGING AT Sat Jan 05 06:02:10 2019 Jan 05 09:03:19 Is "http://sstate.yoctoproject.org/dev/" to be used with oe-core master ? Jan 05 09:03:57 'Cause I get no sstate cache hits it seems Jan 05 10:21:22 New news from stackoverflow: Failed to build yocto on ubuntu 18.04 Jan 05 14:33:47 * kroon thinks it would be nice to have checksums of binaries in buildhistory when using reproducible_build.bbclass Jan 05 16:04:55 kroon: that is an interesting idea Jan 05 16:20:46 RP, I think it would make sense.. I'm a little surprised, is there an easier way of detecting indeterminism in the builds that I'm missing ? Jan 05 16:27:35 s/indeterminism/binary changes Jan 05 17:16:25 kroon: sadly the development of the reproducible stalled a lot when resources were pulled out the project :( Jan 05 17:16:45 kroon: we will move it forward but there are other priorities first (QA testing is the big one) Jan 05 17:22:40 New news from stackoverflow: Flashing Beaglebone with a custom image problem Jan 05 17:28:30 RP, ok Jan 05 17:32:26 I'll see if I can do something to send in as an RFC at least Jan 05 17:32:39 * kroon heads out Jan 05 19:41:40 a go project i'd like to build in yocto depends on github.com/astaxie/beego, how do i set this as dependency? Jan 05 20:46:59 RP: runit needs http://lists.openembedded.org/pipermail/openembedded-core/2019-January/277509.html Jan 05 20:47:18 RP: its not in master-next yet Jan 05 20:47:55 would be great to see what you think about it Jan 05 22:19:40 meta/classes/go.bbclass is from *hell* :-( Jan 05 23:49:55 derRichard: yeah it's not the easiest when you have external dependencies Jan 05 23:50:32 I think there is go dep support somewhere, but I've found a workaround where the number of dependencies are very few Jan 05 23:53:48 New news from stackoverflow: Task 415 (virtual:native:/home/user/Yocto/Poky/poky/meta/recipes-devtools/automake/automake_1.15.bb, do_compile) failed with exit code '1' Jan 05 23:58:21 derRichard: Say I have a package called helloworld at github.com/robbawebba/helloworld, and it depends on github.com/jeffail/gabs, Our goal is to make sure both of these packages are accessible from the GOPATH. This would normally be done with the go get command, but we're using bitbake to fetch the resources, so we need to use SRC_URI for all required packages instead: Jan 05 23:58:50 PKG_gabs="github.com/Jeffail/gabs" Jan 05 23:58:52 PKG_hello="github.com/robbawebba/helloworld" Jan 05 23:58:54 SRC_URI = "\ Jan 05 23:58:56 git://${PKG_gabs}.git;protocol=git;name=gabs;destsuffix=git/src/${PKG_gabs} \ Jan 05 23:58:58 git://${PKG_hello}.git;protocol=git;name=hello;destsuffix=git/src/${PKG_hello} \ Jan 05 23:59:00 " Jan 05 23:59:02 SRCREV_gabs = "7a0fed31069aba77993a518cc2f37b28ee7aa883" Jan 05 23:59:04 SRCREV_hello = "1150008e9f27c484b9ff7fd1ff0d41cab1adfecb" Jan 05 23:59:06 inherit go Jan 05 23:59:08 S = "${WORKDIR}/git" Jan 05 23:59:10 GO_IMPORT = "${PKG_hello}" Jan 05 23:59:12 GO_LINKSHARED = "" Jan 05 23:59:33 robbawebba: don't paste directly, use a pastebin service Jan 05 23:59:43 neverpanic: ahh sorry about that! Jan 06 00:00:22 Is there one in particular that you recommend? I've never used one before Jan 06 00:01:23 pretty much any of them are fine. Jan 06 00:06:06 derRichard: Once more, with a pastebin: https://pastebin.com/BhpgEjif **** ENDING LOGGING AT Sun Jan 06 02:59:57 2019