Saturday, 2019-09-07

*** fatalhalt <fatalhalt!~fatalhalt@c-67-163-60-93.hsd1.il.comcast.net> has quit IRC00:10
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has joined #yocto00:14
*** fatalhalt <fatalhalt!~fatalhalt@c-67-163-60-93.hsd1.il.comcast.net> has joined #yocto00:15
*** sgw <sgw!sgw@nat/intel/x-scbjidavzahrvdgy> has quit IRC01:16
*** sgw <sgw!~sgw@192.55.54.38> has joined #yocto01:34
*** RB2 <RB2!~RB2@c-73-178-160-56.hsd1.nj.comcast.net> has quit IRC01:41
*** RB2 <RB2!~RB2@c-73-178-160-56.hsd1.nj.comcast.net> has joined #yocto01:43
*** armpit <armpit!~armpit@2601:202:4180:c33:1428:d184:917c:1fd5> has quit IRC02:35
*** fitzsim_ <fitzsim_!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC02:38
*** armpit <armpit!~armpit@2601:202:4180:c33:3c65:c48d:4297:c509> has joined #yocto02:47
*** anujm <anujm!~anujm@134.134.139.77> has joined #yocto03:07
*** fatalhalt <fatalhalt!~fatalhalt@c-67-163-60-93.hsd1.il.comcast.net> has quit IRC03:42
*** anujm <anujm!~anujm@134.134.139.77> has quit IRC03:56
*** rubdos <rubdos!~rubdos@77.109.126.100> has joined #yocto04:12
*** learningc <learningc!~learningc@121.122.76.45> has joined #yocto05:01
*** learningc <learningc!~learningc@121.122.76.45> has quit IRC05:32
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto06:23
*** agust <agust!~agust@p54833695.dip0.t-ipconnect.de> has joined #yocto06:55
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto07:46
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto08:08
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC08:44
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto08:54
*** JaMa <JaMa!~martin@ip-217-030-068-212.aim-net.cz> has joined #yocto09:02
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC10:19
*** yann <yann!~yann@aputeaux-655-1-52-10.w86-195.abo.wanadoo.fr> has joined #yocto12:03
*** kaspter <kaspter!~Instantbi@2409:8928:63e:10ee:91a0:607d:ef26:b3a0> has joined #yocto12:08
*** tprrt <tprrt!~tprrt@upc31-1-78-208-110-13.fbx.proxad.net> has joined #yocto12:17
nrossiRP: sorted out those selftest changes. I skipped splitting binutils because the -j does not reuse sstate so the time to build all the pieces is actually longer than the tests themselves12:58
*** goliath <goliath!~goliath@178.114.0.118> has joined #yocto13:01
RPnrossi: I was just reading the series, thanks!13:02
RPnrossi: one question,  I think we perhaps want toolchain-user without machine as the tags?13:02
RPnrossi: If I run -t machine, would it run the toolchain tests?13:03
nrossiRP: i was not quite sure so i kept the machine tag there13:03
RPnrossi: I think -j does reuse sstate depending on how you configure it?13:03
RPnrossi: if I run "oe-selftest -t machine" what runs?13:04
nrossiRP: everything tagged machine, so yes toolchain tests13:04
RPnrossi: Right, that isn't what we want on the autobuilder13:04
RPWe'll need to tweak this to drop the machine bit13:05
nrossiRP: sure, will also need to fixup the binutils tags since it is just machine atm13:05
RPnrossi: (not criticism, just trying to ensure we get over the final hurdle with this)13:05
RPnrossi: really appreciate getting these patches btw. I was pondering where we're at earlier and how to proceed13:09
nrossiRP: sorry i thought i was the only one that works outside "office hours" :)13:10
RPnrossi: I can't afford the autobuilder idle time at ths point in the release!13:10
RPnrossi: merged into next with a tweak and quick/full builds fired together. Lets see what that does13:13
RPautobuilder sstate should be hot13:13
* RP -> afk for a bit13:13
nrossiRP: oooppps oh noes python 3.4 vs python 3.7 syntax issue :(13:17
*** goliath <goliath!~goliath@178.114.0.118> has quit IRC13:32
nrossiRP: oh it has always been there :| minor fix (https://github.com/nathanrossi/openembedded-core/commit/8bb339653335fbe56e317bc6bf3e7e1d6c2007d4)13:35
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto14:20
*** Ad0 <Ad0!~Ad0@93.124.245.194> has quit IRC14:21
*** Ad0 <Ad0!~Ad0@93.124.245.194> has joined #yocto14:27
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC14:34
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto15:05
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC15:07
*** learningc <learningc!~learningc@121.122.76.45> has joined #yocto15:44
RPnrossi: I messed up the AB config so retrying15:47
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC15:51
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto16:03
khemnrossi: there are the test cross wrapper in gcc/glibc recipes I think they are redundant now we should remove them16:08
nrossikhem: you are talking about the -testgcc script generated by gcc-cross and the glibc-testing.inc which i assume were used for manual testing yes?16:12
RPkhem, nrossi: I was wondering if we needed those now16:19
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto16:22
*** learningc <learningc!~learningc@121.122.76.45> has quit IRC16:34
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC16:34
*** learningc <learningc!~learningc@121.122.76.45> has joined #yocto16:37
*** learningc <learningc!~learningc@121.122.76.45> has quit IRC16:42
*** learningc <learningc!~learningc@121.122.76.45> has joined #yocto16:43
*** learningc <learningc!~learningc@121.122.76.45> has joined #yocto16:43
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC16:47
RPnrossi: https://autobuilder.yoctoproject.org/typhoon/#/builders/73/builds/1013 :/16:55
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto16:57
khemnrossi:correct, I was probably the only occasional user so we can remove them now17:21
*** grumble <grumble!~grumble@freenode/staff/grumble> has quit IRC17:24
*** grumble <grumble!~grumble@freenode/staff/grumble> has joined #yocto17:29
*** learningc <learningc!~learningc@121.122.76.45> has quit IRC17:29
*** learningc <learningc!~learningc@121.122.76.45> has joined #yocto17:29
*** learningc <learningc!~learningc@121.122.76.45> has quit IRC17:46
*** learningc <learningc!~learningc@121.122.76.45> has joined #yocto17:47
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto17:51
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto17:56
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC18:03
RPnrossi: found and pushed a fix18:18
*** learningc <learningc!~learningc@121.122.76.45> has quit IRC18:22
*** learningc <learningc!~learningc@121.122.76.45> has joined #yocto18:23
*** learningc <learningc!~learningc@121.122.76.45> has quit IRC19:15
*** learningc <learningc!~learningc@121.122.76.45> has joined #yocto19:18
*** kaspter <kaspter!~Instantbi@2409:8928:63e:10ee:91a0:607d:ef26:b3a0> has quit IRC19:28
*** rubdos <rubdos!~rubdos@77.109.126.100> has quit IRC19:29
*** rubdos <rubdos!~rubdos@2a02:578:859d:701:a846:9858:21a:9451> has joined #yocto19:34
*** gnac <gnac!~gnac@or-71-0-52-80.sta.embarqhsd.net> has quit IRC20:19
*** nmoos <nmoos!~moosnat@unaffiliated/moosnat> has joined #yocto20:19
*** nmoos <nmoos!~moosnat@unaffiliated/moosnat> has quit IRC20:20
*** JaMa <JaMa!~martin@ip-217-030-068-212.aim-net.cz> has quit IRC20:33
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has quit IRC20:57
RPnrossi: merged with a few tweaks and patch rearranging :)21:00
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC21:12
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto21:12
khemRP:I like that my patches are also going in along with oeqa, I guess I should have sent patches to add runit init system today instead of them :)21:16
RPkhem: its only as it was a simple typo ;-)21:17
RPkhem: more complex and it would have been defferred21:18
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto21:18
khemRP: I plan to add toolchain oeqa to my regular testing21:29
*** opennandra <opennandra!~marek@90-64-77-176.dynamic.orange.sk> has joined #yocto21:31
*** opennandra <opennandra!~marek@90-64-77-176.dynamic.orange.sk> has quit IRC21:44
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto22:04
*** cpo <cpo!~cpo@helix.mybll.net> has quit IRC22:08
derRichardwat is the suggest approach to install an image into a image? i want an initramfs file in my image22:18
derRichard*what22:18
*** cpo <cpo!~cpo@helix.mybll.net> has joined #yocto22:25
khemlook into INITRAMFS_IMAGE_BUNDLE and INITRAMFS_IMAGE22:46
*** agust <agust!~agust@p54833695.dip0.t-ipconnect.de> has quit IRC22:52
derRichardthx23:03

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