*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 00:06 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto | 00:14 | |
*** johndau <johndau!~FossaMail@113.161.95.72> has joined #yocto | 00:14 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 00:18 | |
*** sameo_ <sameo_!~samuel@192.55.54.43> has quit IRC | 00:20 | |
*** dreyna <dreyna!~dreyna@unknown-216-197.windriver.com> has quit IRC | 00:21 | |
*** johndau <johndau!~FossaMail@113.161.95.72> has quit IRC | 00:30 | |
Snert | seebs: that sounds like it's all fucked up. | 00:32 |
---|---|---|
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC | 00:32 | |
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC | 00:42 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 00:43 | |
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto | 00:43 | |
*** johndau <johndau!~johndau@113.161.95.72> has joined #yocto | 00:46 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 00:48 | |
*** pwebster <pwebster!3a6039dc@gateway/web/freenode/ip.58.96.57.220> has joined #yocto | 00:54 | |
pwebster | morning all | 00:54 |
*** evanmeag_ <evanmeag_!~MongooseW@12.104.179.154> has quit IRC | 00:55 | |
pwebster | Can anyone advise whether it's possible to get more debug out of devtool? Specifically, I am trying to find out why the devtool modify, build, deploy-target process always deploys the same binary | 00:56 |
pwebster | (in my setup) | 00:57 |
*** tjamison <tjamison!~tjamison@38.104.105.146> has quit IRC | 00:57 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 01:08 | |
*** paulg <paulg!~paulg@173.239.178.230> has quit IRC | 01:09 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 01:10 | |
*** armpit <armpit!~akuster@64.2.3.194> has quit IRC | 01:32 | |
*** massey101 <massey101!~jack@110.143.100.131> has joined #yocto | 01:34 | |
bluelightning | pwebster: possibly not, but the issue would be in the recipe or the build process it calls - since devtool deploy-target is only installing what gets installed by do_install | 01:35 |
* bluelightning is the primary author of devtool | 01:35 | |
bluelightning | first thing to check would be to look under image/ in the work directory for the recipe, just to check if that's the unmodified version... then work back from there - you could look at temp/log.do_install in the workdir as well | 01:37 |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 01:39 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 01:39 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 01:41 | |
*** massey101 <massey101!~jack@110.143.100.131> has left #yocto | 01:47 | |
pwebster | @bluelightning: Thank-you for the response. | 01:47 |
bluelightning | no worries | 01:48 |
pwebster | As far as I can tell, there are 2 different targets where my binary is being installed based on whether I'm using devtool or bitbake to build the recipe | 01:50 |
pwebster | I'm building for the raspberrypi using the meta-raspberrypi layer. | 01:51 |
pwebster | The one under tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/<recipe> seems to be the result of devtool build <recipe> | 01:53 |
bluelightning | and the other? | 01:53 |
bluelightning | there shouldn't be any separation | 01:53 |
pwebster | I've just discovered that the one deployed in the rootfs for my image target is updated after I did the devtool modify and edited code, then did bitbake image | 01:54 |
pwebster | That might get me by for now, but I expected the process was to use devtool to make changes and test until I was ready to create a source patch | 01:55 |
bluelightning | the latter is expected to work, so something unusual is going on | 01:56 |
pwebster | The devtool deploy seems to use a different work location than the bitbake image | 01:58 |
pwebster | the bb outputs to tmp/work/raspberrypi-poky-linux-gnueabi | 01:59 |
pwebster | not the arm1176jzfshf-vfp-poky-linux-gnueabi one. Is that significant? | 01:59 |
bluelightning | it could be yes | 02:00 |
bluelightning | what do you get if you run: bitbake -e recipe | grep ^WORKDIR= | 02:01 |
pwebster | WORKDIR="/home/pwebster/Work/Yocto/builds/pi1/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/<recipe>/<version>" | 02:03 |
pwebster | I'll check how my image is doing its builds... | 02:06 |
bluelightning | ok, so at least if you built the image now I can't imagine how it would be pulling from any other location | 02:07 |
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC | 02:10 | |
*** sgw_ <sgw_!sgw_@nat/intel/x-eachzxiupwosfttt> has joined #yocto | 02:11 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 02:12 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 02:15 | |
pwebster | @bluelightning: thanks for the help. The "different" binaries in the rootfs vs the "recipe/image" was a red herring. The rootfs one was significantly smaller, I think it's probably being stripped as part of its install. I need to investigate some more, but at least I have a better idea now where to look. | 02:24 |
*** gtristan <gtristan!~tristanva@110.11.179.37> has quit IRC | 02:25 | |
bluelightning | pwebster: ok, please do let me know if you figure it out and/or need any help | 02:25 |
pwebster | Thanks. I'm very new to Yocto and it's processes, so it's probably an understanding/expectation issue. Having said that, if I can provide even just some feedback for documentation improvements to help new users, I will. | 02:28 |
bluelightning | that would be much appreciated :) | 02:28 |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-cdtrecijtjrnzffz> has joined #yocto | 02:29 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 02:34 | |
*** evanmeagher <evanmeagher!~MongooseW@c-67-174-255-15.hsd1.ca.comcast.net> has joined #yocto | 02:40 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 02:40 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 02:43 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto | 03:01 | |
*** Technicus <Technicus!615662d1@gateway/web/freenode/ip.97.86.98.209> has quit IRC | 03:03 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 03:05 | |
*** evanmeagher <evanmeagher!~MongooseW@c-67-174-255-15.hsd1.ca.comcast.net> has quit IRC | 03:12 | |
pwebster | @bluelightning: Found the first clue to the problem. The recipe uses the ${WORKDIR} variable extensively wherever a source directory is used, ie in OE_CMAKESOURCEPATH, in a do_configure_prepend and even in the arguments passed to cmake. Is there a better variable to use that will be updated when EXTERNALSRC is set for the recipe or do I need to implement some kind of local "if EXTERNALSRCE is set then..." check? | 03:30 |
bluelightning | pwebster: it should really be using ${S} | 03:32 |
bluelightning | then it should work fine with externalsrc | 03:33 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 03:40 | |
pwebster | yep, thanks, was just about to say that I found the solution :D | 03:41 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 03:41 | |
pwebster | WORKDIR was used because it was referred to a lot in different examples of recipe writing, not explicitly in the things we are doing in the recipe, but the assumption was it was what should be used. And it worked, until I needed to build from an external source. | 03:46 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 03:46 | |
pwebster | Thanks again for your help | 03:47 |
*** johndau <johndau!~johndau@113.161.95.72> has quit IRC | 04:10 | |
*** johndau <johndau!~johndau@113.161.95.72> has joined #yocto | 04:11 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 04:53 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 04:58 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC | 05:12 | |
*** RP <RP!~richard@5751f4a1.skybroadband.com> has quit IRC | 05:13 | |
*** t0mmy_ <t0mmy_!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 05:14 | |
*** t0mmy_ <t0mmy_!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 05:17 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto | 05:18 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto | 05:23 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC | 05:35 | |
*** pohly <pohly!~pohly@p5DE8C97F.dip0.t-ipconnect.de> has joined #yocto | 05:36 | |
*** obsrwr <obsrwr!~otp-amois@catv-78-139-0-146.catv.broadband.hu> has joined #yocto | 05:40 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 05:42 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 05:45 | |
*** agust <agust!~agust@p4FCB4393.dip0.t-ipconnect.de> has joined #yocto | 05:50 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto | 05:52 | |
*** xist <xist!~toanju@185.27.182.30> has joined #yocto | 06:03 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto | 06:07 | |
*** Flow86 <Flow86!sbnc@www.siedler25.org> has quit IRC | 06:20 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:23 | |
*** Flow86 <Flow86!sbnc@www.siedler25.org> has joined #yocto | 06:23 | |
*** xist <xist!~toanju@185.27.182.30> has quit IRC | 06:24 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 06:25 | |
*** johndau <johndau!~johndau@113.161.95.72> has quit IRC | 06:42 | |
*** johndau <johndau!~johndau@113.161.95.72> has joined #yocto | 06:42 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-fdbkfyzsptngkazn> has joined #yocto | 06:50 | |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto | 06:50 | |
*** johndau <johndau!~johndau@113.161.95.72> has quit IRC | 06:52 | |
*** johndau <johndau!~johndau@113.161.95.72> has joined #yocto | 06:52 | |
*** jbrianceau_away is now known as jbrianceau | 06:56 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 06:56 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC | 06:56 | |
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 07:08 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 07:09 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 07:17 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC | 07:23 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 07:26 | |
*** __karthik <__karthik!~karthik@192.91.75.30> has quit IRC | 07:28 | |
*** __karthik <__karthik!~karthik@192.91.75.29> has joined #yocto | 07:28 | |
*** boucman_work <boucman_work!~boucman@229.29.205.77.rev.sfr.net> has joined #yocto | 07:30 | |
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has joined #yocto | 07:31 | |
*** sno <sno!~sno@b2b-78-94-80-58.unitymedia.biz> has quit IRC | 07:34 | |
*** RP <RP!~richard@5751f4a1.skybroadband.com> has joined #yocto | 07:37 | |
*** t0mmy_ <t0mmy_!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 07:50 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 07:52 | |
*** jkroon_ <jkroon_!~jkroon@89-253-118-72.customers.ownit.se> has joined #yocto | 07:53 | |
*** sameo <sameo!~samuel@192.55.55.37> has joined #yocto | 07:53 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B663.dip0.t-ipconnect.de> has joined #yocto | 07:55 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:57 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 08:04 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-hbsbepsxzqzgdody> has joined #yocto | 08:05 | |
*** t0mmy_ <t0mmy_!~tprrt@217.114.201.133> has joined #yocto | 08:09 | |
*** ant_work <ant_work!~ant__@95.236.249.71> has joined #yocto | 08:09 | |
*** toscalix <toscalix!~toscalix@80.91.95.202> has joined #yocto | 08:12 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 08:21 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B663.dip0.t-ipconnect.de> has quit IRC | 08:23 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B663.dip0.t-ipconnect.de> has joined #yocto | 08:23 | |
*** sveinse <sveinse!~chatzilla@156.92-221-160.customer.lyse.net> has quit IRC | 08:25 | |
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto | 08:28 | |
*** Biliogadafr <Biliogadafr!~pin@nat3-minsk-pool-46-53-182-183.telecom.by> has joined #yocto | 08:32 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 08:34 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 08:36 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 08:36 | |
*** sveinse <sveinse!~chatzilla@156.92-221-160.customer.lyse.net> has joined #yocto | 08:38 | |
*** sno <sno!~sno@62.157.143.22> has joined #yocto | 08:46 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC | 08:47 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto | 08:51 | |
*** florian_kc is now known as florian | 08:52 | |
*** Anticom <Anticom!~timo.m@217.6.33.234> has joined #yocto | 08:52 | |
*** Flow86 <Flow86!sbnc@www.siedler25.org> has quit IRC | 08:53 | |
*** Flow86 <Flow86!sbnc@www.siedler25.org> has joined #yocto | 08:55 | |
*** townxelliot <townxelliot!~ell@176.249.240.35> has joined #yocto | 08:55 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 09:02 | |
*** mckoan|away is now known as mckoan | 09:08 | |
mckoan | good morning | 09:08 |
CTtpollard | morning mckoan | 09:11 |
*** gtristan <gtristan!~tristanva@110.11.179.37> has joined #yocto | 09:12 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 09:17 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 09:22 | |
*** ziggo_ <ziggo_!~ziggo@212.118.209.82> has quit IRC | 09:40 | |
*** ziggo <ziggo!~ziggo@212.118.209.82> has joined #yocto | 09:40 | |
*** fledermaus <fledermaus!~vivek@2a00:1098:5:0:740f:b741:811c:cee4> has joined #yocto | 09:43 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC | 10:07 | |
*** johndau <johndau!~johndau@113.161.95.72> has quit IRC | 10:10 | |
*** mckoan is now known as mckoan|away | 10:24 | |
*** ant_work <ant_work!~ant__@95.236.249.71> has quit IRC | 10:32 | |
*** townxelliot <townxelliot!~ell@176.249.240.35> has quit IRC | 10:33 | |
*** shagu <shagu!~eric@p5B2E8651.dip0.t-ipconnect.de> has joined #yocto | 10:45 | |
*** ant_work <ant_work!~ant__@95.236.249.71> has joined #yocto | 10:53 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC | 10:53 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 10:58 | |
*** jkroon_ <jkroon_!~jkroon@89-253-118-72.customers.ownit.se> has quit IRC | 11:00 | |
*** jkroon_ <jkroon_!~jkroon@89-253-118-72.customers.ownit.se> has joined #yocto | 11:23 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 11:45 | |
*** berton <berton!~fabio@177.127.4.56> has joined #yocto | 11:46 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 11:49 | |
*** igor2 <igor2!~igor@189.112.127.225> has joined #yocto | 11:56 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 11:57 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 12:04 | |
sveinse | No kidding about test-dependencies.sh taking a lot of time.. 9 hrs to be exact... | 12:06 |
sveinse | But I think maybe the script went haywire... It tried to bitbake every word in my comments | 12:07 |
mathieu_la | Hi, I'm getting the taskhash mismatch error with meta-raspberrypi, I just updated to a new revisionn. | 12:12 |
mathieu_la | going back to commit 6564e126aea0ac42a129595c79218ba69f8095eb works | 12:12 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 12:15 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 12:16 | |
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has joined #yocto | 12:27 | |
*** marka <marka!~marka@128.224.252.2> has joined #yocto | 12:33 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto | 12:35 | |
*** Kakounet <Kakounet!58a35735@gateway/web/freenode/ip.88.163.87.53> has joined #yocto | 12:47 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.44> has joined #yocto | 12:53 | |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has joined #yocto | 13:02 | |
*** cference <cference!~cference@64.187.189.2> has joined #yocto | 13:06 | |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has joined #yocto | 13:07 | |
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has quit IRC | 13:14 | |
*** ant_work <ant_work!~ant__@95.236.249.71> has quit IRC | 13:17 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 13:31 | |
*** igor2 <igor2!~igor@189.112.127.225> has quit IRC | 13:31 | |
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto | 13:31 | |
*** ntl <ntl!~nathanl@cpe-24-242-74-130.austin.res.rr.com> has joined #yocto | 13:32 | |
*** Guest86500 is now known as nisha | 13:36 | |
*** toscalix <toscalix!~toscalix@80.91.95.202> has quit IRC | 13:42 | |
*** bottazzini <bottazzini!~realBigfo@192.55.55.41> has joined #yocto | 13:45 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 13:47 | |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has left #yocto | 13:53 | |
*** toscalix <toscalix!~toscalix@80.91.95.202> has joined #yocto | 13:53 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@2.43.237.217> has joined #yocto | 13:57 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 13:57 | |
*** madisox <madisox!~madison@12.30.244.5> has joined #yocto | 13:58 | |
*** belen1 <belen1!Adium@nat/intel/x-kkepwjbpbabhqcjn> has joined #yocto | 14:01 | |
*** belen1 <belen1!~Adium@134.134.137.73> has joined #yocto | 14:02 | |
*** belen <belen!Adium@nat/intel/x-baczsglqahgoloht> has quit IRC | 14:03 | |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has quit IRC | 14:05 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC | 14:09 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has joined #yocto | 14:10 | |
mathieu_la | possibly stupid question : I have some image recipe on my meta-folder depending on some machine image. Now I would like to port the project to a new machine, do I need to include the first machine layer? or is there a way to blacklist those recipes? | 14:12 |
*** ziggo <ziggo!~ziggo@212.118.209.82> has quit IRC | 14:20 | |
*** caiortp <caiortp!~inatel@131.221.240.204> has joined #yocto | 14:29 | |
*** Anticom <Anticom!~timo.m@217.6.33.234> has quit IRC | 14:31 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 14:34 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 14:35 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto | 14:35 | |
*** shagu <shagu!~eric@p5B2E8651.dip0.t-ipconnect.de> has quit IRC | 14:39 | |
*** armpit <armpit!~akuster@2601:202:4001:9ea0:fd9d:2e79:6157:365c> has joined #yocto | 14:40 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 14:43 | |
boucman_work | mathieu_la: there is a way of specifying that a recipe is only valid on certain MACHINE, but i'm not sure what it is... | 14:44 |
rburton | COMPATIBLE_(MACHINE/HOST) | 14:45 |
boucman_work | thx | 14:45 |
RP | kergoth: did you see the delete variable syntax patch ? | 14:46 |
mathieu_la | cool, thanks | 14:55 |
*** HyP3r <HyP3r!~HyP3r@andreas-fendt.de> has joined #yocto | 15:02 | |
HyP3r | Hey all, I'm working with http://developer.toradex.com/knowledge-base/board-support-package/openembedded-(core) in combination with a toradex vf61 board, now I want to add to my kernel a wireless driver | 15:03 |
HyP3r | In my case this module: https://www.bluegiga.com/en-US/products/wf111-wifi-module/ | 15:03 |
HyP3r | Whats the correct way to do this? | 15:03 |
*** igor2 <igor2!~igor@177.159.144.73> has quit IRC | 15:04 | |
HyP3r | Inside my Yocto folder structure I have the folder oe-core/build/out-glibc/work-shared/colibri-vf/kernel-source which seems to be the kernel directory | 15:05 |
HyP3r | This driver I have found allows me to patch an exisiting kernel source, but I think this is not the correct way | 15:05 |
*** tjamison <tjamison!~tjamison@38.104.105.146> has joined #yocto | 15:06 | |
boucman_work | HyP3r: is the kernel driver supported by toradex's kernel (i.e you just need to change an option) | 15:06 |
boucman_work | is it an external module ? | 15:06 |
boucman_work | is it a patch ? | 15:06 |
boucman_work | HyP3r: yocto can apply patches to kernels, but the patch needs to be for the same version of the kernel, did you check that ? | 15:06 |
HyP3r | boucman_work: I'm able to compile it as module extern, and I'm able to patch an existing kernel | 15:06 |
HyP3r | In my strategy was this the next step: checkig if compatible | 15:07 |
HyP3r | I don't know how to find that out | 15:07 |
*** evanmeagher <evanmeagher!~MongooseW@c-67-174-255-15.hsd1.ca.comcast.net> has joined #yocto | 15:07 | |
HyP3r | my kernel has 4.1.15 | 15:07 |
boucman_work | maybe check here : http://www.yoctoproject.org/docs/2.1/kernel-dev/kernel-dev.html#incorporating-out-of-tree-modules | 15:07 |
*** hamis_lt_u <hamis_lt_u!~irfan@39.46.112.127> has joined #yocto | 15:11 | |
*** aurele <aurele!~aurele@srvmsg.castel.fr> has quit IRC | 15:12 | |
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has joined #yocto | 15:17 | |
HyP3r | boucman_work: but in this case the driver would be compiled as external kernel module, is that correct? | 15:18 |
HyP3r | What if I want to patch the kernel with that driver? So I can bind the driver into the kernel | 15:20 |
*** aehs29 <aehs29!~aehernan@134.134.139.82> has joined #yocto | 15:20 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 15:21 | |
boucman_work | you can patch a kernel with a bbappend like any other recipe | 15:21 |
boucman_work | http://www.yoctoproject.org/docs/2.1/kernel-dev/kernel-dev.html#applying-patches | 15:21 |
*** aehs29 <aehs29!~aehernan@134.134.139.82> has quit IRC | 15:22 | |
*** aehs29 <aehs29!~aehernan@134.134.139.82> has joined #yocto | 15:22 | |
*** aehs29 <aehs29!~aehernan@134.134.139.82> has joined #yocto | 15:23 | |
*** boucman_work <boucman_work!~boucman@229.29.205.77.rev.sfr.net> has quit IRC | 15:25 | |
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has quit IRC | 15:32 | |
*** evanmeagher <evanmeagher!~MongooseW@c-67-174-255-15.hsd1.ca.comcast.net> has quit IRC | 15:33 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 15:37 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 15:37 | |
RP | armpit: I just fixed up the meta-qt4 branches with the fixes FWIW | 15:39 |
*** Technicus <Technicus!615662d1@gateway/web/freenode/ip.97.86.98.209> has joined #yocto | 15:41 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto | 15:43 | |
armpit | RP, thanks | 15:44 |
Technicus | Hello, I am trying to figure out how to recompile the yocto kernel following this: < https://www.yoctoproject.org/sites/default/files/elc2013-kernel-lab.pdf >. I am trying to add this module: < http://modules.libres.ch/browse/linux/v3.1/i386/snd-virmidi/ >. Am I following the right path by following this lab? | 15:47 |
*** Rishi__ <Rishi__!~Rishi@49.32.82.219> has joined #yocto | 15:57 | |
*** Rishi__ <Rishi__!~Rishi@49.32.82.219> has left #yocto | 16:01 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 16:01 | |
*** sveinse <sveinse!~chatzilla@156.92-221-160.customer.lyse.net> has quit IRC | 16:02 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:04 | |
*** nisha <nisha!~nisha@38.104.105.146> has quit IRC | 16:08 | |
-YoctoAutoBuilder- build #518 of nightly-rpm-non-rpm is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm-non-rpm/builds/518 | 16:09 | |
*** Kakounet <Kakounet!58a35735@gateway/web/freenode/ip.88.163.87.53> has quit IRC | 16:09 | |
*** aehs29 <aehs29!~aehernan@134.134.139.82> has left #yocto | 16:14 | |
*** nisha <nisha!~nisha@38.104.105.146> has joined #yocto | 16:15 | |
*** nisha <nisha!~nisha@38.104.105.146> has joined #yocto | 16:16 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 16:18 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:22 | |
-YoctoAutoBuilder- build #265 of nightly-checkuri is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-checkuri/builds/265 | 16:27 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto | 16:30 | |
*** sno <sno!~sno@62.157.143.22> has quit IRC | 16:32 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 16:33 | |
*** belen1 <belen1!~Adium@134.134.137.73> has quit IRC | 16:38 | |
*** belen <belen!~Adium@134.134.137.73> has joined #yocto | 16:40 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has quit IRC | 16:40 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 16:44 | |
*** belen <belen!~Adium@134.134.137.73> has quit IRC | 16:44 | |
*** bruce___ <bruce___!~bruce@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has joined #yocto | 16:45 | |
*** jkroon_ <jkroon_!~jkroon@89-253-118-72.customers.ownit.se> has quit IRC | 16:46 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 16:46 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B663.dip0.t-ipconnect.de> has quit IRC | 16:49 | |
*** t0mmy_ <t0mmy_!~tprrt@217.114.201.133> has quit IRC | 16:50 | |
*** zeddii_gw <zeddii_gw!~zeddii@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has joined #yocto | 16:52 | |
*** lamego <lamego!~jose@134.134.139.78> has joined #yocto | 16:53 | |
*** zeddii_gw <zeddii_gw!~zeddii@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has joined #yocto | 16:54 | |
*** bryn_ <bryn_!b640bc22@gateway/web/freenode/ip.182.64.188.34> has joined #yocto | 16:55 | |
*** zeddii_gw <zeddii_gw!~zeddii@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has quit IRC | 16:56 | |
bryn_ | hi | 16:57 |
*** bryn_ <bryn_!b640bc22@gateway/web/freenode/ip.182.64.188.34> has quit IRC | 16:58 | |
*** justanotherboy <justanotherboy!mlopezva@nat/intel/x-mqyzfpnjrhljmpjl> has quit IRC | 17:01 | |
*** galak <galak!~galak@104-57-189-103.lightspeed.austtx.sbcglobal.net> has joined #yocto | 17:01 | |
*** justanotherboy <justanotherboy!mlopezva@nat/intel/x-vmozwhgarqnizniu> has joined #yocto | 17:01 | |
*** zeddii_gw <zeddii_gw!~zeddii@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has joined #yocto | 17:02 | |
*** zeddii_gw <zeddii_gw!~zeddii@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has quit IRC | 17:04 | |
*** townxelliot <townxelliot!~ell@176.249.240.35> has joined #yocto | 17:04 | |
*** zeddii_gw <zeddii_gw!~zeddii@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has joined #yocto | 17:05 | |
*** aehs29 <aehs29!~aehernan@134.134.137.73> has joined #yocto | 17:11 | |
*** galak <galak!~galak@104-57-189-103.lightspeed.austtx.sbcglobal.net> has quit IRC | 17:12 | |
*** jbrianceau is now known as jbrianceau_away | 17:13 | |
*** dmiess <dmiess!d0517801@gateway/web/freenode/ip.208.81.120.1> has joined #yocto | 17:21 | |
dmiess | Hi. I'm trying to write a recipe which will incorperate artifacts from a few other recipies. For instance, I want to be able to package a kernel which was produced from a previous recipe. How do I get access to these files? | 17:25 |
dmiess | All the files I need are in the RPM that was created by the kernel build | 17:25 |
*** hamis_lt_u <hamis_lt_u!~irfan@39.46.112.127> has quit IRC | 17:30 | |
*** justanotherboy <justanotherboy!mlopezva@nat/intel/x-vmozwhgarqnizniu> has quit IRC | 17:34 | |
*** moto-timo <moto-timo!~ttorling@134.134.139.74> has joined #yocto | 17:39 | |
*** moto-timo <moto-timo!~ttorling@134.134.139.74> has quit IRC | 17:39 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto | 17:39 | |
*** evanmeag_ <evanmeag_!~MongooseW@12.104.179.154> has joined #yocto | 17:42 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has quit IRC | 17:44 | |
*** justanotherboy <justanotherboy!mlopezva@nat/intel/x-mscxzczcgatbvmrf> has joined #yocto | 17:46 | |
*** paulg <paulg!~paulg@70.52.193.89> has joined #yocto | 17:49 | |
*** toscalix <toscalix!~toscalix@80.91.95.202> has quit IRC | 17:52 | |
*** simfir_ <simfir_!~quassel@mail.f9s.eu> has quit IRC | 17:55 | |
*** gtristan <gtristan!~tristanva@110.11.179.37> has quit IRC | 17:57 | |
*** simfir <simfir!~quassel@mail.f9s.eu> has joined #yocto | 17:57 | |
khem | dmiess: usually recipe is a unit which is best to provide the final packaging content that it wants to expose to packager | 17:57 |
khem | dmiess: whats your motivation to write such a recipe ? | 17:57 |
khem | which seems to be a semi meta recipe | 17:58 |
khem | when it comes to packaging | 17:58 |
dmiess | I have a tool which is used for flashing the firmware onto a board. My thought was that I would write a recipe which would collect a kernel, dtb, u-boot and initramfs and then package them together with this tool + libraries | 17:59 |
dmiess | In the end I'm hoping to create a zip file which contains all these components | 18:00 |
khem | there already are tools like that in yocto | 18:02 |
khem | please try to use those | 18:02 |
dmiess | What are the names of these tools? | 18:03 |
moto-timo | http://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html | 18:10 |
moto-timo | look at 5.8 Creating Partitioned Images | 18:10 |
*** benjamirc <benjamirc!~besquive@134.134.139.78> has joined #yocto | 18:13 | |
dmiess | I'm not sure this is what I'm looking for. Ultimately I just want to take a zip file, extract it, add this kernel and related files into the directory structure and create a new zip file. I don't want to be creating any kind of partition table | 18:13 |
rburton | what you're describing is how to create an image, but without the final "make a disk image" bit | 18:15 |
rburton | which conveniently is trivial as thats exactly what an initramfs is | 18:15 |
seebs | Yeah, if you take the instructions for building a disk image containing a particular set of things, but at the end sub in "zip" for "mkfs" or whatever... | 18:16 |
dmiess | So in that case my recipe would just start with inherting core-image-minimal and each piece I need would be defined as a package? | 18:18 |
dmiess | or core-image-base I guess? | 18:18 |
*** rburton1 <rburton1!~Adium@home.burtonini.com> has joined #yocto | 18:26 | |
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC | 18:29 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.72> has joined #yocto | 18:32 | |
dmiess | Is there an example anywhere of an "empty" image which doesn't pull in anything? | 18:39 |
*** jkridner|work <jkridner|work!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 18:42 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 18:45 | |
*** toanju <toanju!~toanju@x5ce68937.dyn.telefonica.de> has joined #yocto | 18:49 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 18:51 | |
*** jkridner|work <jkridner|work!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 18:54 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 19:01 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 19:04 | |
dmiess | I think I have an empty image set up. Right now I'm testing it by trying to include a kernel and nothing else but I'm getting the error: "Can't install kernel-image-3.14.28-1.0-r0@imx6dlsabresd: no package provides /bin/sh" | 19:05 |
*** jkroon <jkroon!~jkroon@89-253-118-72.customers.ownit.se> has joined #yocto | 19:05 | |
dmiess | Since I'm just creating a zip file I really don't want to have to install a shell though, is there a way around this? | 19:05 |
*** jkroon is now known as Guest58219 | 19:05 | |
*** Guest58219 is now known as jkroon_ | 19:06 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 19:12 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 19:15 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 19:18 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-fdbkfyzsptngkazn> has quit IRC | 19:19 | |
*** xist <xist!~toanju@x5ce5465a.dyn.telefonica.de> has joined #yocto | 19:39 | |
*** xist <xist!~toanju@x5ce5465a.dyn.telefonica.de> has quit IRC | 19:39 | |
*** gtristan <gtristan!~tristanva@110.11.179.37> has joined #yocto | 19:41 | |
*** toanju <toanju!~toanju@x5ce68937.dyn.telefonica.de> has quit IRC | 19:42 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC | 19:44 | |
*** rburton1 <rburton1!~Adium@home.burtonini.com> has quit IRC | 19:47 | |
Technicus | In this lab < https://www.yoctoproject.org/sites/default/files/kernel-lab-1.4.pdf > it is using poky-dylan-9.0.0, can I use poky-krogoth-15.0.0? | 20:00 |
*** RzR <RzR!~RzR@unaffiliated/rzr> has quit IRC | 20:02 | |
*** townxelliot <townxelliot!~ell@176.249.240.35> has quit IRC | 20:03 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC | 20:07 | |
*** caiortp <caiortp!~inatel@131.221.240.204> has quit IRC | 20:10 | |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 20:11 | |
*** paulg <paulg!~paulg@70.52.193.89> has quit IRC | 20:13 | |
*** RzR <RzR!~RzR@82.236.136.171> has joined #yocto | 20:13 | |
RP | kergoth: around? | 20:14 |
*** jkroon_ <jkroon_!~jkroon@89-253-118-72.customers.ownit.se> has quit IRC | 20:20 | |
*** pohly <pohly!~pohly@p5DE8C97F.dip0.t-ipconnect.de> has quit IRC | 20:20 | |
*** pohly <pohly!~pohly@p5DE8C97F.dip0.t-ipconnect.de> has joined #yocto | 20:20 | |
*** MM_Misty <MM_Misty!~dingo@172.98.67.91> has joined #yocto | 20:22 | |
*** MM_Misty <MM_Misty!~dingo@172.98.67.91> has left #yocto | 20:26 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-hbsbepsxzqzgdody> has quit IRC | 20:30 | |
*** obsrwr <obsrwr!~otp-amois@catv-78-139-0-146.catv.broadband.hu> has quit IRC | 20:34 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 20:43 | |
-YoctoAutoBuilder- build #875 of nightly-world is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world/builds/875 | 20:45 | |
*** paulg <paulg!~paulg@72.1.195.9> has joined #yocto | 20:45 | |
denix | can I force copying objects from file:// based SSTATE_MIRROR the same way as http:// based ones, instead of symlinking them? | 20:52 |
*** realBigFoot <realBigFoot!~realBigfo@192.55.54.43> has joined #yocto | 20:55 | |
*** bottazzini <bottazzini!~realBigfo@192.55.55.41> has quit IRC | 20:55 | |
-YoctoAutoBuilder- build #598 of nightly-world-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world-lsb/builds/598 | 20:57 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 21:00 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 21:00 | |
*** marka <marka!~marka@128.224.252.2> has quit IRC | 21:00 | |
*** cference <cference!~cference@64.187.189.2> has quit IRC | 21:02 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 21:05 | |
*** stephano <stephano!~stephano@134.134.139.74> has joined #yocto | 21:08 | |
*** tjamison <tjamison!~tjamison@38.104.105.146> has left #yocto | 21:11 | |
*** realBigFoot <realBigFoot!~realBigfo@192.55.54.43> has quit IRC | 21:19 | |
*** ntl <ntl!~nathanl@cpe-24-242-74-130.austin.res.rr.com> has quit IRC | 21:20 | |
*** dmiess <dmiess!d0517801@gateway/web/freenode/ip.208.81.120.1> has quit IRC | 21:23 | |
*** berton <berton!~fabio@177.127.4.56> has quit IRC | 21:25 | |
*** sgw_ <sgw_!sgw_@nat/intel/x-eachzxiupwosfttt> has quit IRC | 21:30 | |
*** sgw_ <sgw_!~sgw_@134.134.139.70> has joined #yocto | 21:31 | |
*** benjamirc <benjamirc!~besquive@134.134.139.78> has quit IRC | 21:32 | |
*** benjamirc <benjamirc!~besquive@134.134.139.78> has joined #yocto | 21:32 | |
*** benjamirc2 <benjamirc2!~besquive@134.134.139.78> has joined #yocto | 21:34 | |
*** benjamirc <benjamirc!~besquive@134.134.139.78> has quit IRC | 21:34 | |
*** roccof <roccof!~rocco@151.48.151.118> has joined #yocto | 21:35 | |
*** sno <sno!~sno@b2b-78-94-80-58.unitymedia.biz> has joined #yocto | 21:37 | |
*** fledermaus <fledermaus!~vivek@2a00:1098:5:0:740f:b741:811c:cee4> has quit IRC | 21:40 | |
-YoctoAutoBuilder- build #857 of nightly-intel-gpl is complete: Failure [failed BuildImages BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-intel-gpl/builds/857 | 21:41 | |
*** toscalix <toscalix!~toscalix@80.91.95.202> has joined #yocto | 21:46 | |
RP | denix: probably not without changing the fetcher | 21:47 |
*** roccof <roccof!~rocco@151.48.151.118> has quit IRC | 21:48 | |
RP | Technicus: there have been a lot of changes since then. think there should be a more recent version of the kernel lab for later versions of the project | 21:48 |
Technicus | RP: I have not been able to find one. I am quite new to compiling Yocto, or Kernels even. | 21:49 |
denix | RP: thanks | 21:49 |
*** bluelightning <bluelightning!~paul@2406:e007:4090:1:5e51:4fff:febb:401d> has joined #yocto | 21:54 | |
*** bluelightning <bluelightning!~paul@2406:e007:4090:1:5e51:4fff:febb:401d> has quit IRC | 21:54 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 21:54 | |
RP | Technicus: https://www.yoctoproject.org/training/kernel-lab the 2.1 version would be krogoth | 21:54 |
Technicus | Awesome!!! | 21:57 |
*** evanmeag_ <evanmeag_!~MongooseW@12.104.179.154> has quit IRC | 21:58 | |
*** lamego <lamego!~jose@134.134.139.78> has quit IRC | 22:00 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** aehs29 <aehs29!~aehernan@134.134.137.73> has left #yocto | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
-YoctoAutoBuilder- build #956 of nightly is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly/builds/956 | 22:07 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto | 22:09 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 22:13 | |
*** fledermaus <fledermaus!~vivek@78.32.176.249> has joined #yocto | 22:17 | |
*** sameo_ <sameo_!~samuel@192.55.55.41> has joined #yocto | 22:23 | |
*** sameo <sameo!~samuel@192.55.55.37> has quit IRC | 22:26 | |
*** paulg <paulg!~paulg@72.1.195.9> has quit IRC | 22:32 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto | 22:39 | |
*** roccof <roccof!~rocco@151.20.218.167> has joined #yocto | 22:39 | |
*** benjamirc2 <benjamirc2!~besquive@134.134.139.78> has quit IRC | 22:52 | |
*** roccof <roccof!~rocco@151.20.218.167> has quit IRC | 22:52 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.44> has quit IRC | 22:55 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 23:01 | |
*** bluelightning <bluelightning!~paul@2406:e007:4090:1:5e51:4fff:febb:401d> has joined #yocto | 23:16 | |
*** bluelightning <bluelightning!~paul@2406:e007:4090:1:5e51:4fff:febb:401d> has quit IRC | 23:16 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 23:16 | |
*** agust <agust!~agust@p4FCB4393.dip0.t-ipconnect.de> has quit IRC | 23:20 | |
*** Technicus <Technicus!615662d1@gateway/web/freenode/ip.97.86.98.209> has quit IRC | 23:21 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 23:21 | |
*** toscalix <toscalix!~toscalix@80.91.95.202> has quit IRC | 23:24 | |
*** Biliogadafr <Biliogadafr!~pin@nat3-minsk-pool-46-53-182-183.telecom.by> has quit IRC | 23:28 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 23:34 | |
*** stephano <stephano!~stephano@134.134.139.74> has quit IRC | 23:37 | |
*** sameo_ <sameo_!~samuel@192.55.55.41> has quit IRC | 23:54 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!