IRC logs for #automotive for Saturday, 2017-06-10

furyleon-anavi: snapshot of raspberry pi 3 that i downloaded from 5-29 boots. unfortunately i set my machine to download 5-30, 5-31, 6-01, and 6-02 and the files were deleted before i finished downloading them :P so checking out 6-03 now00:03
furydownloading now *00:04
*** chbae has joined #automotive00:54
furyleon-anavi: snapshot build from 06-03 does not boot. so the change that broke it was somewhere between 05-29 and 06-0301:02
khemwhich release of OE/yocto are you guys using01:04
furymorty i think01:04
furyi may be wrong01:05
smurrayyeah, it's morty01:10
furyleon-anavi: the uImage changed somehow and caused it to break. I downloaded the uImage from here: https://download.automotivelinux.org/AGL/release/dab/3.99.1/raspberrypi3/deploy/images/raspberrypi3/ - and plopped it down in place of the uImage that came on the snapshot from 06-03 - it works01:31
furyactually, wait, let me double check01:31
furyi may have mixed up my cards >.>01:31
furyyep, used the one that was already working lol01:33
fury._.01:33
furysorry, false alarm01:33
furycopied the whole boot partitoin and it worked tho01:39
khemOK there was a kernel update that went into to morty01:39
khemhttps://github.com/kraj/meta-raspberrypi/commit/6baa6641eae89f4f4d10189a4b53eb7ede7acb4c01:39
furylooks like the one that's broken (06-03) is missing device_tree_address and has a different kernel01:39
furythat kernel update might be it01:39
khemare you failing with kernel 4.9.27 ?01:40
khemand ok with 4.9.23 ?01:40
furylooking at it booting up now, it's 4.4.5001:40
furyit's using the 4.4 branch01:41
khemok then nothing changed there for 4.401:41
furyeven so, i think it tells it which specific commit to use, if i'm not mistaken01:41
khemOK so it could be AGLs own doing then01:42
khemI use 4.9 and its all well with morty/pyro/master01:43
khemas of today01:43
furyis there a way to "reverse" a particular gerrit change?01:51
furyto see if i can reverse one and see if that fixes it?01:51
furyi suspect https://gerrit.automotivelinux.org/gerrit/#/c/9593/ may have made it build the kernel image differently and that makes it not like it, so if there's a quick command to reverse it i'll try that, or i could just manually apply the change01:53
mranostayfury: er git revert?02:15
furyi manually edited the file. forgot about revert :D tho doesn't that create a new commit?02:18
furyi am running a new bitbake with the original defaultune02:19
furypretty sure it has to rebuild half the stuff as a result, and i'm on my laptop not my beastly build machine, so i'm gonna go hunt down some dinner :D bbl02:20
mranostaydoes that matter?02:20
furynot sure02:20
mranostayunless you are pushing it02:20
mranostaythis is git not svn02:20
furyi need to learn git command lines more02:20
furycause then to discard my commits i have to reset --hard or something02:24
furynext time i have a printer i'm going to grab a git cheat sheet :D02:24
*** akilaw has joined #automotive02:36
smurrayyou can revert to test, then drop it with a repo sync or a manual git reset02:55
leon-anavifury, no problem for the false alarm :) thanks for your help.03:54
furyno worries. i am waiting for the bitbake to finish - hours and hours it seems :D but i did narrow it down to something in the boot partition03:55
furybecause when i replace the boot partition with the earlier one, while keeping the rootfs, it works fine03:55
furybuilt master just before this and verified that03:56
*** akilaw has quit IRC03:56
furyso, checking to see if that defaulttune caused it. but shoulda SSH'd into my build machine, it seems...i prolly could download the image faster if i built it there and downloaded it :P03:56
furyespecially with this laptop crashing when building qt O_o03:57
leon-anavifor Poky (master and morty) the trick to enable serial console output is to add: ENABLE_UART = "1"03:58
leon-anaviIt is a rpi3 specific setting. It works like a charm in Poky (morty and master) for rpi3. I didn't see it in AGL but when I added it didn't work so I am investigating further.03:59
furywhoops, lightmediascanner.h not found03:59
leon-anavilightmediascanner.h?04:00
leon-anaviI noticed some changes to rygel and lightmediascanner but I don't expect a header file to be removed.04:00
furybitbake failed at media player, missing lightmediascanner.h, guessing a missing depend04:00
leon-anaviare you sure there is such a problem?04:00
mranostayuh oh04:00
furybit baked lightmediascanner and things are moving along again04:01
leon-anavifury, hm, is lightmediascanner in its depends?04:01
mranostaypossibly not04:02
furydunno...im afraid to switch over to another console to check, I logged into a text terminal to build AGL to try to avoid problems where the desktop environment crashes and kills the bitbake process04:02
furywhenever it’s building Qt it crashes the desktop, lol04:03
mranostaynope it is isn't04:03
furywhoops04:03
mranostayleon-anavi: yeah issue is is i never ran into that race condition when building04:03
mranostayfury: i'll fix it but do bitbake lightmediascanner first *g*04:03
furyI wonder how many depends issues there are like that04:04
furyYeah, I kinda guessed that and the bitbake is running happily now04:04
leon-anavimranostay, lightmediascanner and rygel were my first contributions to AGL. Be careful with them.04:04
furytho I did bitbake -c build lightmediascanner not sure if there’s a diff04:04
mranostayleon-anavi: well rygel is disabled *g*04:05
mranostayit is in the build but you need to manually enable it now04:05
mranostaywith systemctl --user04:05
leon-anaviCouple of years ago Manuel Bachmann was integrating media manager and invited me to contribute my recipes for rygel and lightmediascanner which I had already fixed in Tizen.04:05
mranostayleon-anavi:  lms is there but fury seems to ran into a build issue with mediaplayer app being built before lms is04:06
leon-anavimranostay, right, I noticed this rygel change in the git logs.04:06
furyRygel likes to send SSDP requests all over the network, that was making IT unhappy...what does it do other than that?04:06
mranostayfury: who knows who is using it.. hence mdp telling be to disable it starting than removing outright04:06
leon-anavifury, can you report your issue in JIRA? I will be happy to have a look and fix it.04:07
mranostayleon-anavi: the rygel has one04:07
leon-anaviMy guess is that you just need lightmediascanner in DEPENDS of mediaplayer.04:07
furyleon-anavi: for the rygel thing is https://jira.automotivelinux.org/browse/SPEC-61304:08
mranostayproblem is you could not what it04:08
mranostaylms that is04:08
mranostaywhich is weird since the the checks should detect that04:08
furyhadn’t encountered the lms build issue before now, does that need a JIRA issue too or naw?04:09
mranostayfury: can't hurt i'll close if not an issue04:09
mranostayi'd need a JIRA to submit a patch to anyway04:10
furyah. all patches need a corresponding JIRA issue these days?04:10
mranostayalways have in theory04:11
furytheories :P04:11
leon-anavifury, report anything :)04:11
leon-anaviby reporting it is becoming a known bug. It will be assigned to someone and it easier to fix it (sooner or later) :)04:12
mranostayleon-anavi: that is asking for [SPEC-700] was the moon landing faked? :P04:12
furyI like the traceability of an issue for every corresponding patch, but also it means a lot of work just to submit the work. Then again, been bit by that kind of “eh, it doesn’t need an issue, just commit and ship it” thing at work occasionally. I need to take the time to finish migrating to gitlab04:13
furyonce this bitbake finishes or crashes again I’ll hop on and submit the log file04:14
mranostayfury: hey at least you don't have to enter them into ClearCase :)04:15
leon-anavimranostay, in this case SPEC-700 should be assigned to politics. Is there an issue for chemtrail? The .bg president has already promised that he will investigate it ;)04:15
mranostayleon-anavi: had to google that... always good to know the balkans is as or more insane :)04:16
furyI installed Redmine a while back, with some Apache integration for git so that Redmine credentials could pull/push to git...but somehow, that system broke down and I can no longer make new repos. Gitlab got me drooling over their full chat/issue/code/CI/CD stack demos, but the demos make it look WAY easier than it actually is, I’m having a hard time just installing it all :P04:16
furyI’m almost afraid to google clear case...is it better or worse than emailing bug logs and change logs around as excel spreadsheets because excel hates opening up files from the network?04:22
mdpmranostay: IMHO, all the unused components should be removed. that includes the agl-audio-plugin. Get an in-tree user or go away.04:29
mranostaywell lms is used but with the binding now04:30
mranostaywhich i think dl9pf  merged today04:30
furyagl-audio-plugin? would I need that if I’m planning on adding a custom audio thingamajiggybobber?04:30
mdpNo, because we only load and use module-router which talks to genivi audiomanager and the AGL specific generic xml controller.04:32
mdpmranostay: I was referring to rygel only.04:32
*** akilaw has joined #automotive04:43
furymranostay: https://jira.automotivelinux.org/browse/SPEC-65504:48
furywhalep, just flashed the SD card, it's not the defaulttune that broke the pi04:50
mranostaynoted04:50
furyi suspect it's the missing device_tree_address04:50
mranostayfury: will look at tomorrow... bit spent atm04:59
furymranostay: no worries, didn't mean go fix it right now :P05:01
furyjust wanted to log it before i forgot05:02
furyand thinking out loud bout the pi thing05:02
furyi think i may've whittled it down to 3 binary differences between the working boot partition and the not working one05:03
furypretty sure it's kernel7.img05:10
*** User3209 has quit IRC05:18
furyyep, all i gotta do is throw it an older kernel7.img and it works fine05:19
furyleon-anavi: any idea what could possibly change kernel7.img and break it?05:19
*** jobol has joined #automotive05:30
leon-anavinot sure05:30
leon-anaviI have to go out. It's running time for me. See you later.05:31
furyhave a good one :D05:31
*** leon-anavi has quit IRC05:34
*** araujo has quit IRC05:34
*** voltbit has joined #automotive05:52
*** jobol has quit IRC05:52
akilawhi06:01
akilawCan you please explain core2-64 package inside the genivi-dev-platform/gdp-src-build/tmp/deploy/ipk path06:01
*** chbae has quit IRC06:04
*** egy has joined #automotive08:08
*** egy has quit IRC08:17
*** egy has joined #automotive08:17
*** akilaw has quit IRC08:49
*** jlrmagnus has joined #automotive09:03
*** egy has quit IRC10:20
*** jlrmagnus has quit IRC10:43
*** voltbit has quit IRC10:58
*** aw- has joined #automotive11:51
*** john3voltas has joined #automotive14:28
*** aw- has quit IRC14:46
*** AlisonChaiken has joined #automotive14:50
khemalbanc: those are x86_64 arch packages for minnow platform15:14
khemerr it was meant for akilaw15:14
*** voltbit has joined #automotive15:38
*** zeenix has joined #automotive15:53
*** kooltux__ has joined #automotive16:10
*** zeenix has quit IRC16:23
voltbithello again, this happens when I try to install chinook https://pastebin.com/wTHFNx8f19:21
*** mkelly has joined #automotive19:28
*** _corrupt has quit IRC19:42
voltbitnvm19:50
*** praneeth has quit IRC20:23
*** praneeth has joined #automotive20:23
*** mkelly has quit IRC20:54
*** _corrupt has joined #automotive22:31
mranostayfury:  ok fix attached to the jira23:02
mranostayforgot to do "git clean -xfd" and rebuild to be sure there wasn't any artifacts it seems23:03
*** john3voltas has quit IRC23:26
*** User3209 has joined #automotive23:36
*** User3209 has joined #automotive23:37
*** kooltux__ has quit IRC23:40
*** voltbit has quit IRC23:45

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