*** edcragg has joined #baserock | 01:34 | |
*** edcragg has quit IRC | 01:36 | |
*** gtristan has quit IRC | 02:23 | |
*** gtristan has joined #baserock | 03:12 | |
*** gtristan_ has joined #baserock | 05:05 | |
*** gtristan has quit IRC | 05:05 | |
*** gtristan_ has quit IRC | 05:14 | |
*** gtristan_ has joined #baserock | 05:34 | |
*** thrace has quit IRC | 06:01 | |
*** thrace has joined #baserock | 06:04 | |
*** gtristan_ has quit IRC | 07:31 | |
*** gtristan has joined #baserock | 08:06 | |
*** bruce_ has joined #baserock | 08:09 | |
*** gtristan has quit IRC | 08:24 | |
*** toscalix has joined #baserock | 08:39 | |
*** paulw has joined #baserock | 08:44 | |
*** CTtpollard has quit IRC | 08:53 | |
*** CTtpollard has joined #baserock | 08:55 | |
radiofree | hi, was there every a known issue with morph distbuild where changing the sha for a component wouldn't actually rebuild it? | 09:01 |
---|---|---|
radiofree | definitions were kept local, and not pushed to the trove, however the change was committed locally | 09:02 |
tiagogomes | I didn't touch distbuild in ages, but I thought that the commit needs to be pushed to the trove | 09:03 |
*** gtristan has joined #baserock | 09:09 | |
radiofree | this is a pretty old version | 09:12 |
radiofree | i thought distbuild would push a temporary branch somewhere? | 09:13 |
rjek | My understanding was that distbuild pulled from the trove, so things you wanted to build had to be there somehow? | 09:13 |
pedroalvarez | yes, I believe that's true | 09:14 |
tiagogomes | morph master should push the branch to the trove | 09:14 |
*** bashrc_ has joined #baserock | 09:15 | |
pedroalvarez | also, I believe that it removes the temporary branch when it finishes | 09:16 |
pedroalvarez | One thing you can try is to: push the branch, and then use morph distbuild-morphology | 09:17 |
tiagogomes | The release scripts should be broken, as they use sysbranchdir | 09:34 |
gtristan | Morning folks :) | 09:37 |
gtristan | So, sound is "sorta" working now in GNOME... I had to rebuild the kernel with an intel sound card driver enabled | 09:38 |
gtristan | this 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 |
gtristan | Also, 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 modules | 09:40 |
gtristan | then 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 future | 09:41 |
tiagogomes | We have been keeping all kernel configuration in sync | 09:42 |
pedroalvarez | not all of it, I think, but we tried | 09:42 |
tiagogomes | I think some years ago we were working on a design for handling kernel modules, but AFAIK an implementation never came through | 09:43 |
radiofree | gtristan: patching them all for what? CONFIG_SND? | 09:43 |
radiofree | doesn't make much sense to enable intel snd driver on a jetson for example | 09:43 |
gtristan | radiofree, CONFIG_SND_INTEL8X0 | 09:43 |
tiagogomes | Jonathan Maw should know better, but he is not here | 09:43 |
gtristan | radiofree, we need the actual driver, already had the core | 09:44 |
gtristan | but 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 modules | 09:44 |
pedroalvarez | CONFIG_SND_SOC_TEGRA_* | 09:47 |
gtristan | pedroalvarez, I dont see that config in our 4.2.6 .config :-/ | 09:49 |
gtristan | or I didnt get the joke :-S | 09:50 |
pedroalvarez | well, it wasn't a joke | 09:53 |
pedroalvarez | I 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 |
pedroalvarez | so looks like someone else did the investigation about what is needed on a jetson, maybe bashrc_ or maybe radiofree | 09:54 |
gtristan | Ah | 09:55 |
gtristan | heh | 09:55 |
gtristan | pedroalvarez, right it smells like some gsoc project / experimental kernel branch ? | 09:56 |
gtristan | perhaps that branch is enabled in the jetson bsp ? | 09:56 |
pedroalvarez | don't worry about that, and I think (IMO) that patching x86 kernels for that it's ok | 09:56 |
*** ssam2 has joined #baserock | 09:56 | |
*** ChanServ sets mode: +v ssam2 | 09:56 | |
pedroalvarez | gtristan: no, I don't think we ever merged these patches anywhere | 09:57 |
gtristan | ah so it's all downstream | 09:57 |
gtristan | gotcha | 09:57 |
pedroalvarez | yeah, don't worry about Jetsons (unless you have one, and you really want to try that) | 09:58 |
*** jonathanmaw has joined #baserock | 09:59 | |
pedroalvarez | gtristan: so, is there anything else needed? or just kernel drivers missing? | 09:59 |
gtristan | ok well "for now" I will just add CONFIG_SND_INTELX80 statically, as I understand it supports popular laptop chipsets, including the default VirtualBox audio chipset | 09:59 |
gtristan | the general kernel module problem is a can of worms | 09:59 |
gtristan | pedroalvarez, 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 locales | 10:01 |
gtristan | where we "install everything" | 10:01 |
gtristan | and as a further step, we can look into artifact splitting, picking and choosing what modules we want to actually include | 10:02 |
gtristan | but for now, I think better to push that whole story aside | 10:02 |
pedroalvarez | well, I hated when I had to compile and compile and compile the raspberry kernel because it was building every module possible.. | 10:02 |
gtristan | right, it's one option out of many possible approaches | 10:03 |
pedroalvarez | yes, let's not think about that for now, but it's an interesting topic | 10:03 |
*** edcragg has joined #baserock | 10:18 | |
*** Lachlan1975 has joined #baserock | 10:21 | |
pedroalvarez | <tiagogomes> The release scripts should be broken, as they use sysbranchdir | 10:24 |
pedroalvarez | nooooooooooooooooo /o\ | 10:24 |
tiagogomes | pedroalvarez we just did a release, so we have time to fix them for the next one :) | 10:25 |
pedroalvarez | should I setup a mason that uses latest morph so that you can spot things like this? | 10:25 |
tiagogomes | another mason or changing the current one? | 10:26 |
tiagogomes | is not morph master being tested against definitions master? | 10:26 |
pedroalvarez | another mason, but I don't know if what I have in mind would work | 10:28 |
pedroalvarez | and no, it's not | 10:28 |
tiagogomes | that's bad | 10:30 |
pedroalvarez | hehe, it is | 10:32 |
pedroalvarez | CI is complex, to implement, and to maintain | 10:32 |
edcragg | we already had one implemented... | 10:52 |
SotK | edcragg: s/one/many attempts/ | 10:53 |
*** jonathanmaw has quit IRC | 11:15 | |
*** jonathanmaw has joined #baserock | 11:16 | |
*** CTtpollard has quit IRC | 11:20 | |
*** Lachlan1975 has quit IRC | 11:24 | |
*** CTtpollard has joined #baserock | 11:25 | |
*** Lachlan1975 has joined #baserock | 11:29 | |
*** franred has joined #baserock | 11:45 | |
*** gtristan has quit IRC | 12:19 | |
*** gtristan has joined #baserock | 13:00 | |
*** jonathanmaw_ has joined #baserock | 13:52 | |
*** jonathanmaw_ has joined #baserock | 13:52 | |
*** jonathanmaw has quit IRC | 13:55 | |
*** jonathanmaw_ is now known as jonathanmaw | 14:00 | |
*** Lachlan1975 has quit IRC | 14:31 | |
*** Lachlan1975 has joined #baserock | 15:03 | |
*** ctgriffiths has joined #baserock | 15:17 | |
*** ChanServ has quit IRC | 15:34 | |
*** jonathanmaw has quit IRC | 15:34 | |
*** CTtpollard has quit IRC | 15:34 | |
*** ssam2 has quit IRC | 15:34 | |
*** toscalix has quit IRC | 15:35 | |
*** bruce_ has quit IRC | 15:35 | |
*** thrace has quit IRC | 15:35 | |
*** szm has quit IRC | 15:35 | |
*** Lachlan1975 has quit IRC | 15:35 | |
*** gtristan has quit IRC | 15:35 | |
*** franred has quit IRC | 15:35 | |
*** bashrc_ has quit IRC | 15:35 | |
*** nowster has quit IRC | 15:35 | |
*** Stanto has quit IRC | 15:35 | |
*** bfletcher has quit IRC | 15:35 | |
*** radiofree has quit IRC | 15:35 | |
*** zoli_ has quit IRC | 15:35 | |
*** _longines has quit IRC | 15:35 | |
*** JPohlmann has quit IRC | 15:35 | |
*** SotK has quit IRC | 15:35 | |
*** benbrown_ has quit IRC | 15:35 | |
*** wdutch has quit IRC | 15:35 | |
*** bjdooks has quit IRC | 15:35 | |
*** perryl has quit IRC | 15:35 | |
*** dabukalam has quit IRC | 15:35 | |
*** flatmush has quit IRC | 15:35 | |
*** Lunar^ has quit IRC | 15:35 | |
*** ctgriffiths has quit IRC | 15:35 | |
*** edcragg has quit IRC | 15:35 | |
*** persia has quit IRC | 15:35 | |
*** cyndis_ has quit IRC | 15:35 | |
*** lachlanmackenzie has quit IRC | 15:35 | |
*** jjardon has quit IRC | 15:35 | |
*** tiagogomes has quit IRC | 15:35 | |
*** Zara has quit IRC | 15:35 | |
*** rjek has quit IRC | 15:35 | |
*** juergbi has quit IRC | 15:35 | |
*** fay_ has quit IRC | 15:35 | |
*** bwh has quit IRC | 15:35 | |
*** pedroalvarez has quit IRC | 15:35 | |
*** doffm has quit IRC | 15:35 | |
*** richard_maw has quit IRC | 15:35 | |
*** inara has quit IRC | 15:35 | |
*** jonathanmaw has joined #baserock | 15:39 | |
*** edcragg has joined #baserock | 15:39 | |
*** ctgriffiths has joined #baserock | 15:39 | |
*** CTtpollard has joined #baserock | 15:39 | |
*** ssam2 has joined #baserock | 15:39 | |
*** toscalix has joined #baserock | 15:39 | |
*** bruce_ has joined #baserock | 15:39 | |
*** thrace has joined #baserock | 15:39 | |
*** szm has joined #baserock | 15:39 | |
*** adams.freenode.net sets mode: +v ssam2 | 15:39 | |
*** pedroalvarez has joined #baserock | 15:40 | |
*** fay_ has joined #baserock | 15:40 | |
*** bwh has joined #baserock | 15:40 | |
*** doffm has joined #baserock | 15:40 | |
*** richard_maw has joined #baserock | 15:40 | |
*** adams.freenode.net sets mode: +v richard_maw | 15:40 | |
*** persia has joined #baserock | 15:42 | |
*** cyndis_ has joined #baserock | 15:42 | |
*** lachlanmackenzie has joined #baserock | 15:42 | |
*** jjardon has joined #baserock | 15:42 | |
*** SotK has joined #baserock | 15:43 | |
*** edcragg has quit IRC | 15:43 | |
*** inara has joined #baserock | 15:43 | |
*** bruce_ has quit IRC | 15:48 | |
*** edcragg has joined #baserock | 15:59 | |
*** Lachlan1975 has joined #baserock | 15:59 | |
*** gtristan has joined #baserock | 15:59 | |
*** franred has joined #baserock | 15:59 | |
*** bashrc_ has joined #baserock | 15:59 | |
*** nowster has joined #baserock | 15:59 | |
*** Stanto has joined #baserock | 15:59 | |
*** radiofree has joined #baserock | 15:59 | |
*** zoli_ has joined #baserock | 15:59 | |
*** _longines has joined #baserock | 15:59 | |
*** JPohlmann has joined #baserock | 15:59 | |
*** benbrown_ has joined #baserock | 15:59 | |
*** wdutch has joined #baserock | 15:59 | |
*** bjdooks has joined #baserock | 15:59 | |
*** perryl has joined #baserock | 15:59 | |
*** dabukalam has joined #baserock | 15:59 | |
*** flatmush has joined #baserock | 15:59 | |
*** Lunar^ has joined #baserock | 15:59 | |
*** edcragg has quit IRC | 16:09 | |
*** Lachlan1975 has quit IRC | 16:09 | |
*** gtristan has quit IRC | 16:09 | |
*** franred has quit IRC | 16:09 | |
*** bashrc_ has quit IRC | 16:09 | |
*** nowster has quit IRC | 16:09 | |
*** Stanto has quit IRC | 16:09 | |
*** radiofree has quit IRC | 16:09 | |
*** zoli_ has quit IRC | 16:09 | |
*** _longines has quit IRC | 16:09 | |
*** JPohlmann has quit IRC | 16:09 | |
*** benbrown_ has quit IRC | 16:09 | |
*** wdutch has quit IRC | 16:09 | |
*** bjdooks has quit IRC | 16:09 | |
*** perryl has quit IRC | 16:09 | |
*** dabukalam has quit IRC | 16:09 | |
*** flatmush has quit IRC | 16:09 | |
*** Lunar^ has quit IRC | 16:09 | |
*** edcragg has joined #baserock | 16:12 | |
*** Lachlan1975 has joined #baserock | 16:12 | |
*** gtristan has joined #baserock | 16:12 | |
*** franred has joined #baserock | 16:12 | |
*** bashrc_ has joined #baserock | 16:12 | |
*** nowster has joined #baserock | 16:12 | |
*** Stanto has joined #baserock | 16:12 | |
*** radiofree has joined #baserock | 16:12 | |
*** zoli_ has joined #baserock | 16:12 | |
*** _longines has joined #baserock | 16:12 | |
*** JPohlmann has joined #baserock | 16:12 | |
*** benbrown_ has joined #baserock | 16:12 | |
*** wdutch has joined #baserock | 16:12 | |
*** bjdooks has joined #baserock | 16:12 | |
*** perryl has joined #baserock | 16:12 | |
*** dabukalam has joined #baserock | 16:12 | |
*** flatmush has joined #baserock | 16:12 | |
*** Lunar^ has joined #baserock | 16:12 | |
*** CTtpollard has quit IRC | 16:23 | |
*** edcragg has quit IRC | 16:23 | |
*** Lachlan1975 has quit IRC | 16:23 | |
*** gtristan has quit IRC | 16:23 | |
*** franred has quit IRC | 16:23 | |
*** bashrc_ has quit IRC | 16:23 | |
*** nowster has quit IRC | 16:23 | |
*** Stanto has quit IRC | 16:23 | |
*** radiofree has quit IRC | 16:23 | |
*** zoli_ has quit IRC | 16:23 | |
*** _longines has quit IRC | 16:23 | |
*** JPohlmann has quit IRC | 16:23 | |
*** benbrown_ has quit IRC | 16:23 | |
*** wdutch has quit IRC | 16:23 | |
*** bjdooks has quit IRC | 16:23 | |
*** perryl has quit IRC | 16:23 | |
*** dabukalam has quit IRC | 16:23 | |
*** flatmush has quit IRC | 16:23 | |
*** Lunar^ has quit IRC | 16:23 | |
*** juergbi has joined #baserock | 16:34 | |
*** rjek has joined #baserock | 16:34 | |
*** Zara has joined #baserock | 16:34 | |
*** tiagogomes has joined #baserock | 16:34 | |
*** bfletcher has joined #baserock | 16:34 | |
*** CTtpollard has joined #baserock | 16:34 | |
*** edcragg has joined #baserock | 16:34 | |
*** Lachlan1975 has joined #baserock | 16:34 | |
*** gtristan has joined #baserock | 16:34 | |
*** franred has joined #baserock | 16:34 | |
*** bashrc_ has joined #baserock | 16:34 | |
*** nowster has joined #baserock | 16:34 | |
*** Stanto has joined #baserock | 16:34 | |
*** radiofree has joined #baserock | 16:34 | |
*** zoli_ has joined #baserock | 16:34 | |
*** _longines has joined #baserock | 16:34 | |
*** JPohlmann has joined #baserock | 16:34 | |
*** benbrown_ has joined #baserock | 16:34 | |
*** wdutch has joined #baserock | 16:34 | |
*** bjdooks has joined #baserock | 16:34 | |
*** perryl has joined #baserock | 16:34 | |
*** dabukalam has joined #baserock | 16:34 | |
*** flatmush has joined #baserock | 16:34 | |
*** Lunar^ has joined #baserock | 16:34 | |
*** edcragg has quit IRC | 16:45 | |
*** Lachlan1975 has quit IRC | 16:45 | |
*** gtristan has quit IRC | 16:45 | |
*** franred has quit IRC | 16:45 | |
*** bashrc_ has quit IRC | 16:45 | |
*** nowster has quit IRC | 16:45 | |
*** Stanto has quit IRC | 16:45 | |
*** radiofree has quit IRC | 16:45 | |
*** zoli_ has quit IRC | 16:45 | |
*** _longines has quit IRC | 16:45 | |
*** JPohlmann has quit IRC | 16:45 | |
*** benbrown_ has quit IRC | 16:45 | |
*** wdutch has quit IRC | 16:45 | |
*** bjdooks has quit IRC | 16:45 | |
*** perryl has quit IRC | 16:45 | |
*** dabukalam has quit IRC | 16:45 | |
*** flatmush has quit IRC | 16:45 | |
*** Lunar^ has quit IRC | 16:45 | |
*** CTtpollard has quit IRC | 16:45 | |
*** bfletcher has quit IRC | 16:45 | |
*** tiagogomes has quit IRC | 16:45 | |
*** Zara has quit IRC | 16:45 | |
*** rjek has quit IRC | 16:45 | |
*** juergbi has quit IRC | 16:45 | |
*** Lunar^ has joined #baserock | 16:46 | |
*** flatmush has joined #baserock | 16:46 | |
*** dabukalam has joined #baserock | 16:46 | |
*** perryl has joined #baserock | 16:46 | |
*** bjdooks has joined #baserock | 16:46 | |
*** wdutch has joined #baserock | 16:46 | |
*** benbrown_ has joined #baserock | 16:46 | |
*** JPohlmann has joined #baserock | 16:46 | |
*** _longines has joined #baserock | 16:46 | |
*** zoli_ has joined #baserock | 16:46 | |
*** radiofree has joined #baserock | 16:46 | |
*** Stanto has joined #baserock | 16:46 | |
*** nowster has joined #baserock | 16:46 | |
*** bashrc_ has joined #baserock | 16:46 | |
*** franred has joined #baserock | 16:46 | |
*** gtristan has joined #baserock | 16:46 | |
*** Lachlan1975 has joined #baserock | 16:46 | |
*** edcragg has joined #baserock | 16:46 | |
*** CTtpollard has joined #baserock | 16:46 | |
*** bfletcher has joined #baserock | 16:46 | |
*** tiagogomes has joined #baserock | 16:46 | |
*** Zara has joined #baserock | 16:46 | |
*** rjek has joined #baserock | 16:46 | |
*** juergbi has joined #baserock | 16:46 | |
*** ChanServ has joined #baserock | 17:04 | |
*** adams.freenode.net sets mode: +o ChanServ | 17:04 | |
*** toscalix has quit IRC | 17:37 | |
*** jonathanmaw has quit IRC | 17:45 | |
*** tiagogomes has quit IRC | 17:57 | |
*** franred has quit IRC | 18:01 | |
*** ssam2 has quit IRC | 18:02 | |
*** bashrc_ has quit IRC | 18:05 | |
*** bruce_ has joined #baserock | 18:45 | |
*** edcragg has quit IRC | 19:08 | |
*** Lachlan1975 has quit IRC | 19:33 | |
*** lachlanmackenzie has quit IRC | 19:33 | |
*** bruce_ has quit IRC | 19:35 | |
*** jjardon has quit IRC | 19:59 | |
*** jjardon has joined #baserock | 20:04 | |
*** edcragg has joined #baserock | 20:09 | |
*** lachlanmackenzie has joined #baserock | 20:45 | |
*** edcragg has quit IRC | 21:42 | |
*** edcragg has joined #baserock | 22:29 | |
*** radiofree has quit IRC | 23:20 | |
*** radiofree has joined #baserock | 23:21 | |
*** edcragg has quit IRC | 23:49 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!