IRC logs for #baserock for Wednesday, 2015-12-02

*** edcragg has joined #baserock01:34
*** edcragg has quit IRC01:36
*** gtristan has quit IRC02:23
*** gtristan has joined #baserock03:12
*** gtristan_ has joined #baserock05:05
*** gtristan has quit IRC05:05
*** gtristan_ has quit IRC05:14
*** gtristan_ has joined #baserock05:34
*** thrace has quit IRC06:01
*** thrace has joined #baserock06:04
*** gtristan_ has quit IRC07:31
*** gtristan has joined #baserock08:06
*** bruce_ has joined #baserock08:09
*** gtristan has quit IRC08:24
*** toscalix has joined #baserock08:39
*** paulw has joined #baserock08:44
*** CTtpollard has quit IRC08:53
*** CTtpollard has joined #baserock08:55
radiofreehi, was there every a known issue with morph distbuild where changing the sha for a component wouldn't actually rebuild it?09:01
radiofreedefinitions were kept local, and not pushed to the trove, however the change was committed locally09:02
tiagogomesI didn't touch distbuild in ages, but I thought that the commit needs to be pushed to the trove09:03
*** gtristan has joined #baserock09:09
radiofreethis is a pretty old version09:12
radiofreei thought distbuild would push a temporary branch somewhere?09:13
rjekMy understanding was that distbuild pulled from the trove, so things you wanted to build had to be there somehow?09:13
pedroalvarezyes, I believe that's true09:14
tiagogomesmorph master should push the branch to the trove09:14
*** bashrc_ has joined #baserock09:15
pedroalvarezalso, I believe that it removes the temporary branch when it finishes09:16
pedroalvarezOne thing you can try is to:   push the branch, and then use morph distbuild-morphology09:17
tiagogomesThe release scripts should be broken, as they use sysbranchdir09:34
gtristanMorning folks :)09:37
gtristanSo, sound is "sorta" working now in GNOME... I had to rebuild the kernel with an intel sound card driver enabled09:38
gtristanthis raises some questions, I wonder first, probably I should patch the definitions of every linux kernel in sync, instead of just linux-x86_64-generic ?09:39
gtristanAlso, probably what we want when it comes to peripherals, is to build them as modules instead of statically in the kernel, and probably we want 'lots of drivers' available as modules09:40
gtristanthen at least the module doesnt take up kernel memory unless it needs to be loaded, and we can sort out kernel modules into separate artifacts at some point in the future09:41
tiagogomesWe have been keeping all kernel configuration in sync09:42
pedroalvareznot all of it, I think, but we tried09:42
tiagogomesI think some years ago we were working on a design for handling kernel modules, but AFAIK an implementation never came through09:43
radiofreegtristan: patching them all for what? CONFIG_SND?09:43
radiofreedoesn't make much sense to enable intel snd driver on a jetson for example09:43
gtristanradiofree, CONFIG_SND_INTEL8X009:43
tiagogomesJonathan Maw should know better, but he is not here09:43
gtristanradiofree, we need the actual driver, already had the core09:44
gtristanbut just because it plays a sound in my VM, does not mean that that module is needed on some random arm board, probably its one other of a hundred or so available modules09:44
pedroalvarezCONFIG_SND_SOC_TEGRA_*09:47
gtristanpedroalvarez, I dont see that config in our 4.2.6 .config :-/09:49
gtristanor I didnt get the joke :-S09:50
pedroalvarezwell, it wasn't a joke09:53
pedroalvarezI googled for jetson tk1 and config_snd and I found some patches here: http://wiki.baserock.org/How_to_install_a_big-endian_Linux_system_to_NVIDIA_Jetson_TK1/09:53
pedroalvarezso looks like someone else did the investigation about what is needed on a jetson, maybe bashrc_ or maybe radiofree09:54
gtristanAh09:55
gtristanheh09:55
gtristanpedroalvarez, right it smells like some gsoc project / experimental kernel branch ?09:56
gtristanperhaps that branch is enabled in the jetson bsp ?09:56
pedroalvarezdon't worry about that, and I think (IMO) that patching x86 kernels for that it's ok09:56
*** ssam2 has joined #baserock09:56
*** ChanServ sets mode: +v ssam209:56
pedroalvarezgtristan: no, I don't think we ever merged these patches anywhere09:57
gtristanah so it's all downstream09:57
gtristangotcha09:57
pedroalvarezyeah, don't worry about Jetsons (unless you have one, and you really want to try that)09:58
*** jonathanmaw has joined #baserock09:59
pedroalvarezgtristan: so, is there anything else needed? or just kernel drivers missing?09:59
gtristanok well "for now" I will just add CONFIG_SND_INTELX80 statically, as I understand it supports popular laptop chipsets, including the default VirtualBox audio chipset09:59
gtristanthe general kernel module problem is a can of worms09:59
gtristanpedroalvarez, perhaps as a "next step" we might want to compile *all* possible device drivers as modules, and have modprobe sort it out - then we'd have a similar situation with locales10:01
gtristanwhere we "install everything"10:01
gtristanand as a further step, we can look into artifact splitting, picking and choosing what modules we want to actually include10:02
gtristanbut for now, I think better to push that whole story aside10:02
pedroalvarezwell, I hated when I had to compile and compile and compile the raspberry kernel because it was building every module possible..10:02
gtristanright, it's one option out of many possible approaches10:03
pedroalvarezyes, let's not think about that for now, but it's an interesting topic10:03
*** edcragg has joined #baserock10:18
*** Lachlan1975 has joined #baserock10:21
pedroalvarez<tiagogomes> The release scripts should be broken, as they use sysbranchdir10:24
pedroalvareznooooooooooooooooo /o\10:24
tiagogomespedroalvarez we just did a release, so we have time to fix them for the next one :)10:25
pedroalvarezshould I setup a mason that uses latest morph so that you can spot things like this?10:25
tiagogomesanother mason or changing the current one?10:26
tiagogomesis not morph master being tested against definitions master?10:26
pedroalvarezanother mason, but I don't know if what I have in mind would work10:28
pedroalvarezand no, it's not10:28
tiagogomesthat's bad10:30
pedroalvarezhehe, it is10:32
pedroalvarezCI is complex, to implement, and to maintain10:32
edcraggwe already had one implemented...10:52
SotKedcragg: s/one/many attempts/10:53
*** jonathanmaw has quit IRC11:15
*** jonathanmaw has joined #baserock11:16
*** CTtpollard has quit IRC11:20
*** Lachlan1975 has quit IRC11:24
*** CTtpollard has joined #baserock11:25
*** Lachlan1975 has joined #baserock11:29
*** franred has joined #baserock11:45
*** gtristan has quit IRC12:19
*** gtristan has joined #baserock13:00
*** jonathanmaw_ has joined #baserock13:52
*** jonathanmaw_ has joined #baserock13:52
*** jonathanmaw has quit IRC13:55
*** jonathanmaw_ is now known as jonathanmaw14:00
*** Lachlan1975 has quit IRC14:31
*** Lachlan1975 has joined #baserock15:03
*** ctgriffiths has joined #baserock15:17
*** ChanServ has quit IRC15:34
*** jonathanmaw has quit IRC15:34
*** CTtpollard has quit IRC15:34
*** ssam2 has quit IRC15:34
*** toscalix has quit IRC15:35
*** bruce_ has quit IRC15:35
*** thrace has quit IRC15:35
*** szm has quit IRC15:35
*** Lachlan1975 has quit IRC15:35
*** gtristan has quit IRC15:35
*** franred has quit IRC15:35
*** bashrc_ has quit IRC15:35
*** nowster has quit IRC15:35
*** Stanto has quit IRC15:35
*** bfletcher has quit IRC15:35
*** radiofree has quit IRC15:35
*** zoli_ has quit IRC15:35
*** _longines has quit IRC15:35
*** JPohlmann has quit IRC15:35
*** SotK has quit IRC15:35
*** benbrown_ has quit IRC15:35
*** wdutch has quit IRC15:35
*** bjdooks has quit IRC15:35
*** perryl has quit IRC15:35
*** dabukalam has quit IRC15:35
*** flatmush has quit IRC15:35
*** Lunar^ has quit IRC15:35
*** ctgriffiths has quit IRC15:35
*** edcragg has quit IRC15:35
*** persia has quit IRC15:35
*** cyndis_ has quit IRC15:35
*** lachlanmackenzie has quit IRC15:35
*** jjardon has quit IRC15:35
*** tiagogomes has quit IRC15:35
*** Zara has quit IRC15:35
*** rjek has quit IRC15:35
*** juergbi has quit IRC15:35
*** fay_ has quit IRC15:35
*** bwh has quit IRC15:35
*** pedroalvarez has quit IRC15:35
*** doffm has quit IRC15:35
*** richard_maw has quit IRC15:35
*** inara has quit IRC15:35
*** jonathanmaw has joined #baserock15:39
*** edcragg has joined #baserock15:39
*** ctgriffiths has joined #baserock15:39
*** CTtpollard has joined #baserock15:39
*** ssam2 has joined #baserock15:39
*** toscalix has joined #baserock15:39
*** bruce_ has joined #baserock15:39
*** thrace has joined #baserock15:39
*** szm has joined #baserock15:39
*** adams.freenode.net sets mode: +v ssam215:39
*** pedroalvarez has joined #baserock15:40
*** fay_ has joined #baserock15:40
*** bwh has joined #baserock15:40
*** doffm has joined #baserock15:40
*** richard_maw has joined #baserock15:40
*** adams.freenode.net sets mode: +v richard_maw15:40
*** persia has joined #baserock15:42
*** cyndis_ has joined #baserock15:42
*** lachlanmackenzie has joined #baserock15:42
*** jjardon has joined #baserock15:42
*** SotK has joined #baserock15:43
*** edcragg has quit IRC15:43
*** inara has joined #baserock15:43
*** bruce_ has quit IRC15:48
*** edcragg has joined #baserock15:59
*** Lachlan1975 has joined #baserock15:59
*** gtristan has joined #baserock15:59
*** franred has joined #baserock15:59
*** bashrc_ has joined #baserock15:59
*** nowster has joined #baserock15:59
*** Stanto has joined #baserock15:59
*** radiofree has joined #baserock15:59
*** zoli_ has joined #baserock15:59
*** _longines has joined #baserock15:59
*** JPohlmann has joined #baserock15:59
*** benbrown_ has joined #baserock15:59
*** wdutch has joined #baserock15:59
*** bjdooks has joined #baserock15:59
*** perryl has joined #baserock15:59
*** dabukalam has joined #baserock15:59
*** flatmush has joined #baserock15:59
*** Lunar^ has joined #baserock15:59
*** edcragg has quit IRC16:09
*** Lachlan1975 has quit IRC16:09
*** gtristan has quit IRC16:09
*** franred has quit IRC16:09
*** bashrc_ has quit IRC16:09
*** nowster has quit IRC16:09
*** Stanto has quit IRC16:09
*** radiofree has quit IRC16:09
*** zoli_ has quit IRC16:09
*** _longines has quit IRC16:09
*** JPohlmann has quit IRC16:09
*** benbrown_ has quit IRC16:09
*** wdutch has quit IRC16:09
*** bjdooks has quit IRC16:09
*** perryl has quit IRC16:09
*** dabukalam has quit IRC16:09
*** flatmush has quit IRC16:09
*** Lunar^ has quit IRC16:09
*** edcragg has joined #baserock16:12
*** Lachlan1975 has joined #baserock16:12
*** gtristan has joined #baserock16:12
*** franred has joined #baserock16:12
*** bashrc_ has joined #baserock16:12
*** nowster has joined #baserock16:12
*** Stanto has joined #baserock16:12
*** radiofree has joined #baserock16:12
*** zoli_ has joined #baserock16:12
*** _longines has joined #baserock16:12
*** JPohlmann has joined #baserock16:12
*** benbrown_ has joined #baserock16:12
*** wdutch has joined #baserock16:12
*** bjdooks has joined #baserock16:12
*** perryl has joined #baserock16:12
*** dabukalam has joined #baserock16:12
*** flatmush has joined #baserock16:12
*** Lunar^ has joined #baserock16:12
*** CTtpollard has quit IRC16:23
*** edcragg has quit IRC16:23
*** Lachlan1975 has quit IRC16:23
*** gtristan has quit IRC16:23
*** franred has quit IRC16:23
*** bashrc_ has quit IRC16:23
*** nowster has quit IRC16:23
*** Stanto has quit IRC16:23
*** radiofree has quit IRC16:23
*** zoli_ has quit IRC16:23
*** _longines has quit IRC16:23
*** JPohlmann has quit IRC16:23
*** benbrown_ has quit IRC16:23
*** wdutch has quit IRC16:23
*** bjdooks has quit IRC16:23
*** perryl has quit IRC16:23
*** dabukalam has quit IRC16:23
*** flatmush has quit IRC16:23
*** Lunar^ has quit IRC16:23
*** juergbi has joined #baserock16:34
*** rjek has joined #baserock16:34
*** Zara has joined #baserock16:34
*** tiagogomes has joined #baserock16:34
*** bfletcher has joined #baserock16:34
*** CTtpollard has joined #baserock16:34
*** edcragg has joined #baserock16:34
*** Lachlan1975 has joined #baserock16:34
*** gtristan has joined #baserock16:34
*** franred has joined #baserock16:34
*** bashrc_ has joined #baserock16:34
*** nowster has joined #baserock16:34
*** Stanto has joined #baserock16:34
*** radiofree has joined #baserock16:34
*** zoli_ has joined #baserock16:34
*** _longines has joined #baserock16:34
*** JPohlmann has joined #baserock16:34
*** benbrown_ has joined #baserock16:34
*** wdutch has joined #baserock16:34
*** bjdooks has joined #baserock16:34
*** perryl has joined #baserock16:34
*** dabukalam has joined #baserock16:34
*** flatmush has joined #baserock16:34
*** Lunar^ has joined #baserock16:34
*** edcragg has quit IRC16:45
*** Lachlan1975 has quit IRC16:45
*** gtristan has quit IRC16:45
*** franred has quit IRC16:45
*** bashrc_ has quit IRC16:45
*** nowster has quit IRC16:45
*** Stanto has quit IRC16:45
*** radiofree has quit IRC16:45
*** zoli_ has quit IRC16:45
*** _longines has quit IRC16:45
*** JPohlmann has quit IRC16:45
*** benbrown_ has quit IRC16:45
*** wdutch has quit IRC16:45
*** bjdooks has quit IRC16:45
*** perryl has quit IRC16:45
*** dabukalam has quit IRC16:45
*** flatmush has quit IRC16:45
*** Lunar^ has quit IRC16:45
*** CTtpollard has quit IRC16:45
*** bfletcher has quit IRC16:45
*** tiagogomes has quit IRC16:45
*** Zara has quit IRC16:45
*** rjek has quit IRC16:45
*** juergbi has quit IRC16:45
*** Lunar^ has joined #baserock16:46
*** flatmush has joined #baserock16:46
*** dabukalam has joined #baserock16:46
*** perryl has joined #baserock16:46
*** bjdooks has joined #baserock16:46
*** wdutch has joined #baserock16:46
*** benbrown_ has joined #baserock16:46
*** JPohlmann has joined #baserock16:46
*** _longines has joined #baserock16:46
*** zoli_ has joined #baserock16:46
*** radiofree has joined #baserock16:46
*** Stanto has joined #baserock16:46
*** nowster has joined #baserock16:46
*** bashrc_ has joined #baserock16:46
*** franred has joined #baserock16:46
*** gtristan has joined #baserock16:46
*** Lachlan1975 has joined #baserock16:46
*** edcragg has joined #baserock16:46
*** CTtpollard has joined #baserock16:46
*** bfletcher has joined #baserock16:46
*** tiagogomes has joined #baserock16:46
*** Zara has joined #baserock16:46
*** rjek has joined #baserock16:46
*** juergbi has joined #baserock16:46
*** ChanServ has joined #baserock17:04
*** adams.freenode.net sets mode: +o ChanServ17:04
*** toscalix has quit IRC17:37
*** jonathanmaw has quit IRC17:45
*** tiagogomes has quit IRC17:57
*** franred has quit IRC18:01
*** ssam2 has quit IRC18:02
*** bashrc_ has quit IRC18:05
*** bruce_ has joined #baserock18:45
*** edcragg has quit IRC19:08
*** Lachlan1975 has quit IRC19:33
*** lachlanmackenzie has quit IRC19:33
*** bruce_ has quit IRC19:35
*** jjardon has quit IRC19:59
*** jjardon has joined #baserock20:04
*** edcragg has joined #baserock20:09
*** lachlanmackenzie has joined #baserock20:45
*** edcragg has quit IRC21:42
*** edcragg has joined #baserock22:29
*** radiofree has quit IRC23:20
*** radiofree has joined #baserock23:21
*** edcragg has quit IRC23:49

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