IRC logs for #automotive for Tuesday, 2019-05-14

*** AlisonChaiken has quit IRC01:11
*** OutBackDingo has quit IRC02:13
*** OutBackDingo has joined #automotive02:32
*** Jackz-Wild has joined #automotive03:18
*** AlisonChaiken has joined #automotive05:13
*** leon-anavi has joined #automotive06:02
leon-anavihi06:30
*** jobol has joined #automotive06:53
OutBackDingoleon-anavi: its not a bug its a bad board07:05
OutBackDingoboots everrything else07:06
OutBackDingoi bought a new board, works fine07:06
leon-anaviOutBackDingo, really? to hear that :(07:14
leon-anaviOutBackDingo, is raspbian booting on the problematic board?07:14
OutBackDingoleon-anavi: yupp raspbian and yocto boot fine07:15
OutBackDingoonly AGL fails.... all work fine on the new board07:15
OutBackDingothats what was so frsutrating...07:15
*** [AD]Turbo has joined #automotive07:53
*** [AD]Turbo has left #automotive07:53
leon-anaviOutBackDingo, hm...07:55
leon-anaviis there any difference in the revisions of the 2 boards?07:55
GuyElpotatofrancesco_kin, If you find any information on the dashboard, I am interested and do not hesitate to share :)08:00
francesco_kinGuyElpotato, at the moment I have understood only avg speed message, which has arbitration id 3E9 :). At the end of my analysis will produce a summary document08:02
GuyElpotatoYou can create your own meaning for ID Can, you don't need a reverse engineering, the dashboard app08:06
GuyElpotatoThat's what I understood. Look at agl-service-can-low-level, You can compile this application by changing the binding of CAN identifiers located in a .json file. It also use, low-level-can-generator to generate a cpp from the previous .json . After that I didn't go any further.08:16
*** skz81 has joined #automotive08:17
gkiagiahi guys, I am seeing this error while building master, any idea what is wrong?   afb-test-7.90.0-r0 do_unpack: gitsm: submodule unpack failed: UnpackError Unpack failure for URL: 'gitsm://gerrit.automotivelinux.org/gerrit/p/apps/app-afb-helpers-submodule.git;protocol=https;name=afb-helpers;subpath=afb-helpers;bareclone=1;nobranch=1'. No up to date source found: clone directory not available or not up to date:08:18
gkiagia/home/gkiagia/Code/AGL/build/downloads/git2/gerrit.automotivelinux.org.gerrit.p.apps.app-afb-helpers-submodule.git; shallow clone not enabled08:18
*** francesco_kin has quit IRC08:23
jobolgkiagia, submodules are not used anymore in master08:23
jobolso it should not happen08:23
gkiagiahmm, broken recipe then? or could it be something locally cached? I'll dig deeper08:24
jobolI'll check on my side too08:25
jobolsee https://gerrit.automotivelinux.org/gerrit/#/c/21295/08:25
jobolno not related sorry08:26
gkiagiaso, the recipe references an old commit, not master08:33
gkiagiain that commit, there is still a submodule08:33
gkiagiaI suppose it should be bumped08:33
*** halfline has quit IRC08:34
gkiagiait references the guppy 6.99.3 tag08:34
gkiagiathat sounds so wrong08:34
gkiagiastill, yocto should be able to build it... there is nothing wrong with having a submodule08:35
gkiagiaI changed it to ${AUTOREV} and it builds fine08:39
jobolgkiagia, had you cleaned the recipe with bitbake?08:44
gkiagiaI did not explicitly clean anything, no08:47
claneysYou could try to clean the afb-test then. bitbake -c clean afb-test . There is, may be, a problem with the cache between the version with and without the submodules08:49
*** halfline has joined #automotive08:50
jobolgkiagia, https://gerrit.automotivelinux.org/gerrit/#/c/21304/08:59
gkiagia++ thanks09:01
jobolde nada >_<09:02
claneysTake the patch set #2, I forgot to add the dependency to the appcontroller library in the first.09:02
*** GuyElpotato has quit IRC09:10
*** toscalix has joined #automotive09:12
*** GuyElpotato has joined #automotive09:15
*** GuyElpotato has quit IRC09:26
OutBackDingoleon-anavi: checking09:29
OutBackDingoboth physically look the same, same screening, all stencil writing appears identical, appear to be identical09:36
leon-anaviit is strange... what might be causing the issue with AGL booting.09:42
*** GuyElpotato has joined #automotive09:50
*** Jackz-Wild has quit IRC09:55
furygkiagia: I'll be on the dev call today to ask about the audio stuff / soft DSP, if that works10:41
gkiagiasure10:41
furymight be able to bring on someone else from here who's actually working on the soft DSP10:41
*** GuyElpotato has quit IRC11:22
*** GuyElpotato has joined #automotive11:26
*** khouloud has joined #automotive12:26
leon-anaviI'll skip the call today.12:52
*** GuyElpotato has quit IRC12:57
*** francesco_kin has joined #automotive13:00
francesco_kinhi, in the dashboard code, regarding subscription methods, there are several requests as request_str ='[' + msgid_enu.call + ',"99999","' + api_str +'/'+ verb_str +'",{ \"event\" : \"vehicle.average.speed\" } ]';13:00
francesco_kinwhat is the number "99999"?13:01
*** khouloud has quit IRC13:01
*** GuyElpotato has joined #automotive13:06
*** leon-anavi has quit IRC13:15
jobolfrancesco_kin, it is an identification of the message that is returned with the answer to allow fitting request-reply13:34
jobolbut the implementation chose to hardly fix it13:34
jobolfrancesco_kin, http://docs.automotivelinux.org/docs/en/master/apis_services/reference/af-binder/protocol-x-afb-ws-json1.html13:36
*** kenji_h has quit IRC13:38
*** khouloud has joined #automotive13:49
waltminerIs Jonathan still around for IoT.bzh?  We have not received any responses to requests on gerrit tickets. Meant to bring this up during the dev call13:52
waltminerSee https://gerrit.automotivelinux.org/gerrit/#/c/21112/  and https://gerrit.automotivelinux.org/gerrit/#/c/21111/ for example13:53
*** khouloud has quit IRC13:55
jobolwaltminer, Jonathan is busy at the moment. I'll report him your concern.13:58
*** GuyElpotato has quit IRC14:01
waltminerthanks jobol14:01
gkiagiafunny, now I have the same git submodule problem with pipewire14:06
gkiagia"shallow clone not enabled" ... thank you for being informative, bitbake14:07
joboltrying to clean, perhaps14:08
gkiagiaI tried this time14:08
jobolwith or without luck?14:09
gkiagiano luck :(14:16
jobolsometimes yocto has strange glitches...14:17
*** AlisonChaiken has quit IRC14:35
gkiagiaok, cleanall, followed by fetch (twice) & unpack, all manually, they seem to have done the trick14:36
claneysgkiagia, ok thanks you.14:37
francesco_kinjobol, thank you...14:46
*** GuyElpotato has joined #automotive14:55
*** jobol has quit IRC14:57
*** Jackz-Wild has joined #automotive15:17
*** GuyElpotato has quit IRC15:57
*** skz81 has quit IRC16:07
*** psnsilva has quit IRC16:29
*** psnsilva has joined #automotive16:48
*** Jackz-Wild has quit IRC17:27
paulbarkerI keep getting "No changes between HEAD and gerrit/flounder. Submitting for review would be pointless." when trying to submit patches via git-review. Gerrit is strange19:19
*** khem has quit IRC19:28
*** khem has joined #automotive19:53
*** mediocrity has joined #automotive20:39
*** mediocrity has left #automotive20:39
*** klaas has quit IRC20:47
*** toscalix has quit IRC21:51

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!