*** joseppc <joseppc!~Josep@sestofw01.enea.se> has quit IRC | 00:01 | |
*** joseppc <joseppc!~Josep@sestofw01.enea.se> has joined #yocto | 00:06 | |
*** _valle_ <_valle_!~valle@195.198.200.72> has quit IRC | 00:34 | |
*** _valle_ <_valle_!~valle@195-198-200-72.customer.telia.com> has joined #yocto | 00:34 | |
*** paulg_ <paulg_!~paulg@184-94-55-234.dedicated.allstream.net> has quit IRC | 00:51 | |
*** Crofton|work <Crofton|work!~balister@pool-108-44-118-197.ronkva.east.verizon.net> has quit IRC | 01:12 | |
*** Crofton <Crofton!~balister@pool-108-44-118-197.ronkva.east.verizon.net> has quit IRC | 01:12 | |
*** Crofton|work <Crofton|work!~balister@pool-108-4-174-32.ronkva.east.verizon.net> has joined #yocto | 01:24 | |
*** Crofton <Crofton!~balister@pool-108-4-174-32.ronkva.east.verizon.net> has joined #yocto | 01:25 | |
*** paulg_ <paulg_!~paulg@71-19-175-186.dedicated.allstream.net> has joined #yocto | 01:26 | |
*** Crofton <Crofton!~balister@pool-108-4-174-32.ronkva.east.verizon.net> has quit IRC | 01:51 | |
*** Crofton|work <Crofton|work!~balister@pool-108-4-174-32.ronkva.east.verizon.net> has quit IRC | 01:51 | |
*** paulg_ <paulg_!~paulg@71-19-175-186.dedicated.allstream.net> has quit IRC | 01:54 | |
*** Crofton|work <Crofton|work!~balister@pool-71-171-13-41.nwrknj.east.verizon.net> has joined #yocto | 02:02 | |
*** Crofton <Crofton!~balister@pool-71-171-13-41.nwrknj.east.verizon.net> has joined #yocto | 02:42 | |
*** sameo <sameo!~samuel@192.55.54.43> has quit IRC | 02:48 | |
*** roxell <roxell!~roxell@linaro/roxell> has quit IRC | 02:52 | |
*** bananadev <bananadev!~dev@117.6.99.240> has joined #yocto | 04:17 | |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto | 05:06 | |
*** AndersD <AndersD!~anders@h83-209-191-235.dynamic.se.alltele.net> has joined #yocto | 05:15 | |
*** AndersD <AndersD!~anders@h83-209-191-235.dynamic.se.alltele.net> has joined #yocto | 05:16 | |
*** sqd <sqd!~user@82-171-157-107.ip.telfort.nl> has joined #yocto | 05:23 | |
sqd | hi, I’m following the Intel Edison BSP user guide and trying to compile my first image. When I run `bitbake edison-image`, I get an error: Nothing PROVIDES 'edison-image'. Any idea what could be wrong? | 05:24 |
---|---|---|
*** roxell <roxell!~roxell@linaro/roxell> has joined #yocto | 05:35 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 05:42 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has quit IRC | 05:43 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has joined #yocto | 05:45 | |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto | 06:09 | |
LetoThe2nd | sqd: the imgae just isn't called like that :) | 06:22 |
LetoThe2nd | sqd: which instructions are you following? | 06:22 |
sqd | LetoThe2nd: http://www.intel.com/support/edison/sb/CS-035278.htm BSP User Guide | 06:28 |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 06:28 | |
sqd | LetoThe2nd: already tried core-image-minimal instead, but that seems to generate an rpm-based system that meta-intel-edison/utils/flash/postBuild.sh can't process | 06:29 |
LetoThe2nd | sqd: hm, this ./meta-intel-edison/setup.sh is something bsp specifc that i don't have experience with. | 06:31 |
sqd | LetoThe2nd: that just sets up an x86 qemu environment where i can run bitbake from, if i'm not mistaken | 06:32 |
LetoThe2nd | sqd: no, usually such setup scripts set up all the needed layers and some minor (or not so minor) configuration stuff | 06:33 |
LetoThe2nd | qemu shouldn't be involved at all. | 06:33 |
sqd | i see | 06:34 |
LetoThe2nd | my first guess would be that some layer inclusion is missing | 06:40 |
LetoThe2nd | let me have a look at the bsp :) | 06:40 |
sqd | cool, here's the meta-intel-edison repo if it's helpful http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-edison/tree/ | 06:41 |
LetoThe2nd | i'd prefer to go with the documentation, and that tells me to get edison-src from the intel server | 06:43 |
sqd | right. if i'm not mistaken that's the "Sources – Linux Source Files" link at https://software.intel.com/iot/hardware/edison/downloads | 06:44 |
sqd | (the only file that starts with edison-src) | 06:44 |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 06:49 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 06:49 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 06:49 | |
LetoThe2nd | well it starts to build edison-image.... | 06:49 |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 06:49 | |
sqd | LetoThe2nd: ok, then something went wrong at my system, thank you for testing it | 06:50 |
LetoThe2nd | sqd: the instructions seem to miss one step: after 3, before 4. i had to cd into out/linux | 06:50 |
LetoThe2nd | because there are the build and poky directories that get referenced in 4. | 06:51 |
LetoThe2nd | besides that, its running at the moment :) | 06:51 |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 06:52 | |
*** nemunaire_ <nemunaire_!~nemunaire@ra.nemunai.re> has joined #yocto | 06:52 | |
sqd | i'm trying again with a new download / dir | 06:52 |
*** nemunaire <nemunaire!~nemunaire@2a01:e35:8bb7:3c60::a> has quit IRC | 06:54 | |
*** pohly <pohly!~pohly@p5DE8D6E0.dip0.t-ipconnect.de> has joined #yocto | 06:54 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 06:59 | |
*** frsc <frsc!~frsc@p50937620.dip0.t-ipconnect.de> has joined #yocto | 07:05 | |
sqd | LetoThe2nd: same here, thanks you! helped a lot | 07:05 |
LetoThe2nd | sqd: have fun! | 07:05 |
*** marek_ <marek_!~marek@81.89.61.168.host.vnet.sk> has joined #yocto | 07:15 | |
*** cesdv_ <cesdv_!~cesdv@188.244.132.46> has joined #yocto | 07:18 | |
*** mago_ <mago_!~mago@88.131.56.168> has quit IRC | 07:18 | |
*** mago_ <mago_!~mago@88.131.56.168> has joined #yocto | 07:20 | |
*** cesdv <cesdv!~cesdv@client-188-168-46-254.spb-teleport.ru> has quit IRC | 07:22 | |
*** panda_ <panda_!5f093551@gateway/web/freenode/ip.95.9.53.81> has joined #yocto | 07:28 | |
panda_ | Hello | 07:28 |
panda_ | I need to build meta-toolchain-qt5 with graphics driver | 07:29 |
panda_ | How to achive build meta-toolchain-qt5 with graphics driver | 07:29 |
*** [Sno] <[Sno]!~sno@rademacherexchange.de> has joined #yocto | 07:32 | |
LetoThe2nd | panda_: any reason why you'd want meta-toolchain-qt5 instead of the standard image-derived sdk? | 07:37 |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 07:39 | |
*** ueni <ueni!~ueni@85.183.137.2> has joined #yocto | 07:41 | |
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has joined #yocto | 07:43 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-beemhkeavchpbggk> has joined #yocto | 07:45 | |
*** jbrianceau_away is now known as jbrianceau | 07:45 | |
panda_ | because I need to GPU driver | 07:56 |
LetoThe2nd | panda_: that doesn't answer my question. and a standard sdk would offer the whole library set available on the target. | 07:58 |
panda_ | ok I send log file | 07:59 |
panda_ | please wait | 07:59 |
*** Alex_V <Alex_V!~xse@80.97.6.174> has joined #yocto | 08:00 | |
panda_ | first I run this command | 08:03 |
panda_ | bitbake meta-toolchain-qt5 | 08:03 |
LetoThe2nd | sorry, but would you mind reading what i wrote, and think about it for a moment? | 08:06 |
LetoThe2nd | so again: "are there reasons wha you want meta-toolchain-qt5 instead of the standard sdk?" | 08:07 |
*** egavinc <egavinc!~egavinc@4.Red-83-34-185.dynamicIP.rima-tde.net> has joined #yocto | 08:09 | |
panda_ | standard sdk not inclued qt cross toolchain | 08:10 |
panda_ | for example qmake | 08:10 |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has joined #yocto | 08:10 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has quit IRC | 08:10 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:10 | |
LetoThe2nd | it would take me a few hours to verify that, but i doubt that thats correct. | 08:11 |
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto | 08:12 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto | 08:12 | |
panda_ | I see this error "qtwebkit requires libGLESv2.so but no providers in its RDEPENDS | 08:12 |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto | 08:12 | |
bluelightning | morning all | 08:13 |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC | 08:13 | |
LetoThe2nd | panda_: so, is the problem actually related to the toolchain generation, or don't you have a working GLES driver for your platform altogehter? | 08:13 |
panda_ | yes problem is related to toolchain generation | 08:14 |
panda_ | my platform use GLES | 08:14 |
LetoThe2nd | panda_: but you can actually build an image for your target with gles, and qtwebkit is working there? | 08:14 |
panda_ | yes problem is related to toolchain generation | 08:15 |
panda_ | I don't know how to set libGLESv2.so providers in toolchain | 08:15 |
*** mckoan|away is now known as mckoan | 08:17 | |
panda_ | yes my target wit works gles | 08:19 |
* panda_ slaps sdh11 around a bit with a large fishbot | 08:19 | |
*** jku <jku!jku@nat/intel/x-qjdpnlfedekgvzmo> has joined #yocto | 08:20 | |
*** jku is now known as jku_ | 08:20 | |
*** sjolley <sjolley!sjolley@nat/intel/x-jpalthztvzuirybh> has quit IRC | 08:21 | |
panda_ | LetoThe2nd are you here ? | 08:22 |
*** roccof <roccof!~roccof@93-51-177-218.ip268.fastwebnet.it> has joined #yocto | 08:22 | |
LetoThe2nd | panda_: i am | 08:22 |
panda_ | ok | 08:22 |
panda_ | I don't know how to set libGLESv2.so providers in toolchain | 08:23 |
panda_ | my target platforms fine GLES driver | 08:23 |
LetoThe2nd | have read that, but i don't have a proper answer as i still thing the meta-toolchain-qt5 route isn't the best choice. | 08:23 |
LetoThe2nd | s/thing/think/ | 08:23 |
*** townxelliot <townxelliot!~ell@176.251.36.115> has joined #yocto | 08:23 | |
panda_ | please give me advice | 08:24 |
panda_ | how to create full sdk | 08:24 |
LetoThe2nd | - cpopulate_sdk when you build your image | 08:24 |
LetoThe2nd | -c populate_sdk | 08:24 |
panda_ | I try that command online create lib and c toolchain | 08:25 |
panda_ | not inclued full qt sdk and toolchain | 08:25 |
*** frsc <frsc!~frsc@p50937620.dip0.t-ipconnect.de> has quit IRC | 08:26 | |
LetoThe2nd | i don't know it, then. | 08:26 |
*** LocutusOfBorg1 <LocutusOfBorg1!~LocutusOf@151.44.214.85> has joined #yocto | 08:27 | |
*** yann|work <yann|work!~yann@LFbn-1-1026-146.w86-247.abo.wanadoo.fr> has joined #yocto | 08:28 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@bob75-2-81-56-46-209.fbx.proxad.net> has joined #yocto | 08:33 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 08:33 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 08:36 | |
*** panda_ <panda_!5f093551@gateway/web/freenode/ip.95.9.53.81> has quit IRC | 08:36 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 08:38 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 08:39 | |
*** sameo <sameo!samuel@nat/intel/x-kcnygzzqqnqpfsuv> has joined #yocto | 08:39 | |
*** frsc <frsc!~frsc@80.149.173.68> has joined #yocto | 08:40 | |
*** rob_w <rob_w!~bob@93.104.205.194> has joined #yocto | 08:40 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 08:40 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 08:43 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 08:43 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~LocutusOf@151.44.214.85> has quit IRC | 08:46 | |
*** Biliogadafr <Biliogadafr!~User@port-35-adslby-pool45.infonet.by> has joined #yocto | 08:46 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 08:49 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto | 08:49 | |
*** blitz00 <blitz00!stefans@unaffiliated/blitz00> has joined #yocto | 08:51 | |
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has quit IRC | 08:55 | |
*** maxin <maxin!~maxin@2001:998:22:0:488:2eb1:2e05:6cce> has joined #yocto | 08:59 | |
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has joined #yocto | 08:59 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 09:04 | |
*** fredcadete <fredcadete!d4a63893@gateway/web/freenode/ip.212.166.56.147> has quit IRC | 09:05 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-eaqsdzkjjgkmhcxa> has joined #yocto | 09:06 | |
*** Biliogadafr <Biliogadafr!~User@port-35-adslby-pool45.infonet.by> has quit IRC | 09:07 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has joined #yocto | 09:09 | |
*** Biliogadafr <Biliogadafr!~User@port-35-adslby-pool45.infonet.by> has joined #yocto | 09:09 | |
*** joseppc <joseppc!~Josep@sestofw01.enea.se> has quit IRC | 09:11 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~LocutusOf@93.51.30.27> has joined #yocto | 09:13 | |
*** fl0v0 <fl0v0!~fvo@p5DDC5064.dip0.t-ipconnect.de> has joined #yocto | 09:14 | |
*** nemunaire_ is now known as nemunaire | 09:18 | |
*** fredcadete <fredcadete!d4a63893@gateway/web/freenode/ip.212.166.56.147> has joined #yocto | 09:19 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 09:24 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 09:31 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 09:33 | |
*** matteo <matteo!~matteo@openwrt/developer/matteo> has joined #yocto | 09:37 | |
*** rick_ <rick_!~rick@2001:b030:5c05:ee:4da3:2779:6a16:aa4> has joined #yocto | 09:42 | |
*** varibull_ <varibull_!~varibull@ta.tainstruments.com> has joined #yocto | 09:43 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 09:44 | |
*** ant_work <ant_work!~ant__@host202-80-dynamic.180-80-r.retail.telecomitalia.it> has joined #yocto | 09:45 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 09:47 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 09:49 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-eaqsdzkjjgkmhcxa> has left #yocto | 10:01 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 10:01 | |
*** matteo <matteo!~matteo@openwrt/developer/matteo> has quit IRC | 10:04 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@bob75-2-81-56-46-209.fbx.proxad.net> has quit IRC | 10:05 | |
*** matteo <matteo!~matteo@openwrt/developer/matteo> has joined #yocto | 10:05 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@bob75-2-81-56-46-209.fbx.proxad.net> has joined #yocto | 10:05 | |
*** sqd <sqd!~user@82-171-157-107.ip.telfort.nl> has quit IRC | 10:06 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 10:07 | |
*** joseppc <joseppc!~Josep@sestofw01.enea.se> has joined #yocto | 10:07 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@bob75-2-81-56-46-209.fbx.proxad.net> has quit IRC | 10:09 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@193.56.60.161> has joined #yocto | 10:12 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 10:14 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 10:20 | |
*** belen <belen!Adium@nat/intel/x-dlejfdkbxjyvomtq> has joined #yocto | 10:24 | |
*** ueni <ueni!~ueni@85.183.137.2> has quit IRC | 10:29 | |
*** smartin_ <smartin_!~smartin@195.190.86.18> has joined #yocto | 10:30 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@193.56.60.161> has quit IRC | 10:38 | |
*** ueni <ueni!~ueni@85.183.137.2> has joined #yocto | 10:41 | |
*** bananadev <bananadev!~dev@117.6.99.240> has quit IRC | 10:41 | |
*** matteo <matteo!~matteo@openwrt/developer/matteo> has quit IRC | 10:44 | |
*** stephan__ <stephan__!~stephan@b2b-94-79-181-130.unitymedia.biz> has joined #yocto | 10:52 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@193.56.60.161> has joined #yocto | 10:54 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:00 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has joined #yocto | 11:00 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has quit IRC | 11:00 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 11:00 | |
*** matteo <matteo!~matteo@openwrt/developer/matteo> has joined #yocto | 11:02 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@193.56.60.161> has quit IRC | 11:06 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 11:06 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 11:13 | |
*** ftonello <ftonello!~quassel@81.145.202.106> has joined #yocto | 11:15 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 11:20 | |
*** dshwang <dshwang!~dshwang@192.55.54.42> has quit IRC | 11:21 | |
*** dshwang <dshwang!dshwang@nat/intel/x-arxkufunhrkdtlft> has joined #yocto | 11:22 | |
*** ant_work <ant_work!~ant__@host202-80-dynamic.180-80-r.retail.telecomitalia.it> has quit IRC | 11:24 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:28 | |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.102> has joined #yocto | 11:36 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 11:37 | |
*** ant_work <ant_work!~ant__@host202-80-dynamic.180-80-r.retail.telecomitalia.it> has joined #yocto | 11:37 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-uwnodvxekbmbxziw> has quit IRC | 12:00 | |
*** Jackie_huang <Jackie_huang!~quassel@106.120.101.38> has quit IRC | 12:03 | |
*** Jackie <Jackie!~quassel@106.120.101.38> has joined #yocto | 12:03 | |
*** Jackie is now known as Guest29368 | 12:03 | |
*** simonl <simonl!uid6729@gateway/web/irccloud.com/x-dgrvttstqssnnzcc> has joined #yocto | 12:14 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has quit IRC | 12:22 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has joined #yocto | 12:23 | |
*** gagi <gagi!~quassel@vpn.pelagicore.de> has quit IRC | 12:27 | |
qknight | hm. git on yocto daisy seems broken | 12:32 |
*** smartin_ <smartin_!~smartin@195.190.86.18> has quit IRC | 12:37 | |
*** Guest29474 <Guest29474!~vivek@93.93.133.71> has joined #yocto | 12:45 | |
*** vincent-_ <vincent-_!~quassel@81.203.121.122.dyn.user.ono.com> has quit IRC | 12:54 | |
*** vincent- <vincent-!~quassel@82.159.144.36.static.user.ono.com> has joined #yocto | 12:56 | |
*** vincent- <vincent-!~quassel@gentoo/developer/vincent> has joined #yocto | 12:56 | |
bluelightning | qknight: broken how? | 12:58 |
qknight | bluelightning: like so: | 12:59 |
qknight | no changes added to commit (use "git add" and/or "git commit -a") | 12:59 |
qknight | root@t4240rdb:/squirrel/nixpkgs# git diff pkgs/development/compilers/sbcl/bootstrap.nix | 12:59 |
qknight | Aborted | 12:59 |
qknight | git: xdiff/xutils.c:358: xdl_hash_record: Assertion `*ptr == '\n'' failed. | 12:59 |
qknight | root@t4240rdb:/squirrel/nixpkgs# echo $? | 12:59 |
qknight | 134 | 12:59 |
bluelightning | hmm, not good | 13:00 |
bluelightning | daisy is no longer officially supported by the project though unfortunately | 13:00 |
qknight | bluelightning: ah ok | 13:01 |
*** smartin_ <smartin_!~smartin@195.190.86.18> has joined #yocto | 13:01 | |
qknight | bluelightning: i don't think that this is mission critical | 13:01 |
qknight | bluelightning: just wanted to report | 13:01 |
bluelightning | ok | 13:01 |
bluelightning | we'd probably take the patch if you were able to come up with a fix | 13:02 |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 13:03 | |
*** seezer <seezer!quassel@quassel/developer/seezer> has quit IRC | 13:07 | |
qknight | bluelightning: https://dev.openwrt.org/changeset/37239 | 13:08 |
qknight | bluelightning: i probably should try that patch | 13:08 |
qknight | https://dev.openwrt.org/ticket/13611 | 13:08 |
*** seezer <seezer!quassel@quassel/developer/seezer> has joined #yocto | 13:10 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 13:22 | |
bluelightning | qknight: interestingly this got brought up last year on the mailing list: | 13:25 |
bluelightning | http://lists.openembedded.org/pipermail/openembedded-devel/2014-September/098024.html | 13:25 |
bluelightning | I wonder if this is still unfixed on master | 13:25 |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has joined #yocto | 13:26 | |
*** madisox <madisox!~madison@70.90.175.93-BusName-ca.sfba.hfc.comcastbusiness.net> has joined #yocto | 13:28 | |
*** madisox <madisox!~madison@70.90.175.93-BusName-ca.sfba.hfc.comcastbusiness.net> has left #yocto | 13:28 | |
*** Guest29474 is now known as fledermaus | 13:29 | |
*** sqd <sqd!~user@wlan-244048.nbw.tue.nl> has joined #yocto | 13:32 | |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has quit IRC | 13:34 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 13:35 | |
*** varibull_ <varibull_!~varibull@ta.tainstruments.com> has quit IRC | 13:36 | |
*** varibull_ <varibull_!~varibull@ta.tainstruments.com> has joined #yocto | 13:36 | |
sqd | hi, i've tried to compile btusb for edison by changing .config and running `bitbake virtual/kernel -c compile_kernelmodules`. i copied btusb.ko to the edison and tried to load it, but got this error: "modprobe: ERROR: could not insert 'btusb': Exec format error". does this mean my cross-compilation will not work for the kernel precompiled by intel, or can i fix it? | 13:36 |
sqd | dmesg says: [ 354.273889] btusb: version magic '3.10.17-yocto-standard SMP preempt mod_unload ATOM ' should be '3.10.17-poky-edison+ SMP preempt mod_unload ATOM ' | 13:36 |
*** fredcadete <fredcadete!d4a63893@gateway/web/freenode/ip.212.166.56.147> has quit IRC | 13:46 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 13:49 | |
*** ueni_ <ueni_!~ueni@85.183.137.2> has joined #yocto | 13:52 | |
*** ueni <ueni!~ueni@85.183.137.2> has quit IRC | 13:54 | |
*** ueni_ is now known as ueni | 13:54 | |
qknight | bluelightning: https://dev.openwrt.org/browser/packages/net/git/patches/200-disable_fasthash.patch?rev=37239 fixed the issue | 13:59 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 14:00 | |
*** psadro <psadro!~Thunderbi@216.234.148.134> has quit IRC | 14:02 | |
*** xp190 <xp190!d04149ca@gateway/web/freenode/ip.208.65.73.202> has joined #yocto | 14:08 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 14:12 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 14:18 | |
*** stephan__ <stephan__!~stephan@b2b-94-79-181-130.unitymedia.biz> has quit IRC | 14:18 | |
*** kscherer <kscherer!~kscherer@128.224.252.2> has joined #yocto | 14:22 | |
*** vincent- <vincent-!~quassel@gentoo/developer/vincent> has left #yocto | 14:24 | |
*** sqd <sqd!~user@wlan-244048.nbw.tue.nl> has quit IRC | 14:32 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 14:35 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 14:36 | |
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has joined #yocto | 14:37 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-gtcmgvgzbxdcypod> has joined #yocto | 14:41 | |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.102> has quit IRC | 14:46 | |
*** jku_ <jku_!jku@nat/intel/x-qjdpnlfedekgvzmo> has quit IRC | 14:47 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@bob75-2-81-56-46-209.fbx.proxad.net> has joined #yocto | 14:49 | |
xp190 | Hi, I built a toolchain which I use for cross compiling, but the binaries it produces point to the wrong program interpreter and won't run unless I symlink the proper interpreter to the one the binaries are looking for, I'm having a hard time figuring out why this is | 14:49 |
fray | then you are likely using the wrong ABI settings, or a compiler that was not configured properly. If it's an OE built-toolchain, did you source the environment files before using it? | 14:49 |
fray | sometimes the default does not match what the environment files setup | 14:50 |
*** ant_work <ant_work!~ant__@host202-80-dynamic.180-80-r.retail.telecomitalia.it> has quit IRC | 14:52 | |
xp190 | I sourced the environment yes, and I built the toolchain myself for some custom work | 14:53 |
xp190 | I'm not sure yet how the ABI settings come into play, but my project requires -mfloat-abi=softfp | 14:53 |
xp190 | Where would I find any docs on how to fine tune the toolchain? | 14:54 |
xp190 | This maybe a long shot, but is there maybe an OE built-toolchain for the Freescale sabrelite board? I have not come across it if there is | 14:56 |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.98> has joined #yocto | 14:59 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-gtcmgvgzbxdcypod> has quit IRC | 15:03 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-tbeszfsdgznctjtk> has joined #yocto | 15:06 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 15:06 | |
*** Ulfalizer <Ulfalizer!~ulf@212.118.209.82> has joined #yocto | 15:09 | |
*** sqd <sqd!~user@wlan-244196.nbw.tue.nl> has joined #yocto | 15:15 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-tbeszfsdgznctjtk> has left #yocto | 15:15 | |
sqd | my connection crashed... did i miss a reply to my question about compiling the btusb module? | 15:16 |
bluelightning | sqd: I don't think so but it would appear there is some sort of mismatch between the kernel you're building and the kernel on the device | 15:19 |
sqd | bluelightning: yes.. i'm now compiling the whole edison-image with the adjusted kernel config, but a bit worried about putting it on my edison if the module alone already mismatches | 15:21 |
*** stwcx <stwcx!~stwcx@108-215-4-10.lightspeed.austtx.sbcglobal.net> has quit IRC | 15:22 | |
*** marek_ <marek_!~marek@81.89.61.168.host.vnet.sk> has quit IRC | 15:23 | |
*** AndersD <AndersD!~anders@h83-209-191-235.dynamic.se.alltele.net> has quit IRC | 15:23 | |
*** Biliogadafr1 <Biliogadafr1!~User@port-35-adslby-pool45.infonet.by> has joined #yocto | 15:26 | |
joshuagl | awww, 2.0 docs link to gcc5 changes but not the "porting to" guide | 15:29 |
joshuagl | the latter would be super useful | 15:29 |
bluelightning | joshuagl: damn, if I'd known I'd have got scott to include it | 15:29 |
bluelightning | do you want to talk to him or should I? | 15:30 |
joshuagl | bluelightning: pretty sure I filed a bug report suggesting it | 15:30 |
joshuagl | https://gcc.gnu.org/gcc-5/porting_to.html | 15:30 |
joshuagl | I did! https://bugzilla.yoctoproject.org/show_bug.cgi?id=8079 | 15:31 |
yocti | Bug 8079: enhancement, Medium, 2.1, srifenbark, ACCEPTED , Improve migration guide | 15:31 |
joshuagl | 2.1 milestone | 15:31 |
bluelightning | so you did ... I missed reading it, sorry | 15:31 |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.98> has quit IRC | 15:31 | |
joshuagl | np | 15:31 |
bluelightning | I'll ping Scott and we'll see if we can at least get the changes in | 15:32 |
joshuagl | excellent, thanks bluelightning | 15:32 |
*** otavio_ <otavio_!~otavio@debian/developer/otavio> has joined #yocto | 15:34 | |
*** Biliogadafr <Biliogadafr!~User@port-35-adslby-pool45.infonet.by> has quit IRC | 15:35 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has quit IRC | 15:35 | |
*** nemunaire <nemunaire!~nemunaire@ra.nemunai.re> has quit IRC | 15:35 | |
*** focus <focus!~Doug@164.39.177.154> has quit IRC | 15:35 | |
*** arfoll <arfoll!arfoll@nat/intel/x-ivuulgjrstvkgvfa> has quit IRC | 15:35 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81006f6ee.cpe.net.cable.rogers.com> has quit IRC | 15:35 | |
*** redengin <redengin!~redengin@c-73-193-21-136.hsd1.wa.comcast.net> has quit IRC | 15:35 | |
*** Saur <Saur!pkj@nat/axis/x-hobvyjtxnucavgnh> has quit IRC | 15:35 | |
*** kergoth <kergoth!~kergoth@107.170.225.75> has quit IRC | 15:35 | |
*** aoibhinnditori <aoibhinnditori!sid95825@gateway/web/irccloud.com/x-gudsbgzhgdqanxxi> has quit IRC | 15:35 | |
*** otavio <otavio!~otavio@debian/developer/otavio> has quit IRC | 15:35 | |
*** kergoth <kergoth!~kergoth@107.170.225.75> has joined #yocto | 15:36 | |
*** nemunaire <nemunaire!~nemunaire@2a01:e35:8bb7:3c60::a> has joined #yocto | 15:36 | |
*** focus <focus!~Doug@164.39.177.154> has joined #yocto | 15:41 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81006f6ee.cpe.net.cable.rogers.com> has joined #yocto | 15:42 | |
*** redengin <redengin!~redengin@2601:600:9200:7ab0:c80d:a0c8:3972:bf28> has joined #yocto | 15:42 | |
*** Saur <Saur!pkj@nat/axis/x-koxlqmosquupblqg> has joined #yocto | 15:43 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has left #yocto | 15:54 | |
*** adelcast <adelcast!~adelcast@130.164.62.82> has joined #yocto | 15:56 | |
*** mrk377 <mrk377!4432d82d@gateway/web/freenode/ip.68.50.216.45> has joined #yocto | 15:59 | |
*** sjolley <sjolley!~sjolley@134.134.139.70> has joined #yocto | 16:00 | |
mrk377 | Is there a way to dump all bitbake variables in real-time while (*.conf and *.inc) files are being parsed??? | 16:02 |
bluelightning | mrk377: not really, bitbake -e is what we have for that, but it includes history of how each var was set | 16:05 |
*** aoibhinnditori <aoibhinnditori!sid95825@gateway/web/irccloud.com/x-xkrsfpqsmeniajry> has joined #yocto | 16:06 | |
*** frsc <frsc!~frsc@80.149.173.68> has quit IRC | 16:16 | |
*** belen2 <belen2!~Adium@192.198.151.45> has joined #yocto | 16:16 | |
armpit | would toaster do that? | 16:17 |
*** belen <belen!Adium@nat/intel/x-dlejfdkbxjyvomtq> has quit IRC | 16:17 | |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has quit IRC | 16:17 | |
belen2 | armpit: missed that, sorry. Would Toaster do what? | 16:23 |
armpit | the above question "Is there a way to dump all bitbake variables in real-time while (*.conf and *.inc) files are being parsed???" | 16:24 |
fray | out of the box not AFAIK.. | 16:24 |
fray | however you might be able to write an anonymous function that does that | 16:24 |
belen2 | armpit: no, sorry. | 16:25 |
armpit | belen2, k | 16:25 |
armpit | is wasn't my question | 16:25 |
armpit | recall something with vars and toaster I saw at ELCE | 16:26 |
belen2 | armpit: you will get the global variable history, but once the build completes | 16:26 |
armpit | belen2, fray thank | 16:26 |
armpit | k | 16:27 |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 16:28 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 16:29 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:29 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 16:31 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 16:32 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 16:34 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 16:35 | |
*** eballetbo <eballetbo!eballetbo@pasanda.collabora.co.uk> has quit IRC | 16:40 | |
*** belen2 <belen2!~Adium@192.198.151.45> has quit IRC | 16:43 | |
*** belen <belen!Adium@nat/intel/x-hsrfnihtogqtrhrt> has joined #yocto | 16:46 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 16:48 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 16:53 | |
*** yann|work <yann|work!~yann@LFbn-1-1026-146.w86-247.abo.wanadoo.fr> has quit IRC | 16:57 | |
*** belen2 <belen2!Adium@nat/intel/x-mfkrtkgxwouqhdgi> has joined #yocto | 17:00 | |
*** xulfer <xulfer!~xulfer@cheapbsd.net> has quit IRC | 17:00 | |
*** paulg_ <paulg_!~paulg@184-94-55-234.dedicated.allstream.net> has joined #yocto | 17:01 | |
*** belen <belen!Adium@nat/intel/x-hsrfnihtogqtrhrt> has quit IRC | 17:02 | |
*** stephano <stephano!~stephano@74-92-165-193-Oregon.hfc.comcastbusiness.net> has joined #yocto | 17:04 | |
*** smferris <smferris!~smferris@192.95.10.156> has quit IRC | 17:05 | |
*** Torgin <Torgin!d4695512@gateway/web/freenode/ip.212.105.85.18> has joined #yocto | 17:08 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 17:08 | |
fl0v0 | Hi all! | 17:09 |
fl0v0 | Does anybody know how i can see all the current revisions used by recipes that use AUTOREV in an overview? | 17:09 |
*** smferris <smferris!~smferris@192.95.10.156> has joined #yocto | 17:09 | |
*** yann|work <yann|work!~yann@LFbn-1-1026-146.w86-247.abo.wanadoo.fr> has joined #yocto | 17:09 | |
*** smferris <smferris!~smferris@192.95.10.156> has quit IRC | 17:10 | |
*** stephano <stephano!~stephano@74-92-165-193-Oregon.hfc.comcastbusiness.net> has joined #yocto | 17:10 | |
*** mckoan is now known as mckoan|away | 17:10 | |
fl0v0 | i need to freeze the current state of the build so i can get back to this revision if needed. | 17:11 |
fl0v0 | Is there a better way than going through all recipes and define the specific revisions? | 17:12 |
sqd | my intel edison (running yocto) doesn't report the wifi card anymore in ifconfig, and it also doesn't show a bluetooth interface in hciconfig after doing 'rfkill unblock bluetooth'. it worked earlier today. did i break something in the hardware, or is there something i can do software-wise to bring things back? | 17:12 |
*** gatisp <gatisp!~gp@91.237.34.118> has joined #yocto | 17:13 | |
gatisp | Hi. How do I tell yocto to build older recipe version? In my case: gnupg_1.4.7 not gnupg_2.1.1 | 17:14 |
*** ueni_ <ueni_!~ueni@85.183.137.2> has joined #yocto | 17:15 | |
*** smferris <smferris!~smferris@192.95.10.156> has joined #yocto | 17:15 | |
*** maxin <maxin!~maxin@2001:998:22:0:488:2eb1:2e05:6cce> has quit IRC | 17:16 | |
fray | PREFERRED_VERSION_gnupg = "1.4.7" | 17:16 |
*** ueni <ueni!~ueni@85.183.137.2> has quit IRC | 17:16 | |
*** ueni_ is now known as ueni | 17:16 | |
* armpit bah.. fray beat me | 17:16 | |
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has quit IRC | 17:16 | |
*** Torgin <Torgin!d4695512@gateway/web/freenode/ip.212.105.85.18> has quit IRC | 17:17 | |
*** smferris <smferris!~smferris@192.95.10.156> has quit IRC | 17:17 | |
gatisp | fray, I tried that earlier, did not seem to work | 17:19 |
gatisp | i used that line on recipe that depends on gnupg | 17:19 |
gatisp | is that correct? | 17:19 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 17:19 | |
gatisp | *in recipe that depends | 17:20 |
JaMa | no, you need that in distro config | 17:20 |
gatisp | ah ok | 17:20 |
gatisp | thanks | 17:20 |
*** aime-Pierre <aime-Pierre!~Thunderbi@bob75-2-81-56-46-209.fbx.proxad.net> has quit IRC | 17:20 | |
*** smferris <smferris!~smferris@192.95.10.156> has joined #yocto | 17:20 | |
fray | preferred version are global.. | 17:21 |
fray | recipes do not affect global scope | 17:21 |
*** eballetbo <eballetbo!eballetbo@pasanda.collabora.co.uk> has joined #yocto | 17:21 | |
bluelightning | fl0v0: one easy way to do this is to enable buildhistory and use buildhistory-collect-srcrevs | 17:23 |
fl0v0 | bluelightning: thanks! i will look into this | 17:24 |
bluelightning | gatisp: note that that assumes that there is actually a recipe present corresponding to that version | 17:24 |
gatisp | bluelightning, yes, that is the behaviour I would expect :) | 17:26 |
bluelightning | gatisp: great, just mentioning as there are some folks who assume it'll magically build that version in the absence of a recipe ;) | 17:26 |
*** sqd <sqd!~user@wlan-244196.nbw.tue.nl> has quit IRC | 17:26 | |
kergoth | bluelightning: hmm, i notice that the commented recipes are still emitted even when no srcrev lines are, is that intentional? (buildhistory-collect-srcrevs). e.g. for non-autorev recipes when -a isn't passed | 17:27 |
bluelightning | kergoth: recipes or architecture triples? | 17:29 |
*** smferris <smferris!~smferris@192.95.10.156> has quit IRC | 17:29 | |
kergoth | oh, right, indeed, it's the header i'm seeing, just with nothing under it | 17:30 |
bluelightning | I think it was laziness on my part when I did the implementation, but it might be nice to fix it so it didn't print those | 17:30 |
kergoth | yeah, minor enhancement, if there are no srcrevs to print in that triple, hide the header. | 17:33 |
kergoth | k | 17:33 |
kergoth | was just cuirous, hadn't used it before | 17:33 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 17:33 | |
* kergoth digs into why a repo with one commit accessible is still 1.1g, must have missed a ref somewhere, repack -ad didn't shrink it | 17:34 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 17:36 | |
*** gatisp <gatisp!~gp@91.237.34.118> has quit IRC | 17:45 | |
*** georgem <georgem!~georgem@mail.novatech-llc.com> has quit IRC | 17:46 | |
*** yann||work <yann||work!~yann@LFbn-1-1026-146.w86-247.abo.wanadoo.fr> has joined #yocto | 17:47 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 17:49 | |
*** georgem <georgem!~georgem@mail.novatech-llc.com> has joined #yocto | 17:49 | |
*** sameo <sameo!samuel@nat/intel/x-kcnygzzqqnqpfsuv> has quit IRC | 17:52 | |
*** Biliogadafr1 <Biliogadafr1!~User@port-35-adslby-pool45.infonet.by> has quit IRC | 17:52 | |
*** jbrianceau is now known as jbrianceau_away | 17:52 | |
*** ipuustin_ <ipuustin_!~ipuustin@89-27-28-180.bb.dnainternet.fi> has quit IRC | 17:54 | |
*** Biliogadafr <Biliogadafr!~User@port-35-adslby-pool45.infonet.by> has joined #yocto | 17:55 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 17:57 | |
*** fl0v0 <fl0v0!~fvo@p5DDC5064.dip0.t-ipconnect.de> has quit IRC | 17:59 | |
*** Biliogadafr <Biliogadafr!~User@port-35-adslby-pool45.infonet.by> has quit IRC | 18:00 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 18:00 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 18:03 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 18:05 | |
*** roccof <roccof!~roccof@93-51-177-218.ip268.fastwebnet.it> has quit IRC | 18:07 | |
*** adelcast <adelcast!~adelcast@130.164.62.82> has quit IRC | 18:07 | |
*** belen1 <belen1!Adium@nat/intel/x-ecnrprahbrluqlqd> has joined #yocto | 18:09 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:09 | |
mrk377 | VAR ??= foo (takes lower precedence that ?=) When is this used (example)? | 18:10 |
*** belen2 <belen2!Adium@nat/intel/x-mfkrtkgxwouqhdgi> has quit IRC | 18:11 | |
*** adelcast <adelcast!~adelcast@130.164.62.82> has joined #yocto | 18:11 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 18:13 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:13 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has joined #yocto | 18:14 | |
mrk377 | Got it. Found an example of usage. | 18:15 |
*** hanthings_ <hanthings_!~hanthings@dyxztkygzcfjvj5xhc82t-3.rev.dnainternet.fi> has joined #yocto | 18:25 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:cff:f279:59ff:fe64:3a8> has quit IRC | 18:25 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 18:27 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:34 | |
kergoth | with ?=, the first variable definition wins, since it's immediate, set right now if not already set | 18:35 |
kergoth | ??= is lazy, so the last ??= wins | 18:35 |
*** belen1 <belen1!Adium@nat/intel/x-ecnrprahbrluqlqd> has quit IRC | 18:44 | |
*** kbingham <kbingham!~kbingham@cpc17-aztw24-2-0-cust759.aztw.cable.virginm.net> has quit IRC | 18:44 | |
*** belen <belen!Adium@nat/intel/x-jdramgtktcwevqhk> has joined #yocto | 18:45 | |
*** kbingham <kbingham!~kbingham@cpc17-aztw24-2-0-cust759.aztw.cable.virginm.net> has joined #yocto | 18:45 | |
*** townxelliot <townxelliot!~ell@176.251.36.115> has quit IRC | 18:49 | |
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has quit IRC | 18:50 | |
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has joined #yocto | 18:52 | |
*** yann|work <yann|work!~yann@LFbn-1-1026-146.w86-247.abo.wanadoo.fr> has quit IRC | 18:55 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 18:59 | |
*** hanthings_ <hanthings_!~hanthings@dyxztkygzcfjvj5xhc82t-3.rev.dnainternet.fi> has quit IRC | 19:01 | |
*** glfernando <glfernando!~fernando@134.134.139.78> has quit IRC | 19:03 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 19:06 | |
*** glfernando <glfernando!~fernando@134.134.139.78> has joined #yocto | 19:13 | |
*** marquiz <marquiz!~marquiz@134.134.139.70> has quit IRC | 19:20 | |
*** marquiz <marquiz!marquiz@nat/intel/x-tybddbwlfgkfjsjw> has joined #yocto | 19:20 | |
*** marquiz <marquiz!marquiz@nat/intel/x-tybddbwlfgkfjsjw> has quit IRC | 19:21 | |
*** t0mmy <t0mmy!~tprrt@ram31-2-82-228-88-46.fbx.proxad.net> has joined #yocto | 19:24 | |
*** marquiz <marquiz!~marquiz@134.134.139.70> has joined #yocto | 19:25 | |
*** marquiz <marquiz!~marquiz@134.134.139.70> has quit IRC | 19:26 | |
*** marquiz <marquiz!~marquiz@134.134.139.70> has joined #yocto | 19:26 | |
*** marquiz <marquiz!~marquiz@134.134.139.70> has quit IRC | 19:28 | |
*** Snert__ <Snert__!~snert_@69-161-21-126.static.acsalaska.net> has joined #yocto | 19:33 | |
*** aurelien <aurelien!~aurelien@fsf/member/aurelien> has joined #yocto | 19:35 | |
*** smferris <smferris!~smferris@192.95.10.156> has joined #yocto | 19:43 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 19:43 | |
*** marquiz <marquiz!~marquiz@134.134.139.70> has joined #yocto | 19:46 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-beemhkeavchpbggk> has quit IRC | 20:00 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 20:00 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-jvwtycjqmsgajvsu> has joined #yocto | 20:03 | |
*** paulg_ <paulg_!~paulg@184-94-55-234.dedicated.allstream.net> has quit IRC | 20:05 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-jvwtycjqmsgajvsu> has left #yocto | 20:06 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has joined #yocto | 20:07 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has quit IRC | 20:07 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 20:07 | |
*** glfernando <glfernando!~fernando@134.134.139.78> has quit IRC | 20:19 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has quit IRC | 20:26 | |
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has quit IRC | 20:32 | |
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has joined #yocto | 20:42 | |
*** [Sno] <[Sno]!~sno@rademacherexchange.de> has quit IRC | 20:48 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 21:04 | |
*** kbingham <kbingham!~kbingham@cpc17-aztw24-2-0-cust759.aztw.cable.virginm.net> has quit IRC | 21:06 | |
*** kbingham <kbingham!~kbingham@cpc17-aztw24-2-0-cust759.aztw.cable.virginm.net> has joined #yocto | 21:06 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 21:09 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 21:10 | |
*** [Sno] <[Sno]!~sno@ip-37-24-117-137.hsi14.unitymediagroup.de> has joined #yocto | 21:22 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-udlnckyfgdufqvyk> has joined #yocto | 21:25 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-udlnckyfgdufqvyk> has left #yocto | 21:26 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 21:38 | |
*** fledermaus <fledermaus!~vivek@93.93.133.71> has quit IRC | 21:40 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 21:44 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-krtkhxakjqmnuqxj> has joined #yocto | 21:44 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 21:48 | |
*** xulfer <xulfer!xulfer@cheapbsd.net> has joined #yocto | 21:51 | |
*** jbrianceau_away is now known as jbrianceau_home | 21:54 | |
*** pohly <pohly!~pohly@p5DE8D6E0.dip0.t-ipconnect.de> has quit IRC | 22:05 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 22:08 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has joined #yocto | 22:08 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has quit IRC | 22:08 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 22:08 | |
*** evanp <evanp!evan@nat/intel/x-smgfeobnjmajzdcc> has quit IRC | 22:17 | |
*** evanp <evanp!~evan@192.55.54.42> has joined #yocto | 22:17 | |
*** fledermaus <fledermaus!~vivek@78.32.176.249> has joined #yocto | 22:26 | |
*** jbrianceau_home is now known as jbrianceau_away | 22:29 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 22:34 | |
*** sameo <sameo!~samuel@192.55.55.37> has joined #yocto | 22:34 | |
*** mrk377 <mrk377!4432d82d@gateway/web/freenode/ip.68.50.216.45> has quit IRC | 22:50 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 22:51 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 22:57 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** Ulfalizer <Ulfalizer!~ulf@212.118.209.82> has quit IRC | 23:06 | |
*** Snert__ <Snert__!~snert_@69-161-21-126.static.acsalaska.net> has quit IRC | 23:06 | |
*** Ulfalizer <Ulfalizer!~ulf@212.118.209.82> has joined #yocto | 23:07 | |
*** Snert_ <Snert_!~snert_@69-161-21-126.static.acsalaska.net> has joined #yocto | 23:07 | |
*** sa2ajj <sa2ajj!~quassel@dsl-espbrasgw1-54f9d7-184.dhcp.inet.fi> has quit IRC | 23:11 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 23:13 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 23:49 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!