IRC logs for #automotive for Monday, 2015-11-02

*** louai has quit IRC00:34
*** louai has joined #automotive00:34
*** Sisco has quit IRC01:05
*** Sisco has joined #automotive01:05
*** Sisco has joined #automotive01:05
*** mdurnev has joined #automotive01:07
*** jlrmagnus has joined #automotive01:32
*** MalditoDev has joined #automotive01:54
*** Sisco has quit IRC02:26
*** Sisco has joined #automotive02:27
*** jlrmagnus has quit IRC03:33
*** ulfwiger has joined #automotive06:26
*** tcouniha has quit IRC06:41
*** ulfwiger has quit IRC06:44
*** ulfwiger1 has joined #automotive06:44
*** gmacario has joined #automotive07:00
*** gmacario1 has quit IRC07:01
*** gmacario has left #automotive07:14
*** gmacario has joined #automotive07:14
*** odelbeke has joined #automotive07:35
*** odelbeke has joined #automotive07:40
*** leon has joined #automotive08:05
*** leon is now known as Guest742308:06
*** Guest7423 is now known as leon-anavi08:07
*** tcouniha has joined #automotive08:26
*** Tarnyko has joined #automotive08:32
Tarnykomorning08:32
leon-anavimorning :)08:45
*** fredcadete has quit IRC09:05
*** toscalix__ has joined #automotive09:07
*** fredcadete has joined #automotive09:09
*** mdunford has joined #automotive09:15
*** Sisco_ has joined #automotive09:16
*** Sisco has quit IRC09:16
*** jonathanmaw has joined #automotive09:33
*** warter has joined #automotive09:35
*** warter is now known as jbocklage09:52
*** CTtpollard has joined #automotive10:02
*** wschaller has joined #automotive10:20
Figuremorning10:37
CTtpollardhowdy10:37
Figurewho is going to participate the demo app workshop?10:40
FigureI'm just booking flights & hotels for next week10:40
Figureunfortunately I'll be able to join only on wed - thu since I need to get back on Fri10:40
CTtpollardcurrent error trying to get the 4.1 kernel for the raspi to build http://paste.baserock.org/wukodihavu10:46
leon-anaviTarnyko, I have some time to check lightmediascanner again. Following you advice I included lightmediascanner-meta and now I have all plugins.11:18
leon-anaviTarnyko, lightmediascannerd/db.sqlite3 is still not created.11:18
leon-anaviThe following message in the log bothers me: DEBUG: commit-interval: 100 files11:19
leon-anaviDo I need 100 files to be processed so that the db will be created?11:19
leon-anavieven if I change the config of commit-interval to 1 the db is still not created.11:20
*** ulfwiger has joined #automotive11:28
*** ulfwiger1 has quit IRC11:30
*** ulfwiger1 has joined #automotive11:35
*** ulfwiger has quit IRC11:38
Tarnykoleon-anavi: db.sqlite3 should be immediately created once the 1st file found. Note : I wasn't able to make it work with .ogg files, but .flac ones12:34
Tarnykomake sure you are starting the daemon with -S, also12:34
leon-anaviTarnyko, I am also using .flac https://gist.github.com/leon-anavi/aac81bf02a2707622b3112:42
leon-anaviI have tried starting lightmediascannerd with --startup-scan or -S12:44
*** waltminer has joined #automotive12:50
Tarnykoleon-anavi: ok ; lms tries to find media files in stardard XDG directories, but sometimes it doesn't work, with root user e.g. ; tried to add "-directory /my/dir" to force this ?12:53
Tarnyko(or --directory, not sure anymore)12:53
leon-anaviTarnyko, have a look at the attached log above. I am running it with G_MESSAGES_DEBUG=all lightmediascannerd --startup-scan --directory=/usr/share/media12:53
Tarnykoleon-anavi: your log mentions "/home/rnot" instead of "/home/root", but I suppose it's a typo  ; otherwise, it should definitely work12:56
Tarnykowhat does "lightmediascannerctl status" return ?12:56
leon-anavi-D and --directory should work fine, I see it in the output: ** (lightmediascannerd:1202): DEBUG:   dir...: /usr/share/media12:57
leon-anaviTarnyko, yes, it is a typo: ls: cannot access /home/root/.config/lightmediannerd/db.sqlite3: No such file or directory12:57
Tarnykostatus output ?13:00
leon-anavilightmediascannerd continues to run in the background13:06
*** wschaller has quit IRC13:21
Tarnykoleon-anavi: ok, got it13:23
*** gunnarx has joined #automotive13:24
Tarnykoleon-anavi: "dbus-launch --auto-syntax" gives you an output on 3 lines13:24
Tarnykoleon-anavi: before launching "lightmediascannerd" you have to manually rewrite this output under this form :13:25
Tarnykoexport DBUS_SESSION_BUS_ADDRESS=<copy>13:25
Tarnykoexport DBUS_SESSION_BUS_PID=<copy>13:25
leon-anaviok, just a sec, I need to reboot the target device13:26
Tarnykodbus-launch output is a hint, but doesn't really export variables out-of-the-box in a usable form13:26
leon-anaviah...13:26
TarnykoI am bad at bash scripting, so I didn't add a line to do it, but a real init script should (should have mentioned it)13:28
leon-anaviwhat should be the value of DBUS_SESSION_BUS_ADDRESS?13:28
leon-anavidbus-launch --auto-syntax outputs:13:29
leon-anaviDBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-xGRBSOiGxU,guid=6f900accee0e5302bf4fa33f00000195';13:29
leon-anaviexport DBUS_SESSION_BUS_ADDRESS;13:29
leon-anaviDBUS_SESSION_BUS_PID=755;13:29
leon-anaviI guess the whole first line, right?13:29
Tarnykoyes13:29
gunnarxand the second and third :)13:30
gunnarxlooks like you could do:  eval $(dbus-launch --autosyntax)13:31
gunnarxif that's what you want to do I mean...13:31
gunnarxpedroalvarez:  Reading the logs from friday.  See you discussed gocd.13:31
gunnarxpedroalvarez[16:29] : "wow, I can trigger  pipelines in gocd for changesets in gerrit" <-- yes, this is one of the things I expect13:32
*** mdurnev has quit IRC13:33
leon-anaviTarnyko, gunnarx thanks13:34
leon-anavinow I am getting a warning that LMS cannot open the db file13:34
leon-anavithis is a good sign :)13:34
*** wschaller has joined #automotive13:36
leon-anaviTarnyko, success: # ls ~/.config/lightmediascannerd/13:36
leon-anavidb.sqlite3  db.sqlite3-journal13:36
leon-anavi:)13:36
gunnarxpedroalvarez:  Ooops, I now realize I was reading #baserock logs, not #automotive :)  Anyway, it's appropriate here too :)13:46
*** fredcadete has quit IRC13:46
*** waltminer has quit IRC13:47
paulsher1ood:)13:49
paulsher1oodGENIVI Tools Team meeting starts here in 10 minutes...13:49
paulsher1ooddo folks prefer with or without phonecall?13:49
gunnarxI'm ok with either choice today13:53
*** KlausUhl has joined #automotive13:55
gmacarioIRC is OK for me13:57
paulsher1oodok let's stick with that today13:57
*** pavelk has joined #automotive13:58
paulsher1oodprovisional agenda: https://genivi-oss.atlassian.net/wiki/display/GRK/TT-minutes-20151102 please suggest any additions when the meeting starts13:58
*** philrob has joined #automotive13:58
gmacariopausher1ood: The https://genivi-oss.atlassian.net/wiki/display/GRK/TT-minutes-20151102 must probably be moved out of the GRK space...13:59
paulsher1ooderk... sorry14:00
gmacarioBy the way: I missed the go.cd discussion last week. Where may I find a summary?14:00
paulsher1oodhttps://genivi-oss.atlassian.net/wiki/display/GRK/TT-minutes-2015110214:00
paulsher1oodbah14:00
paulsher1ood== GENIVI Tools Team Meeting Starts ==14:00
paulsher1oodgmacario: i believe gunnarx is working on documentation14:00
gmacarioAh, OK, so same comments about moving https://genivi-oss.atlassian.net/wiki/display/GRK/TT-minutes-20151102 as well14:00
gmacario(I searched unders TT and could not find it)14:01
* paulsher1ood hates confluence)14:01
*** Bjoern_Cullmann has joined #automotive14:01
paulsher1oodanyway... are we all assembled?14:01
Bjoern_Cullmannhi14:01
KlausUhlHi14:01
paulsher1oodany additional items proposed for agenda?14:01
paulsher1ood(or changes)14:01
paulsher1oodhi folks14:02
pavelkfolks: hi Paul14:02
gmacarioHi all!14:02
paulsher1oodso first topic...14:02
philrobhi ! will attend until 3:30pm CET likely14:02
paulsher1ood- Build Tools -14:02
paulsher1ood(hopefully this will be short, today philrob)14:02
paulsher1oodany news/updates on Build Tools?14:03
gunnarxhi.14:03
paulsher1oodi guess the main update i'm aware of is gunnarx' proposal to consider go.cd - which i think could help genivi builds significantly14:04
gunnarxYes, hope to start discussing project launch on PMO tomorrow.14:04
paulsher1oodit's already in aob, but i'm happy to raise it here if there's nothing else for build in this meeting14:04
gunnarxappreciate the support14:04
gunnarxI have no more news, commonapi is stable in the franca_automation project14:05
gunnarxnext step might be to integrate persistence tool recently announced14:05
gmacarioCould anybody summarize the proposal about considering "go.cd"? Does anybody plan to setup a GoCD instance to build: meta-ivi, GDP, etc?14:05
paulsher1oodgunnarx: is there anything public you can share with gmacario wrt to go.cd?14:05
gunnarxI have limited bandwidth14:05
gunnarxgmacario, yes that's the idea14:05
gunnarxand any other build recipes can be added by the respective software component maintainers14:06
gunnarxidea is to grow build recipes gradually by contribution14:06
paulsher1oodgunnarx: 'next step might be to integrate persistence tool' into what, please?14:06
gunnarxContinuing above, integrate into https://github.com/gunnarx/franca_install_automation/14:06
gmacarioGreat! I am trying to do similar things with Jenkins - which is the tool we use at Mentor14:06
gunnarxwhich once it gets more features needs to be renamed to "SDK something"14:06
gmacarioSee https://genivi-oss.atlassian.net/wiki/display/~gmacario/Building+GDP+using+Jenkins+inside+a+container as an example14:07
paulsher1oodgunnarx: oh, ok. is  https://github.com/gunnarx/franca_install_automation/ becoming an official genivi project now?14:07
gunnarxno14:07
gunnarxjust an offer...14:07
paulsher1oodcould it be brought into something that is?14:07
gunnarxI don't see alternatives but would be happy to see it14:07
gmacarioWhat is missing from having gunnarx/franca_install_automation as a "standard GENIVI tools"? I am personally using it, provided bugfix and patches, and works quite well for me14:08
gunnarxI'm sure it could, as I've said before I think it has the building blocks of an SDK14:08
paulsher1oodok... and this team is the right place to adopt/promote that, then?14:08
gunnarxI presume so14:08
gunnarxI have limited bandwidth now - maybe TT can organize a wish list for features14:09
gunnarxand try to drive contribution14:09
paulsher1oodcould it maybe adopted by franca itself?14:09
gunnarxno it's too hacky14:09
gunnarx:)14:09
gmacarioMuch simpler: just create https://github.com/gunnarx/franca_install_automation/issues14:09
gunnarxKlaus uses it for his testing as far as I know14:09
paulsher1oodbetter than nothing, though14:09
*** manfred_ has joined #automotive14:09
gmacarioAnd attach patches and/or PR as I did14:09
paulsher1oodi'm not against github. franca is already using it also :)14:10
gunnarxyup, gmacario is the man14:10
paulsher1oodany more for this topic (build tools)?14:10
gunnarxworking on weird stuff like Windows support, but who am I to not be happy about contributions ;-)14:10
paulsher1oodany actions?14:10
gmacarioOTOH I have nothing against moving that to http://git.projects.genivi.org/ is that will mean "more contributors" :-)14:10
* paulsher1ood guesses ACTION gunnar publish go.cd proposal14:10
paulsher1oodgmacario: i think you mean 'if that will mean...'14:11
gunnarxOh I see what you mean now about official project.  Well sure the code could move to git...genivi if that matters14:11
paulsher1oodi wonder if there's any real basis for choosing git.genivi.org over github.com?14:12
gunnarxbut I'd say it needs to take the first steps towards SDK features.14:12
gunnarxwho else in TT can take a look and suggest features?14:12
gmacarioMy point is: gunnarx did an excellent job of starting franca_install_automation, now if we want to make it an "official GENIVI" project, we should follow some process, shouldn't we?14:12
gunnarxthere is a process, yes14:12
gunnarxphilrob?14:12
paulsher1oodgmacario: agreed. i was thinking we could short-circuit that if franca upstream chose to import/adopt it14:13
philrobyes, there is a process, why do people still ask question on this ?14:13
paulsher1oodlol14:13
philrobnot so sure, Paul14:13
* paulsher1ood proposes to discuss this with klaus :)14:14
gmacariopaulsher1ood: Not sure what yyou mean, I believe franca_install_automation are two complementary tools14:14
gunnarxSo, let's keep working.  I'd like to see the first "SDK" features being added, then transfer it to official project14:14
gmacario... and franca14:14
paulsher1oodgmacario: you may be right. but i think making it a sub-project of franca would be better (given it's already described as franca-....)14:15
gunnarxthat's my proposal.  With SDK features I mean like = sysroot, compilers, debuggers, QtCreator, DLT viewer, d-feet, etc.14:15
gmacariopaulsher1ood: Do not quite agree, but let's ask Klaus opinion14:15
paulsher1oodack14:15
paulsher1oodACTION - discuss Franca/Franca_installation_automation relationship with kbirken14:16
paulsher1oodmoving on14:16
gunnarxok14:16
paulsher1ood- UML modeling -14:16
paulsher1oodany news/updates?14:17
manfred_yes14:17
manfred_the approvement had been signed14:17
gunnarxwhoa14:17
gunnarxUML is now approved?14:17
gunnarx:)14:17
manfred_so I can OSS methodology, toolbox and the JScripts for EA14:17
gmacarioLOL14:17
gunnarxah14:17
paulsher1oodmanfred_: great!14:18
manfred_the Franca UML methodology. just a small part of UML14:18
gunnarxAnything that needs Eclipse?14:18
manfred_so someone should direct me where to place the metamodel. proposing some SVN repo which can be used to have shared access like we do it with the GENIVI model itself14:18
*** waltminer has joined #automotive14:19
* paulsher1ood wonders if git can be used, instead?14:19
manfred_gunnar: no, just EA metamodel and its contents.14:19
Bjoern_Cullmanni think we just need to inform joel to create a new repo - but if you want to have it publicly available, we need to test the open git stuff first14:19
gunnarxdang, so no pull-requests to my project then :)14:19
manfred_yamaica 0.15 release still on its way through the door. obviously the doors had been a bit too narrow...14:19
paulsher1ood:)14:19
gunnarxdefine "test the open git stuff"14:20
gunnarxplease :)14:20
manfred_paul: git is not supported by EA, so that would not be preferred choice.14:20
Bjoern_Cullmannwait a minute manfred14:20
gmacarioAFAIK GENIVI has no public SVN servers14:20
pavelkmanfred_: what kind of EA metamodel is this?14:20
Bjoern_Cullmanndo we talk about hosting of the methodology, so that it can be linked via the EA?14:21
Bjoern_Cullmannor what are we talking about right now?14:21
manfred_björn: this approval also covers the FV Jscript patches I´ve created.14:21
paulsher1oodmanfred_: really? why does EA care about the vcs?14:21
Bjoern_Cullmannso the scripts are just a patch for the FV. But the methodolody should be server-hosted, right?14:21
manfred_we talk about the EA2Franca metamodel itself, including the tools as JScripts etc14:22
paulsher1oodphilrob: i note time is passing... do you have any things you want us to raise before you go?14:22
* gunnarx is wondering if we should just wait until the code is visible...14:22
paulsher1ood+114:22
philrobnothing at this point14:22
paulsher1oodok.14:22
gmacariomanfred_: Do you have an early Release Note for Yamaica 0.15?14:22
gmacarioWith list of plugins and version dependencies14:22
Bjoern_Cullmannahh, okay. well then it is an internal svn i guess.14:23
manfred_just from snapshots gianpaolo14:23
gmacarioI asked Juergen Gehring at the AMM but have not yet received an answer14:23
paulsher1oodany more discussion on UML modeling? any actions?14:23
manfred_björn: external SVN would be preferred if we have something like this14:23
Bjoern_Cullmannwe don't afaik14:23
manfred_whom do I need to talk to to organize release?14:24
gunnarxsame as always manfred_14:24
gunnarxyou should know it by now :)14:24
manfred_just want a refresh ;D14:24
Bjoern_Cullmannwe could so some funny stuff an store a svn repo in a git repo :- )14:24
gunnarxJust email Philippe R, he should set you straigh14:24
manfred_ok14:25
philroboj14:25
philrobok14:25
* gunnarx throws up in the wastebin14:25
gunnarxI'm fine now!14:25
gunnarxsvn in git, whatever works :)14:25
paulsher1oodlet's move on?14:26
Bjoern_Cullmanngunnarx: You need to learn that an "EXOTIC solution" is always best!14:26
gunnarxoh, just you wait, I have one in store.  paulsher1ood, I'm ready to move on.14:26
paulsher1ood- Debugging and Analysis -14:26
* paulsher1ood notes that this topic needs more TLC14:26
gunnarxon this topic A DLT viewer is nice to have in an SDK right?14:27
paulsher1oodyes. i would say that was the one request made to me wrt this topic at the AMM14:28
gunnarxI mentioned d-feet, what else is useful for debug/analysis.  there's loads in Linux of course, perf and friends, valgrind,14:28
gunnarxbut what do people use on a daily basis?14:28
gunnarxactually maybe little point in trying to anticipate, just let people install packages....14:29
paulsher1oodi think that GDP could usefully include such tools14:30
paulsher1oods/such/some such/14:30
gunnarxgood point, many of what I mentioned must run on target14:31
* gunnarx thinks response time is up. moving on?14:31
paulsher1oodyup14:31
CTtpollardI'd be happy to see tools added to gdp14:31
paulsher1ood:-)14:31
gunnarxwhoa, CTtpollard.  OK, so what is highest priority?14:32
CTtpollardseems like the most sensible place for such tools to live14:32
paulsher1oodCTtpollard:  maybe the wayland debug stuff?14:32
CTtpollardas well as their own standalone repo's ofc14:32
gunnarxah, you mean the build recipes14:32
*** ToxicGumbo-work has joined #automotive14:32
gunnarxisn't there some meta-tools ...14:33
CTtpollardyes meta-devtools14:33
paulsher1oodanyways.. moving on14:33
paulsher1ood- Automated Testing -14:33
paulsher1oodany news/updates here?14:33
gunnarxwaiting for ciat infra :)14:34
*** Tartarus has joined #automotive14:35
paulsher1oodagreed :-)14:35
paulsher1oodanyone else?14:35
paulsher1oodgunnarx: maybe you can summarise what you see as the next steps for CIAT (or whatever you intend to call it now :-))14:35
gunnarxalready did14:36
gunnarxas you know, there is some groundswell support, not only my thing14:36
paulsher1oodgunnarx: i'm aware... just seeking a short summary for public consumption14:37
gunnarxI'm presenting a proposal at PMO tomorrow - it's a new project approach, and a new technical approach.  The analysis argues that the project approach and goals is best met by GoCD being the technical approach14:38
gunnarxThen we'll see where it goes.  BoD might need to be at least informed first ;)14:38
paulsher1oodmy understanding is the broad idea is to seek community sponsorship, multi-party approach... to avoid this being too big a commitment for any one organisation14:38
gunnarxyes14:38
philrob+114:39
* paulsher1ood is supportive of this concept14:39
gunnarxAccording to this proposal, we're going with GoCD as I said because it fits, and is technically good14:39
paulsher1oodshould reduce bottlenecks and increase collaboration14:39
gunnarxThis is different from AGL, but I've been told here the current Jenkins was a quick fix14:39
gunnarxOf course we hope to unite automotive ecosystem as a whole if possible.14:40
paulsher1oodGoCD does seem like a good choice, similar to (but more mature than) concourse14:40
gmacarioCan anybody comment about company support of GoCD as we speak?14:40
gunnarxmeaning, I'd recommend AGL to do similar and/or we create some joint thing (well, evaluate first of course)14:41
gunnarxgmacario: Jenkins is more popular14:41
gunnarx(so far) I suspect GoCD will grow because it's awesome14:42
gmacarioSo the plan is to kick off a SOW for implementing GoCD?14:42
gunnarxsomething like that14:42
philrobit has to be a community work, replace sow by workplan14:43
gunnarxcommunity sponsorship, multi-party approach, paul has described it right14:43
gmacariophilrob: You mean "self-funded", not GENIVI sponsored work?14:43
philrobyeap14:43
gmacarioWell why if CIAT is a high prio topic?14:44
philrobIMHO community can be very reactive14:44
*** jbocklage has quit IRC14:44
paulsher1oodgmacario: i've previously tried quite hard to promote joint collaboration with AGL. while I believe there is broad engineer-level support for that in both communities, Dan Cauchy seemed strongly opposed when I spoke with him at the GENIVI AMM14:44
gunnarxgmacario: it will be easier to understand soon.  we will succeed in scaling this up quickly.  test server is already up and running.  the actual build scripts should  be input by component owners anyhow14:44
*** Tarnyko has left #automotive14:45
gunnarxso there isn't that much engineering work required, that's the point14:45
paulsher1oodany more on this topic?14:45
philrobthis is why community can be reactive14:45
gunnarxyep14:46
gmacarioI am not familiar with GoCD but still believe that  managing the infrastructure, installing plugin and developing scripts is not a zero-effort work14:46
gunnarxwho said it was zero effort?  what are you talking about?14:46
gunnarxwhat work is "zero" effort!?14:47
*** philrob has quit IRC14:48
gmacariogunnarx: Thanks for clarifying your previous statement "so there isn't that much engineering work required"14:49
gunnarxappreciate your concern for how to get this rolling gmacario, but with yours and others support we will succeed I'm sure14:49
gmacarioI am all for moving things forward, but just wanted to understand whether there was an idea for GENIVI BoD to fund this work. It seems not anyway14:50
gunnarxit won't be needed to get it started.  For long term maintenance we will see.  I think that's as far as we get at the moment.14:50
paulsher1oodshall we move on? one more topic14:51
gmacarioOK14:52
gunnarx3,2,1,...14:52
gunnarxgo!14:53
paulsher1ood- AMM Feedback -14:54
paulsher1oodany/14:55
paulsher1oodany?14:55
*** toscalix__ has quit IRC14:55
*** toscalix_ has joined #automotive14:55
gunnarxfantastic14:55
pedroalvarezheh14:55
gunnarxmany of us have given feedback in other forums14:56
paulsher1oodok14:56
gunnarxor do people say "fora"? :)14:56
paulsher1oodfora14:56
gunnarxyou snob14:56
gunnarxjk14:56
paulsher1oodi must apologise for messing up the TT F2F in Seoul14:57
rjekfora and formulae :)14:57
gmacariogunnarx: "fora" in Piedmontese means "out": https://pms.wikipedia.org/wiki/Lenga_piemont%C3%A8isa14:57
paulsher1oodi ended up double-booked, and chose to prioritize meeting AGL representatives for the first hour14:57
paulsher1oodunfortunately those discussions did not work out well, as i mentioned above14:58
gunnarxso it was a bad tradeoff14:58
gunnarxyou can never know :)14:58
paulsher1oodindeed it was. i hope to learn from this mistake14:58
gunnarxthere's a lingua piemonteisa?  learned something new today.  sorry off-topic14:58
paulsher1oodwhen i returned to the allotted venue, only four people were still seeking to participate in the proposed meeting14:59
paulsher1oodthey were the folks who requested more info/support about DLT in this group14:59
gunnarxpeople are quick to judge and quick to leave.  fact of life.14:59
paulsher1oodack14:59
gunnarxpaulsher1ood, ok. good to knwo about DLT.15:00
paulsher1oodbut also this is a more general situation.... i'm awful at diary management these days15:00
paulsher1oodanyways... enough of my whining15:01
paulsher1oodany other AOB?15:01
gunnarxother sessions were more successful.  any more feedback on AMM?15:01
gmacarioWonder who is still in IRC who has not yet provided his AMM feedbacks in other meetings15:01
gmacario(I did it twice)15:02
* paulsher1ood notes this is the only *public* meeting?15:02
gunnarxpavelk maybe?15:02
gmacarioThat's why I provided my feedbacks in *private* :P15:02
paulsher1oodso a chance to highlight the positives :)15:02
pavelkI don't have anything really groundbreaking...15:02
gunnarxyour session went well15:02
gmacario+115:02
pavelkyes15:02
paulsher1oodi would say the event seemed very well attended overall15:03
gunnarxyes, it was.  everything went pretty smooth overall15:03
paulsher1oodand i heard that Murata-san's keynote was very good (but i was unable to attend it, since the baserock GDP hands-on happened at the same time)15:03
paulsher1oodanyways... we're over the hour....15:04
paulsher1oodi propose to close the meeting...15:04
paulsher1oodfolks are welcome to continue discussion as always15:04
gunnarxok bye15:04
*** pavelk has quit IRC15:04
KlausUhlbye15:04
gmacarioBack to my (non-public) GENIVI stuff...15:04
paulsher1ood== GENIVI Tools Team Meeting Ends ==15:04
paulsher1oodthanks all15:04
gmacarioGCR-104 I mean15:04
gmacarioBye15:05
gunnarxpoint taken gmacario15:06
*** fernandod_ has joined #automotive15:30
*** gunnarx has quit IRC15:35
*** fernandod has quit IRC15:35
*** AlisonChaiken has quit IRC15:35
*** Tartarus has quit IRC15:35
*** manfred_ has quit IRC15:36
*** Sisco has joined #automotive15:39
*** Sisco_ has quit IRC15:40
*** gunnarx has joined #automotive15:42
*** AlisonChaiken has joined #automotive15:42
*** gunnarx has quit IRC15:48
*** gunnarx has joined #automotive15:49
*** wschaller has quit IRC15:52
*** gunnarx has quit IRC15:54
*** Sisco has quit IRC16:09
*** Sisco has joined #automotive16:10
*** Tartarus has joined #automotive16:12
CTtpollardhas anyone come across bitbake not being able to fetch from a git url, that works fine when doing a manual 'git clone foo' ?16:30
CTtpollardfrom the same machine16:30
leon-anaviCTtpollard, what kind of error are you getting? is bitbake just hanging while cloning?16:31
*** wschaller has joined #automotive16:32
CTtpollardleon-anavi: it tries to find a mirror, and then fails to fetch the url from any source16:32
CTtpollardit does hang yes, for example if I give it a 403/404 url, it will fail immediately16:33
leon-anaviah, ok, I had something else in mind16:33
leon-anavibecause I had a case when I forgot to add my keys to ssh-agent16:33
*** KlausUhl has quit IRC16:34
*** gmacario1 has joined #automotive16:35
*** gmacario has quit IRC16:36
CTtpollardI'm pretty stumped tbh16:37
*** gunnarx has joined #automotive16:39
gunnarxCTtpollard: Strange error...16:40
gunnarxThe git error from bitbake I mean16:40
CTtpollardgunnarx: it's using a git.baserock url, which is used for a recipe in meta-genivi-demo with no issues16:41
gunnarxI think bitbake is using a different command than clone sometimes, for example git ls-remote to look for tags.  Maybe a clue, I don't know.16:42
CTtpollardI've tried with and without protocol=git in the src uri16:43
gunnarxsome verbose flags you could use?16:45
gunnarxthe log files, do they list the git command and URL that is attempted?16:45
gunnarxAnother thing, I'm really keen on getting rid of the ERRORs in the minnowboard build16:49
CTtpollardhow many of them are coming from meta-genivi-demo?16:49
CTtpollardif you have the build log to hand16:50
gunnarxall of them I think, let me check16:52
gunnarxhttp://hastebin.com/luxaliweto16:53
gunnarxit's navit that requires qt4 and X stuff.  I'm not sure why this works on renesas, unless navit is disabled there.16:53
gunnarxoh, by the way it builds an image, only thing is that bitbake returns error16:55
CTtpollardyeh I ran a build about a week ago and the image built fine16:55
CTtpollardI'll have a look into stopping that16:55
*** Bjoern_Cullmann has quit IRC16:57
gunnarxwe don't want qt4 in there :)  but maybe navit is bringing in strange deps.  Like I said, I haven't checked if packagegroup-FSA and thereby navit is disabled on the renesas builds, or if it for some other reason just works.16:57
CTtpollardit's disabled from local conf or genivi-demo-platform.bb specifics for the renesas boards16:59
CTtpollard*it isn't disabled16:59
*** gunnarx has quit IRC17:02
*** gunnarx has joined #automotive17:03
gunnarxI keep getting kicked out...17:04
CTtpollardso the only difference could come from the machine confs between meta intel & meta renesas17:05
gunnarxok17:06
gunnarxI'm annoyed that the CI build fails, even though it successfully builds an image.17:06
*** tcouniha has quit IRC17:08
*** aeiche has joined #automotive17:10
*** gunnarx has quit IRC17:11
*** wschaller has quit IRC17:12
*** gunnarx has joined #automotive17:12
*** wschaller has joined #automotive17:13
CTtpollardso we could remove packagegroup fsa completely, or its inclusion of navit17:15
CTtpollardwhen I say completely, I mean from the image install appends from genivi-demo-platform.bb, allowing users to add it to local conf append if they still want it17:16
gunnarxyeah, I don't know what the right thing to do is.  I'd like to know why it has to be failing in the first place.17:17
gunnarxpretty sure fsa requires navit though, so decoupling them is not the way17:18
*** wschaller has quit IRC17:18
CTtpollardthe fsa packagegroup requires navit yes17:19
*** gunnarx has quit IRC17:27
*** wschaller has joined #automotive17:33
*** jonathanmaw has quit IRC17:36
*** egy has joined #automotive17:42
*** odelbeke has quit IRC17:45
*** jlrmagnus has joined #automotive17:47
*** egy has quit IRC17:48
*** leon-anavi has quit IRC17:49
*** mdunford has quit IRC18:05
*** toscalix_ has quit IRC18:12
*** gmacario1 has quit IRC18:14
*** gmacario has joined #automotive18:18
*** wschaller has quit IRC18:20
*** waltminer has quit IRC18:31
*** ulfwiger1 has quit IRC18:37
*** waltminer has joined #automotive18:40
*** egy has joined #automotive18:41
*** ulfwiger has joined #automotive18:51
*** waltminer has quit IRC19:13
*** tcouniha has joined #automotive19:26
*** tcouniha has quit IRC19:54
*** egy has quit IRC19:56
*** gmacario1 has joined #automotive20:07
*** gmacario has quit IRC20:09
*** tcouniha has joined #automotive20:39
*** tcouniha has quit IRC20:40
*** jlrmagnus has quit IRC20:58
*** Sisco has quit IRC21:02
*** Sisco has joined #automotive21:03
*** toscalix_ has joined #automotive21:09
*** waltminer has joined #automotive21:21
*** gunnarx has joined #automotive21:32
*** gunnarx has joined #automotive21:32
*** ToxicGumbo-work has quit IRC22:10
*** ulfwiger has quit IRC22:16
*** ToxicGumbo-work has joined #automotive22:17
*** ToxicGumbo-work has joined #automotive22:18
*** CTtpollard has quit IRC22:32
*** CTtpollard has joined #automotive22:33
*** gunnarx has quit IRC22:37
*** toscalix_ has quit IRC22:45
*** tcouniha has joined #automotive22:49
*** tcouniha has quit IRC22:52
*** gunnarx has joined #automotive22:56
*** gunnarx has joined #automotive22:56
*** waltminer has quit IRC23:01
*** gunnarx has quit IRC23:05
*** waltminer has joined #automotive23:07
*** Sisco has quit IRC23:17
*** Sisco has joined #automotive23:18
*** Sisco has quit IRC23:42
*** Sisco has joined #automotive23:45
*** Sisco has quit IRC23:59

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