*** sgw <sgw!~swold@134.134.139.73> has quit IRC | 00:07 | |
*** sgw <sgw!swold@nat/intel/x-mbgmlxizsudsuvkn> has joined #yocto | 00:14 | |
*** martinkelly1 <martinkelly1!~martin@205.175.118.66> has quit IRC | 00:20 | |
*** scottrif <scottrif!~scottrif@47.39.44.219> has left #yocto | 00:22 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-crxkajvnvpccnhvr> has quit IRC | 00:32 | |
tront | RP1, hi, any blocker for http://lists.openembedded.org/pipermail/openembedded-core/2017-October/143537.html ? | 00:38 |
---|---|---|
*** sgw <sgw!swold@nat/intel/x-mbgmlxizsudsuvkn> has quit IRC | 00:42 | |
*** NU-Slacker <NU-Slacker!~NU-Slacke@24.13.74.158> has joined #yocto | 00:44 | |
tront | otavio, maybe ? | 00:45 |
*** dushara <dushara!7346ce4a@gateway/web/freenode/ip.115.70.206.74> has joined #yocto | 00:53 | |
dushara | Is there a yocto analog to the rootfs overlay concept in buildroot? | 00:54 |
*** NU-Slacker <NU-Slacker!~NU-Slacke@24.13.74.158> has quit IRC | 01:01 | |
armpit | tront, RP1 is not blocking that patch. Its in a patch series I am trying to validate prior to asking for a merge request to pyro | 01:13 |
tront | thanks for the reply | 01:15 |
tront | any rough idea on how much time it would take? | 01:16 |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto | 01:21 | |
armpit | not sure. I am working throw build errors so a few more days. | 01:21 |
tront | any chance you could separate that one from the rest that are throwing build errors now and ask for a merge request solely for it? :P | 01:23 |
tront | we're really needing this in pyro for a while to unblock some stuff | 01:24 |
armpit | you can ask on the mailing list for RP to merge. The errors I am seeing may not be related to the changes I have queue rather the AB build env / hosts. | 01:27 |
armpit | pyro proper now failing w/o my patch series | 01:27 |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto | 01:28 | |
tront | armpit, we have asked for this to get merged in the pyro branch: http://lists.openembedded.org/pipermail/openembedded-core/2017-October/143537.html | 01:29 |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto | 01:34 | |
armpit | I realize that. I suspect RP is waiting on the green light from me while he focuses on the Rocko release. You are welcome to re-ping. | 01:36 |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC | 01:39 | |
tront | armpit, reping in that thread or should somehow the same commit be sent to the mailing list targeted at the pyro branch? | 01:40 |
tront | just asking what the procedure usually is | 01:41 |
armpit | just re-ping to your last ping is the norm | 01:42 |
armpit | RP would be the one to make the call in this case. | 01:43 |
tront | thanks | 01:44 |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-kgoneqhmqtmqzaqf> has quit IRC | 01:49 | |
*** bduke <bduke!485a466d@gateway/web/freenode/ip.72.90.70.109> has joined #yocto | 01:58 | |
bduke | Hi there, I'm trying to debug a Yocto daisy build that is failing in create_sdk_files. Error: movefile failed to move /path/to/sdk/image/var/lib/opkg/status to path/to/sysroots/i686-clsdk-linux/var/lib/opkg | 02:05 |
bduke | OSError(21, 'Is a directory')) | 02:05 |
bduke | and ideas? I've found references to this problem online, but with no one has posted and solution. | 02:06 |
paulg_ | OS2.1 has been retired since 1997. You might be stuck in a historical trap. | 02:08 |
bduke | Hi there, I'm trying to debug a Yocto daisy build that is failing in create_sdk_files. Error: movefile failed to move /path/to/sdk/image/var/lib/opkg/status to path/to/sysroots/i686-clsdk-linux/var/lib/opkg | 02:10 |
bduke | OSError(21, 'Is a directory')) | 02:10 |
bduke | has anyone seen something like this before? | 02:10 |
bodangly | I'd try to clean the build and bitbake again | 02:20 |
bodangly | Try and clean the recipe that is failing first, then try a cleanall on it, and progress from there before potentially starting a fresh build. If it is trying to move files to an already existent directory it sounds like a previous task only partially completed | 02:21 |
bodangly | at least that would be my approach, but I can't speak to your specific problem | 02:22 |
*** nighty-- <nighty--!~nighty@kyotolabs.asahinet.com> has joined #yocto | 02:26 | |
bduke | thanks for the tips bodangly. I am trying similar things with no success so far. | 02:28 |
bodangly | do you get the error on a fresh build? | 02:30 |
bodangly | what recipe is it you are getting stuck on? Could you pastebin the full output? | 02:31 |
bduke | Yes, from a completely clean workspace. | 02:31 |
bduke | I added a compile time option to qt5 ( add sqlite support). I have reverted that change and I am trying the build again to make sure it is not a problem with my environment. | 02:32 |
bduke | If that build is successful, then my addition (PACKAGECONFIG_append = " sql-sqlite") is the problem. | 02:32 |
bduke | Then, I can debug it from there. | 02:33 |
bodangly | are you doing just PACKAGECONFIG_append or PACKAGECONFIG_append_pn-qt5 (or similar)? | 02:34 |
*** jg_ <jg_!~jg@2601:18f:981:82c5:b801:1568:8ad3:7bf5> has quit IRC | 02:34 | |
bodangly | ie are you modifying the recipe itself? | 02:34 |
bodangly | I wonder if something else is also trying to copy sql-sqlite into sysroot first and isn't playing nice | 02:35 |
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto | 02:35 | |
bodangly | I know if things conflict / already exist there it causes problems | 02:35 |
bodangly | I've had that problem before with a recipe that used perl | 02:36 |
bduke | I am doing PACKGECONFIG_append. | 02:36 |
bodangly | within the qt5 recipe itself? | 02:38 |
bduke | I have a qtbase_5.2.1.bbappend in my custom meta-layer. That is where I am putting the PACKAGECONFIG_append. | 02:38 |
bodangly | oh ok | 02:38 |
*** MiskaX <MiskaX!c26syaoe8x@rankki.sonarnerd.net> has quit IRC | 02:38 | |
bodangly | maybe try this: PACKAGECONFIG_append_pn-qtbase = " sql-sqlite" | 02:39 |
bodangly | in local.conf | 02:39 |
bduke | ah. OK. I will try that next. I appreciate the help. | 02:39 |
bodangly | no problem | 02:40 |
bodangly | just paying it forward, this channel and IRC in general has been good to me, I'm a consultant and often end up asking questions that get solved and directly make me money :) | 02:41 |
bduke | (me too) :) | 02:41 |
bodangly | lol nice | 02:41 |
bodangly | its amazing how companies can sit on a problem for weeks, and no one thinks to just ask the community | 02:41 |
bodangly | its like they treat open source as commercial software without a support license | 02:42 |
bduke | indeed. | 02:42 |
bodangly | and ignore that a community exists | 02:42 |
bodangly | I can't complain though, their ignorance puts money in my pocket, which I am sure you experience as well :) | 02:42 |
bduke | I understand what you are saying. | 02:43 |
bodangly | I even usually tell them "I asked in IRC" and they look at me like I did some black magic | 02:43 |
bduke | http://www.lmgtfy.com/ | 02:43 |
bduke | :) | 02:44 |
bodangly | haha yeah exactly | 02:44 |
bduke | I found a similar config setting in my local.conf, so I've dealt with this before. I think that might be the answer. I've reset the build and am starting again. | 02:47 |
bodangly | cool, good luck | 02:47 |
bduke | I should know in about 3 hours since I'm starting the build from scratch. | 02:47 |
bduke | thanks! | 02:47 |
*** kaspter <kaspter!~Instantbi@124.160.121.6> has quit IRC | 02:54 | |
*** bduke <bduke!485a466d@gateway/web/freenode/ip.72.90.70.109> has quit IRC | 03:10 | |
*** kaspter <kaspter!~Instantbi@183.128.239.163> has joined #yocto | 03:22 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC | 03:30 | |
*** pohly1 <pohly1!~pohly@p54BD58CF.dip0.t-ipconnect.de> has joined #yocto | 03:39 | |
*** pohly <pohly!~pohly@p54BD5824.dip0.t-ipconnect.de> has quit IRC | 03:42 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 03:45 | |
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC | 03:50 | |
*** MiskaX <MiskaX!lmbgtgjrla@rankki.sonarnerd.net> has joined #yocto | 03:57 | |
*** MiskaX <MiskaX!lmbgtgjrla@rankki.sonarnerd.net> has quit IRC | 04:04 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 04:10 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto | 04:17 | |
*** denix <denix!~denix@pool-100-15-85-143.washdc.fios.verizon.net> has quit IRC | 04:22 | |
*** denix <denix!~denix@pool-100-15-85-143.washdc.fios.verizon.net> has joined #yocto | 04:24 | |
*** denix <denix!~denix@pool-100-15-85-143.washdc.fios.verizon.net> has joined #yocto | 04:25 | |
*** MiskaX <MiskaX!svhgjb4egy@rankki.sonarnerd.net> has joined #yocto | 04:26 | |
*** gtristan <gtristan!~tristanva@110.11.179.72> has joined #yocto | 04:37 | |
*** bananadev_ <bananadev_!~onlyester@118.70.128.150> has joined #yocto | 04:37 | |
*** bananadev_ <bananadev_!~onlyester@118.70.128.150> has quit IRC | 04:38 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC | 04:40 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 04:45 | |
*** clement <clement!~clement@lns-bzn-39-82-255-32-23.adsl.proxad.net> has quit IRC | 04:46 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto | 04:47 | |
*** clement <clement!~clement@lns-bzn-39-82-255-32-23.adsl.proxad.net> has joined #yocto | 04:48 | |
*** morphis <morphis!~morphis@pD9ED7147.dip0.t-ipconnect.de> has joined #yocto | 04:48 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 04:55 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 05:00 | |
*** melonipoika <melonipoika!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto | 05:06 | |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC | 05:10 | |
*** schtobia <schtobia!6cab85a8@piratenpartei/BY/schtobia> has joined #yocto | 05:41 | |
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-hffgibtqgjmxndwe> has quit IRC | 05:52 | |
*** thaytan <thaytan!~jan@31.10.143.241> has quit IRC | 05:52 | |
*** rajm <rajm!~robertmar@u217-75-209-98.static.grapesc.cz> has joined #yocto | 05:54 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 05:55 | |
*** armpit <armpit!~armpit@62.168.35.106> has quit IRC | 05:58 | |
*** thaytan <thaytan!~jan@2a02:aa10:b580:9080:e3aa:a711:f9f3:5053> has joined #yocto | 05:59 | |
*** open-nandra <open-nandra!~marek@81.89.61.168.host.vnet.sk> has joined #yocto | 06:05 | |
*** rajm <rajm!~robertmar@u217-75-209-98.static.grapesc.cz> has quit IRC | 06:16 | |
*** armpit <armpit!~armpit@62.168.35.106> has joined #yocto | 06:17 | |
*** thaytan <thaytan!~jan@2a02:aa10:b580:9080:e3aa:a711:f9f3:5053> has quit IRC | 06:18 | |
*** annnha <annnha!4cbb1489@gateway/web/freenode/ip.76.187.20.137> has joined #yocto | 06:19 | |
*** thaytan <thaytan!~jan@2a02:aa10:b580:9080:e3aa:a711:f9f3:5053> has joined #yocto | 06:23 | |
*** mnsgs <mnsgs!4fab95ac@gateway/web/freenode/ip.79.171.149.172> has joined #yocto | 06:24 | |
*** King_InuYasha <King_InuYasha!~kvirc@fedora/ngompa> has quit IRC | 06:30 | |
*** King_InuYasha <King_InuYasha!~kvirc@ool-18e49ae9.dyn.optonline.net> has joined #yocto | 06:31 | |
*** King_InuYasha <King_InuYasha!~kvirc@fedora/ngompa> has joined #yocto | 06:31 | |
*** jhatch2008 <jhatch2008!417e5a02@gateway/web/freenode/ip.65.126.90.2> has quit IRC | 06:32 | |
*** Costin1 <Costin1!~nxf31494@gate-zro.freescale.com> has joined #yocto | 06:36 | |
Costin1 | hi all | 06:36 |
*** armpit <armpit!~armpit@62.168.35.106> has quit IRC | 06:36 | |
annnha | hi | 06:38 |
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-sgsrstwjgpyuvmfj> has joined #yocto | 06:39 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 06:41 | |
Costin1 | was there a way to show recipes that will be built before building a target? | 06:45 |
Costin1 | thanks | 06:45 |
*** rdmikkovee <rdmikkovee!528d696b@gateway/web/freenode/ip.82.141.105.107> has joined #yocto | 06:49 | |
*** RP1 <RP1!~richard@62.168.35.69> has quit IRC | 06:50 | |
*** gtristan <gtristan!~tristanva@110.11.179.72> has quit IRC | 06:53 | |
*** fl0v0 <fl0v0!~fvo@p2E584FF4.dip0.t-ipconnect.de> has joined #yocto | 06:58 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 07:03 | |
*** annnha <annnha!4cbb1489@gateway/web/freenode/ip.76.187.20.137> has quit IRC | 07:08 | |
*** dushara <dushara!7346ce4a@gateway/web/freenode/ip.115.70.206.74> has quit IRC | 07:08 | |
*** hnje <hnje!~hnje@193.106.123.182> has joined #yocto | 07:08 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 07:19 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-caocurmwcbjabxyq> has joined #yocto | 07:20 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 07:21 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto | 07:24 | |
*** ANNNHA <ANNNHA!a2f3118b@gateway/web/freenode/ip.162.243.17.139> has joined #yocto | 07:27 | |
*** RP1 <RP1!~richard@62.168.35.69> has joined #yocto | 07:27 | |
*** fl0v01 <fl0v01!~fvo@p2E5840A2.dip0.t-ipconnect.de> has joined #yocto | 07:29 | |
*** fl0v0 <fl0v0!~fvo@p2E584FF4.dip0.t-ipconnect.de> has quit IRC | 07:29 | |
*** gtristan <gtristan!~tristanva@221.147.85.171> has joined #yocto | 07:30 | |
*** vdehors_arc <vdehors_arc!~vincent@LPuteaux-657-1-103-59.w193-248.abo.wanadoo.fr> has joined #yocto | 07:32 | |
*** RP1 <RP1!~richard@62.168.35.69> has quit IRC | 07:32 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 07:32 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 07:33 | |
*** Crofton <Crofton!~Crofton@ip-94-113-76-12.net.upcbroadband.cz> has quit IRC | 07:34 | |
*** ed21 <ed21!Adium@nat/intel/x-ckllxntplbewtebk> has joined #yocto | 07:39 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:39 | |
*** ant_work <ant_work!~ant__@host18-113-dynamic.16-79-r.retail.telecomitalia.it> has joined #yocto | 07:41 | |
*** florian_kc is now known as florian | 07:43 | |
*** cornel <cornel!~cornel@89.121.200.106> has joined #yocto | 07:46 | |
cornel | hello | 07:46 |
cornel | in a team of yocto users, is it possible to share the storage space so that you can use a local machine for processor, memory, etc. and the shared storage for build storage space? | 07:48 |
*** armpit <armpit!~armpit@62.168.35.105> has joined #yocto | 07:48 | |
cornel | opposed to our current status where we have for each build machine a storage that is not enough for all users .... | 07:49 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 07:51 | |
*** colrack <colrack!~colrack@94.126.8.166> has joined #yocto | 07:56 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 08:01 | |
*** ANNNHA <ANNNHA!a2f3118b@gateway/web/freenode/ip.162.243.17.139> has quit IRC | 08:04 | |
*** ANNNHA <ANNNHA!a2f3118b@unaffiliated/annnha> has joined #yocto | 08:04 | |
*** ANNNHA <ANNNHA!a2f3118b@gateway/web/freenode/ip.162.243.17.139> has joined #yocto | 08:04 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto | 08:10 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-geigfhflcorapfvt> has joined #yocto | 08:11 | |
*** armpit <armpit!~armpit@62.168.35.105> has quit IRC | 08:16 | |
*** Klopilot <Klopilot!25949985@gateway/web/freenode/ip.37.148.153.133> has joined #yocto | 08:25 | |
Klopilot | Hello | 08:25 |
rdmikkovee | Hi | 08:27 |
*** ANNNHA <ANNNHA!a2f3118b@gateway/web/freenode/ip.162.243.17.139> has quit IRC | 08:29 | |
rdmikkovee | I'm trying to write a recipe which would install a proprietary python wheel package to target. I think I can't use use pypi as it would try to fetch the source from the internets. Also setuptools seems to be useless as the .whl files do not contain a setup.py... Any ideas what would be the best way to do this? | 08:31 |
Klopilot | i have here a kernel cmdline issue on yocto 2.2; kernel cmd line is: rootfstype=ubifs ro; readonly, but the poky distro mounts the root alwas as rw; the cmdline ro is ignored; can anybody tell me where to look for this cmdline evaluation? thx | 08:32 |
rdmikkovee | If I wanted to install the package to host I could do it like this: pip install my-propriotary-stuff.whl | 08:33 |
cornel | cat /proc/cmdline is what you expect? | 08:33 |
Klopilot | test | 08:34 |
cornel | or even better, more /rpoc/cmdline | 08:34 |
rdmikkovee | So should I put similar command to the do_compile? Any ideas are welcome. | 08:34 |
Klopilot | \/proc\/cmdline is OK, but ro is ignored by yocto | 08:35 |
cornel | what about /etc/fstab ? | 08:35 |
nayfe | Costin1: bitbake -s ? | 08:35 |
*** annnah <annnah!~annnah@unaffiliated/annnha> has joined #yocto | 08:36 | |
Klopilot | rootfstype=ubifs ro chk_data_crc ubi.mtd=0 root=ubi0:rootfs console=ttyS0,115200n8 mtdparts=davinci_nand.0:86m(Rootfs0),86m(Rootfs1),-(UBI) vt.global_cursor_default=0 internpower mem=95M | 08:36 |
cornel | if you don't have it already, create /etc/fstab with the required entry/entries, Klopilot | 08:37 |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-wlsmvzvddayhvtfk> has joined #yocto | 08:38 | |
Klopilot | fstab: //dev//root // auto defaults 1 1 | 08:38 |
cornel | replace defaults with ro | 08:39 |
Klopilot | thanks i will have a look at fstab | 08:39 |
Klopilot | thanks | 08:39 |
cornel | or whatever you need | 08:39 |
cornel | example: ro,user | 08:39 |
Klopilot | can you tell me in wich recipe fstab is controlled? | 08:41 |
cornel | no | 08:41 |
cornel | usually base-files but to be sure do something like: rpm -qf /etc/fstab | 08:42 |
*** nayfe <nayfe!d433a784@gateway/web/freenode/ip.212.51.167.132> has quit IRC | 08:49 | |
Klopilot | thank you, cornel! | 08:50 |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 08:52 | |
*** nayfe <nayfe!d433a784@gateway/web/freenode/ip.212.51.167.132> has joined #yocto | 08:57 | |
*** rburton <rburton!~textual@home.burtonini.com> has joined #yocto | 08:58 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 09:02 | |
*** Klopilot <Klopilot!25949985@gateway/web/freenode/ip.37.148.153.133> has quit IRC | 09:04 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 09:07 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 09:07 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 09:09 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 09:14 | |
*** ed21 <ed21!Adium@nat/intel/x-ckllxntplbewtebk> has quit IRC | 09:15 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 09:30 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 09:33 | |
nayfe | otavio: Hi, I based a custom board BSP on linux wandboard_imx_4.1.15_1.1.0_ga branch, and found out that nxp released a 4.9 imx kernel. Do you know if there will be a linux-fslc-imx_4.9 ? | 09:36 |
*** yann|work <yann|work!~yann@178.208.16.32> has joined #yocto | 09:37 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 09:44 | |
sveinse | If I have IMAGE_INSTALL_append = ".." and IMAGE_INSTALL_append_my-machine = "...", they will be both picked up right? | 09:49 |
LetoThe2nd | sveinse: should be, yes | 09:50 |
LetoThe2nd | (given that you are building for my-macine) | 09:50 |
sveinse | of course. thanks. | 09:51 |
*** morphis__ <morphis__!~morphis@pD9ED703D.dip0.t-ipconnect.de> has joined #yocto | 09:53 | |
*** morphis <morphis!~morphis@pD9ED7147.dip0.t-ipconnect.de> has quit IRC | 09:54 | |
*** morphis__ is now known as morphis | 09:55 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC | 09:58 | |
*** annnah <annnah!~annnah@unaffiliated/annnha> has quit IRC | 09:59 | |
*** Crofton <Crofton!~Crofton@62.168.35.107> has joined #yocto | 10:08 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 10:10 | |
*** RP1 <RP1!~richard@62.168.35.66> has joined #yocto | 10:13 | |
*** RP1 <RP1!~richard@62.168.35.66> has quit IRC | 10:19 | |
*** morphis <morphis!~morphis@pD9ED703D.dip0.t-ipconnect.de> has quit IRC | 10:21 | |
*** morphis <morphis!~morphis@pD9ED703D.dip0.t-ipconnect.de> has joined #yocto | 10:25 | |
*** Crofton <Crofton!~Crofton@62.168.35.107> has quit IRC | 10:31 | |
*** sjolley <sjolley!sjolley@nat/intel/x-yhauqwafzoxyhhyn> has quit IRC | 10:32 | |
*** sjolley <sjolley!~sjolley@134.134.139.74> has joined #yocto | 10:33 | |
*** ed21 <ed21!Adium@nat/intel/x-dnhsdokidambqske> has joined #yocto | 10:36 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 10:45 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 10:47 | |
*** thaytan <thaytan!~jan@2a02:aa10:b580:9080:e3aa:a711:f9f3:5053> has quit IRC | 10:56 | |
*** melonipoika <melonipoika!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC | 11:05 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:07 | |
*** thaytan <thaytan!~jan@2a02:aa10:b580:9080:afa7:3934:77d7:672a> has joined #yocto | 11:09 | |
*** melonipoika <melonipoika!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto | 11:27 | |
*** melonipoika <melonipoika!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC | 11:39 | |
*** hnje <hnje!~hnje@193.106.123.182> has quit IRC | 11:44 | |
*** msvb-lab <msvb-lab!~michael@x55b54464.dyn.telefonica.de> has joined #yocto | 11:58 | |
*** armpit <armpit!~armpit@62.168.35.106> has joined #yocto | 12:03 | |
*** stefan_737362 <stefan_737362!~Mutter@84.117.19.81> has joined #yocto | 12:06 | |
*** hnje <hnje!~hnje@193.106.123.182> has joined #yocto | 12:07 | |
*** stefan_737362 <stefan_737362!~Mutter@84.117.19.81> has quit IRC | 12:07 | |
*** stefan_737362 <stefan_737362!~Mutter@84.117.19.81> has joined #yocto | 12:09 | |
*** Willy-- <Willy--!188a097e@gateway/web/freenode/ip.24.138.9.126> has joined #yocto | 12:10 | |
*** stefan_737362 <stefan_737362!~Mutter@84.117.19.81> has quit IRC | 12:11 | |
*** prix <prix!~smuxi@firebird.primox.net> has joined #yocto | 12:12 | |
*** peacememories <peacememories!~textual@e242-018.eduroam.tuwien.ac.at> has joined #yocto | 12:13 | |
*** dreyna <dreyna!~dreyna@62.168.35.68> has joined #yocto | 12:14 | |
*** hnje <hnje!~hnje@193.106.123.182> has quit IRC | 12:21 | |
*** prix <prix!~smuxi@firebird.primox.net> has quit IRC | 12:26 | |
*** armpit <armpit!~armpit@62.168.35.106> has quit IRC | 12:34 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 12:35 | |
*** peacememories <peacememories!~textual@e242-018.eduroam.tuwien.ac.at> has quit IRC | 12:36 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 12:37 | |
*** peacememories <peacememories!~textual@e242-018.eduroam.tuwien.ac.at> has joined #yocto | 12:37 | |
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has joined #yocto | 12:37 | |
*** ant_work <ant_work!~ant__@host18-113-dynamic.16-79-r.retail.telecomitalia.it> has quit IRC | 12:39 | |
*** Saur <Saur!~pkj@proxy02.se.axis.com> has quit IRC | 12:45 | |
*** annnah <annnah!~annnah@2605:6001:eb83:a900::1> has joined #yocto | 12:55 | |
otavio | nayfe: there is already; i did not yet merged stable fixes on it | 13:01 |
*** gtristan <gtristan!~tristanva@221.147.85.171> has quit IRC | 13:03 | |
nayfe | otavio: nice! you know when it will be released? no pressure :) | 13:05 |
*** Saur <Saur!~pkj@proxy02.se.axis.com> has joined #yocto | 13:05 | |
*** annnah <annnah!~annnah@2605:6001:eb83:a900::1> has quit IRC | 13:09 | |
*** annnah <annnah!~annnah@unaffiliated/annnha> has joined #yocto | 13:09 | |
*** zeeblex <zeeblex!~zeeblex@gate-zro.freescale.com> has joined #yocto | 13:13 | |
*** Crofton <Crofton!~Crofton@62.168.35.105> has joined #yocto | 13:17 | |
*** morphis <morphis!~morphis@pD9ED703D.dip0.t-ipconnect.de> has quit IRC | 13:21 | |
*** Crofton <Crofton!~Crofton@62.168.35.105> has quit IRC | 13:21 | |
*** rdmikkovee <rdmikkovee!528d696b@gateway/web/freenode/ip.82.141.105.107> has quit IRC | 13:25 | |
*** RP1 <RP1!~richard@62.168.35.107> has joined #yocto | 13:25 | |
*** falk0n <falk0n!~falk0n@a79-168-122-231.cpe.netcabo.pt> has joined #yocto | 13:29 | |
*** stephano <stephano!~stephano@134.134.139.73> has joined #yocto | 13:32 | |
*** morphis <morphis!~morphis@pD9ED703D.dip0.t-ipconnect.de> has joined #yocto | 13:35 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 13:35 | |
nayfe | otavio: ha, i was looking not looking in right github, you mean this branch : https://github.com/Freescale/linux-fslc/tree/4.9-1.0.x-imx ? | 13:40 |
otavio | nayfe: well, honestly I am not too interested on 4.9 as I am using 4.1 or 4.13 for all our customers | 13:41 |
otavio | nayfe: so I'll likely use this to host community fixes | 13:41 |
*** schtobia <schtobia!6cab85a8@piratenpartei/BY/schtobia> has quit IRC | 13:42 | |
otavio | nayfe: and avoid duplication of work | 13:42 |
Adam_ | otavio: nayfe: sorry to jump in, but are you guys talking about GCC versions...? | 13:42 |
nayfe | otavio: ok, i suppose 4.1 for IPU/VPU support, and 4.13 for others ? | 13:42 |
Adam_ | Ah, kernels. | 13:43 |
nayfe | Adam_: talking about linux version for freescale SOCs | 13:43 |
Adam_ | nayfe: ty | 13:43 |
otavio | nayfe: 4.13 has etnaviv and vpu support | 13:44 |
otavio | nayfe: ipu is not complete yet | 13:44 |
otavio | Adam_: Linux kernel | 13:44 |
otavio | nayfe: we added support to use mainline and we are moving many customers to it | 13:45 |
Adam_ | otavio: ty - sorry I was trying to build GCC 4.9 toolchain on Morty (by default it uses 6.9). | 13:45 |
otavio | Adam_: why? | 13:46 |
nayfe | otavio: ok I see, I use a lot of gstreamer IPU/VPU stuff, so best option is probably to wait for 4.13 IPU support | 13:46 |
Adam_ | otavio: I have a bunch of custom apps that require an old version of GCC.... | 13:46 |
otavio | nayfe: not sure; gst works very well on mainline | 13:46 |
otavio | Adam_: time to upgrade? | 13:46 |
otavio | nayfe: we will move to 4.14 very soon | 13:47 |
Adam_ | otavio: I know. But it's hard to convince the app guys. I assume gcc 4.9 + morty is not a combo that's been tested? | 13:47 |
*** dreyna_ <dreyna_!~dreyna@62.168.35.68> has joined #yocto | 13:48 | |
tront | RP1, can this http://lists.openembedded.org/pipermail/openembedded-core/2017-October/143537.html make it into yocto pyro please? | 13:48 |
nayfe | otavio: cpu time consuming is a big concern for us, so IPU helped in 4.1.15 ... | 13:48 |
nayfe | otavio: you mean mainstream without IPU is better than 4.1 with IPU ? | 13:49 |
*** dreyna <dreyna!~dreyna@62.168.35.68> has quit IRC | 13:49 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto | 13:49 | |
RP1 | tront: just that patch? | 13:50 |
tront | RP1, yes, just the one | 13:50 |
otavio | nayfe: try it | 13:50 |
otavio | nayfe: it is | 13:50 |
otavio | RP1: are you taking 2.5 patches already? | 13:51 |
RP1 | otavio: not yet, no | 13:51 |
otavio | RP1: Ok | 13:51 |
nayfe | otavio: ok thanks, i'll give it a try, but it means quite a lot of rework for our gstreamer plugins. Is there a place to look after work in progress ? meta-freescale mailinglist ? | 13:54 |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 13:54 | |
*** Monty_ <Monty_!62d99026@gateway/web/freenode/ip.98.217.144.38> has joined #yocto | 13:55 | |
*** kaspter <kaspter!~Instantbi@183.128.239.163> has quit IRC | 13:55 | |
tront | RP1, thanks a lot | 13:56 |
RP1 | tront: thankfully its an easier patch to review but we can;'t normally do that.... | 13:57 |
tront | what is the usual procedure? | 13:57 |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has joined #yocto | 13:57 | |
RP1 | tront: Armin queues, tests, I merge the batch | 13:58 |
eduardas_m | hello, I am using Kubuntu 16.04 and when I run bitbake recovery -g -u depexp I get: "Failed to connect to Mir: Failed to connect to server socket: No such file or directory" | 13:59 |
tront | I see; noted | 13:59 |
*** nathani_ <nathani_!~nathani@mail.validmanufacturing.com> has joined #yocto | 13:59 | |
RP1 | tront: it takes time as the tests take time and tracking down the failures takes time. We need more people | 13:59 |
tront | thanks again for making this exception now | 13:59 |
eduardas_m | was never actually able to view the dependency graph using depexp, not even when I was using Ubuntu 14.04 stock | 13:59 |
*** RP1 <RP1!~richard@62.168.35.107> has quit IRC | 13:59 | |
eduardas_m | there was also some kind of error on 14.04 too, though I do not remember what it was exactly | 14:00 |
Monty_ | Hey guys, Is there an easy way to call a function on the final image after its created? We would like to copy images to our build server once bitbake has created the final image. We've been looking at IMAGE_POSTPROCESS_COMMAND but the final image has not been created yet. | 14:01 |
eduardas_m | can anyone give me a good example on how to properly view a dependency graph for a recipe on Ubuntu 16.04? | 14:01 |
*** ChrysD <ChrysD!c16cc543@gateway/web/freenode/ip.193.108.197.67> has joined #yocto | 14:03 | |
ChrysD | Hi All ! I have problem with "devtool modify". I remember that i tried it last week, and now when i try to bitbake, he is looking to another conf folder inside the dir that i create for devtool modify. how to reverse it ? Thanks by advance | 14:04 |
eduardas_m | Monty_: I suppose you could create a recipe that pulls in your final image recipe as a dependency and does whatever more tasks you need, though that sounds ugly | 14:04 |
*** CTtpollard <CTtpollard!~CTtpollar@167.98.27.226> has quit IRC | 14:05 | |
*** aragua <aragua!~aragua@62.168.35.124> has joined #yocto | 14:05 | |
*** dreyna_ <dreyna_!~dreyna@62.168.35.68> has quit IRC | 14:06 | |
ChrysD | No idea? | 14:09 |
*** dreyna <dreyna!~dreyna@62.168.35.68> has joined #yocto | 14:10 | |
eduardas_m | Monty_: then again (after re-reading your sentence), should you not be building the images on the build server in the first place? | 14:11 |
eduardas_m | and let your Continuos Integration system handle whatever build artifacts are produced | 14:12 |
*** RP1 <RP1!~richard@62.168.35.105> has joined #yocto | 14:12 | |
*** dreyna <dreyna!~dreyna@62.168.35.68> has quit IRC | 14:16 | |
ChrysD | I get the oslution | 14:16 |
ChrysD | the workspace made by devtool is added in bblayers.conf | 14:16 |
ChrysD | just need to remove there | 14:16 |
ChrysD | ( cleaning tmp/ for nothing :s ) | 14:16 |
*** open-nandra <open-nandra!~marek@81.89.61.168.host.vnet.sk> has quit IRC | 14:18 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 14:19 | |
*** ed21 <ed21!Adium@nat/intel/x-dnhsdokidambqske> has quit IRC | 14:19 | |
*** aehs29 <aehs29!aehernan@nat/intel/x-mdrsqktsyycungnc> has joined #yocto | 14:22 | |
*** gtristan <gtristan!~tristanva@110.11.179.89> has joined #yocto | 14:23 | |
*** aragua <aragua!~aragua@62.168.35.124> has quit IRC | 14:24 | |
*** stefan_737362 <stefan_737362!~Mutter@84.117.19.81> has joined #yocto | 14:24 | |
*** dreyna <dreyna!~dreyna@62.168.35.68> has joined #yocto | 14:25 | |
Monty_ | The "build server" is more of a cloud backup - I've confused the question by giving it a bad name. It doesn't make sense to build the images there. There's no easy/clean way then? | 14:28 |
eduardas_m | Monty_: I suppose you could just write a bash script that runs bitbake, waits for it to finish successfully and does the upload? | 14:30 |
*** stefan_737362 <stefan_737362!~Mutter@84.117.19.81> has quit IRC | 14:30 | |
*** stefan_737362 <stefan_737362!~Mutter@84.117.19.81> has joined #yocto | 14:32 | |
*** mnsgs <mnsgs!4fab95ac@gateway/web/freenode/ip.79.171.149.172> has quit IRC | 14:33 | |
Monty_ | Yer. That's what we're probably going to do. Just doesn't feel like we're using yocto/bitbake correctly | 14:33 |
*** dreyna_ <dreyna_!~dreyna@62.168.35.68> has joined #yocto | 14:34 | |
eduardas_m | Monty_: I am not that experienced in Yocto myself, but as far as I know the two main CI solutions are either Yocto Autobuilder or Jenkins... I assume the proper way to handle artifact uploads to somewhere would be via the mechanisms those provide | 14:35 |
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-ieiufdbkifkmdilz> has joined #yocto | 14:35 | |
eduardas_m | though I am really not familiar with either... perhaps someone could elaborate on the matter? | 14:36 |
*** dreyna <dreyna!~dreyna@62.168.35.68> has quit IRC | 14:37 | |
*** vdehors_arc <vdehors_arc!~vincent@LPuteaux-657-1-103-59.w193-248.abo.wanadoo.fr> has quit IRC | 14:37 | |
*** stefan_737362 <stefan_737362!~Mutter@84.117.19.81> has quit IRC | 14:38 | |
*** dreyna_ <dreyna_!~dreyna@62.168.35.68> has quit IRC | 14:38 | |
joshuagl | if you want to run something after image construction you can do do_image[postfuncs] += "my_function" | 14:39 |
eduardas_m | joshuagl: really useful to know, though "postfuncs" is mentioned only once in the Mega-manual and in a slightly different context | 14:46 |
*** annnah <annnah!~annnah@unaffiliated/annnha> has quit IRC | 14:47 | |
rburton | eduardas_m: https://www.yoctoproject.org/docs/latest/bitbake-user-manual/bitbake-user-manual.html#variable-flags is probably the best bit of docs for it | 14:48 |
*** Snert_ <Snert_!~LoginName@106-24-237-24.gci.net> has joined #yocto | 14:50 | |
*** Costin1 <Costin1!~nxf31494@gate-zro.freescale.com> has left #yocto | 14:50 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC | 14:51 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 14:51 | |
eduardas_m | rburton: thank you... also, since you are here, could you please tell me how to successfully run depexp on Ubuntu 16.04? I get: "Failed to connect to Mir: Failed to connect to server socket: No such file or directory" | 14:51 |
rburton | lol mir | 14:52 |
eduardas_m | I simply run bitbake recovery -g -u depexp | 14:52 |
rburton | presumably you need to know what environment variables mir needs to work, and then ensure they don't get wiped like $DISPLAY does | 14:52 |
rburton | or stop using mir | 14:52 |
eduardas_m | rburton: yeah, I know... something is off in Kubuntu 16.04, but the funny thing is that I'm running regular Plasma 5 on X11 | 14:53 |
eduardas_m | not Mir | 14:53 |
*** yohboy <yohboy!~yohan@LFbn-1-7688-211.w92-167.abo.wanadoo.fr> has joined #yocto | 14:53 | |
eduardas_m | rburton: $DISPLAY gets removed when sourcing the environment for bitbake? | 14:54 |
eduardas_m | I did not know that | 14:54 |
rburton | DISPLAY doesn't no | 14:54 |
rburton | well, it does, but we add it back for depexp | 14:55 |
rburton | but presumably mir doesn't use DISPLAY as that's an X variable | 14:55 |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto | 14:55 | |
Monty_ | trying it out now. However the docs say do_image_* starts the image generation process. do_image_complete completes the image generation process. do_image_complete task performs post-processing on the image through the IMAGE_POSTPROCESS_COMMAND. | 14:56 |
Monty_ | image_post_process_command didn't work as the image hadn't been created yet | 14:57 |
*** aragua <aragua!~aragua@62.168.35.106> has joined #yocto | 14:57 | |
*** sgw <sgw!~swold@134.134.139.76> has joined #yocto | 15:01 | |
*** aragua <aragua!~aragua@62.168.35.106> has quit IRC | 15:02 | |
Monty_ | http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#image-generation-dev-environment - there doesn't appear to be any tasks/commands that happen after the image has been generated. IMAGE_POSTPROCESS_COMMAND acts on the final image output files | 15:05 |
eduardas_m | rburton: simply running export DISPLAY=:0 after sourcing environment for Yocto does not help in running depexp | 15:05 |
eduardas_m | here is the full error: https://pastebin.com/PNYPxYij | 15:06 |
joshuagl | there's no depexp in your bitbake, you should use taskexp instead | 15:08 |
joshuagl | I think the mir stuff may be a red herring | 15:08 |
joshuagl | "FATAL: Unable to import extension module "depexp" from bb.ui. Valid extension modules: knotty, ncurses or taskexp" | 15:09 |
joshuagl | depexp was dropped and replaced with taskexp a release or so ago | 15:09 |
eduardas_m | joshuagl: thank you, I was not aware of that... I am using Yocto Pyro | 15:09 |
joshuagl | the very release in which it happened :-) | 15:10 |
joshuagl | http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#migration-2.3-bitbake-changes | 15:10 |
*** yohboy <yohboy!~yohan@LFbn-1-7688-211.w92-167.abo.wanadoo.fr> has quit IRC | 15:14 | |
eduardas_m | joshuagl: yes, taskexp works for me :) | 15:16 |
*** Crofton <Crofton!~Crofton@ip-94-113-76-12.net.upcbroadband.cz> has joined #yocto | 15:16 | |
*** vdehors_arc_ <vdehors_arc_!~vincent@LPuteaux-657-1-103-59.w193-248.abo.wanadoo.fr> has joined #yocto | 15:16 | |
joshuagl | \o/ | 15:17 |
ChrysD | I had problem adding strace in IMX6. | 15:18 |
ChrysD | I've added in the image recipe strace. | 15:18 |
ChrysD | I've verified that in bitbake -e i have strace in image_install | 15:18 |
ChrysD | but when i boot my card.. no strace in /usr/bin | 15:18 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 15:19 | |
eduardas_m | ChrysD: what does your rootfs manifest say? | 15:19 |
eduardas_m | does it say the strace package is included? | 15:20 |
ChrysD | can you remember me where i can find this manifest? | 15:20 |
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC | 15:20 | |
eduardas_m | ChrysD: in tmp/deploy/images | 15:20 |
ChrysD | strace cortexa9hf-vfp-neon 4.9-r0 | 15:21 |
eduardas_m | with the .manifest in filename | 15:21 |
ChrysD | So it means that it should be installed | 15:23 |
ChrysD | ? | 15:23 |
eduardas_m | ChrysD: I would really assume it to be installed... are you sure you booted the same image? | 15:23 |
ChrysD | yeah sure | 15:23 |
ChrysD | i've remove my tmp/ sstate and everything | 15:23 |
ChrysD | so it's the first image i made | 15:23 |
eduardas_m | ChrysD: I add strace myself on i.MX6 via IMAGE_INSTALL += " strace", so I can not think of why it might not work... the package management tools on the board (rpm or opkg) also say the package is missing? | 15:26 |
ChrysD | only things it says is command not found | 15:27 |
ChrysD | and it's not in /usr/bin | 15:27 |
ChrysD | Same with ltrace... | 15:27 |
eduardas_m | ChrysD: I also append tools-debug to IMAGE_FEATURES | 15:28 |
ChrysD | I added devregs for eexample, and the command works | 15:28 |
*** jcstach <jcstach!~jcstach@104.129.196.75> has joined #yocto | 15:29 | |
*** laplante_ <laplante_!~laplante@104.129.196.71> has joined #yocto | 15:29 | |
*** jcstach_ <jcstach_!~jcstach@104.129.200.110> has joined #yocto | 15:30 | |
eduardas_m | ChrysD: you remember you have to not forget the space before the package name in IMAGE_INSTALL += " strace" or else it won't be parsed? I am running out of ideas | 15:31 |
ChrysD | i do IMAGE_INSTALL += " | 15:31 |
ChrysD | strace \ | 15:31 |
ChrysD | ltrace \ | 15:31 |
ChrysD | blblabla\ | 15:31 |
ChrysD | and it works | 15:31 |
ChrysD | i mean for somes of them | 15:31 |
ChrysD | but not all of the package | 15:31 |
*** jcstach__ <jcstach__!~jcstach@104.129.200.76> has quit IRC | 15:32 | |
ChrysD | and i have a space between the package name and " \ " | 15:32 |
eduardas_m | ChrysD: does only strace not work? | 15:32 |
*** dreyna <dreyna!~dreyna@62.168.35.66> has joined #yocto | 15:32 | |
ChrysD | eduardas_m : i have 5 packages, 2 of them dont work | 15:32 |
ChrysD | ltrace and strace | 15:32 |
ChrysD | both are in the manifest | 15:32 |
eduardas_m | if it is the first one in the list, it must have a space before the name | 15:32 |
ChrysD | both are in IMAGE_INSTALL with bitbake -e | 15:32 |
eduardas_m | ChrysD: yes, that confuses me also | 15:33 |
*** laplante__ <laplante__!~laplante@104.129.200.76> has quit IRC | 15:33 | |
ChrysD | IMAGE_INSTALL +=" \ imx-test \ i2c-tools \ devregs \ strace \ ltrace \ " | 15:34 |
nrossi | ChrysD: you should be able to check if the rootfs has the strace binary, just inspect the tar.gz if you have that built as an image fstype. | 15:34 |
*** laplante_ <laplante_!~laplante@104.129.196.71> has quit IRC | 15:34 | |
*** jcstach <jcstach!~jcstach@104.129.196.75> has quit IRC | 15:34 | |
ChrysD | and strace ltrace doesn't work but they are the two last.... | 15:34 |
eduardas_m | ChrysD: this is my section with packages if this helps: https://pastebin.com/i5f46cVk | 15:34 |
nrossi | ChrysD: since having the package installed doesn't mean you have to have the binary ;) | 15:34 |
ChrysD | ok | 15:35 |
ChrysD | eduardas_m : that's mine : https://pastebin.com/qzBGRfmm | 15:35 |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-caocurmwcbjabxyq> has quit IRC | 15:35 | |
eduardas_m | ChrysD: you can also explore the rootfs in a non-archived form in /tmp | 15:35 |
eduardas_m | making a tar.gz is not necessary | 15:36 |
eduardas_m | in tmp/work I mean | 15:36 |
nrossi | sure, if you have the build in tmp available, but will not be there if you blew it away and rebuilt from sstate | 15:36 |
ChrysD | How can I check? | 15:38 |
ChrysD | I add tools-debug and I have strace | 15:39 |
Adam_ | Q. Is it possible to respond to an old mailing list thread of OE? | 15:39 |
eduardas_m | ChrysD: for example, my rootfs can be found in /home/eduardas/BUILD_3/pyro_builds/build_rc/tmp/work/var_som_mx6-fslc-linux-gnueabi/fod-final-image/1.0-r0/rootfs/ | 15:39 |
ChrysD | eduardas_m : yeah i know that | 15:39 |
ChrysD | me there : /Yocto/build/tmp/work/imx6qhera-poky-linux-gnueabi/ov5640-image-debug/1.0-r0/rootfs | 15:40 |
*** stephano <stephano!~stephano@134.134.139.75> has joined #yocto | 15:40 | |
ChrysD | and now i have in /usr/bin strace | 15:40 |
ChrysD | after adding tools debug as image features | 15:40 |
eduardas_m | ChrysD: ltrace too? | 15:40 |
ChrysD | yeah | 15:41 |
ChrysD | and if i don't put debug tools | 15:41 |
ChrysD | i have no ltrace and ftrace | 15:41 |
ChrysD | strace* | 15:41 |
ChrysD | Thanks nrossi and eduardas for your support, but still don't understand why can't be installed manually. | 15:41 |
eduardas_m | ChrysD: kind of weird, since I would have expected to be able to add those one by one... had debug-tools enabled for other reasons | 15:42 |
ChrysD | Eduardas, as you are working on IMX6, have you got ftrace working on your board? | 15:42 |
ChrysD | i have kernel panic now | 15:43 |
ChrysD | ahahah | 15:43 |
eduardas_m | ChrysD: to be completely honest, I am a Linux noob... I have no experience with any kind of tracing tools... I just add that stuff to use "some time in the future".. I know, disappointing | 15:43 |
eduardas_m | for "when I need it" | 15:44 |
ChrysD | The same, but now it's time to me to use them | 15:44 |
ChrysD | ahahah | 15:44 |
eduardas_m | ChrysD: ok, good luck... got to go | 15:44 |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has quit IRC | 15:44 | |
*** thaytan <thaytan!~jan@2a02:aa10:b580:9080:afa7:3934:77d7:672a> has quit IRC | 15:45 | |
*** lamego <lamego!~jose@134.134.139.75> has joined #yocto | 15:45 | |
ChrysD | nrossi : i have my rootfs on tmp/ different from the one on my image.... | 15:45 |
nrossi | ChrysD: different to the rootfs tarball or the image you have booted? | 15:46 |
ChrysD | the image i have booted | 15:47 |
nrossi | ChrysD: how is it different exactly? | 15:47 |
*** dreyna <dreyna!~dreyna@62.168.35.66> has quit IRC | 15:47 | |
ChrysD | nrossi : in /usr/bin/ | 15:47 |
ChrysD | nrossi : things are missing | 15:48 |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 15:48 | |
nrossi | ChrysD: what sort of things? binaries, symlinks? | 15:48 |
ChrysD | nrossi : binaries like strace | 15:48 |
nrossi | ChrysD: did you not mention above you got it working? | 15:49 |
ChrysD | no i have it on my /usr/bin in tmp/ | 15:49 |
ChrysD | not on my board | 15:49 |
nrossi | ah ok, i miss understood. | 15:49 |
nrossi | ChrysD: then your issue is image/disk related | 15:49 |
ChrysD | I have it there /build/tmp/work/imx6qhera-poky-linux-gnueabi/ov5640-image-debug/1.0-r0/rootfs | 15:50 |
ChrysD | ov5640-image-debug is the image name that i put after bitbake | 15:50 |
nrossi | ChrysD: how are you writing the image to your target? sd card? | 15:50 |
ChrysD | sdcard yeah | 15:50 |
nrossi | ChrysD: are you using a sdcard image that is generated by the build or manually partitioning/etc | 15:50 |
nrossi | ? | 15:50 |
ChrysD | by the build | 15:51 |
nrossi | ChrysD: when you write the image to disk do you just 'dd' it? | 15:51 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 15:51 | |
ChrysD | nrossi : i use win32 | 15:51 |
nrossi | ChrysD: ouch... | 15:51 |
ChrysD | nrossi win32 disk isntaller* | 15:51 |
ChrysD | I have a linux server which compile bitbake and everything. But i put my sdcard into my window machine. | 15:52 |
ChrysD | So i do a Winscp of the .sdcard | 15:52 |
ChrysD | then a win32 | 15:52 |
ChrysD | I could do an ssh dd if necessary i guess | 15:53 |
ChrysD | But it's the first time that i put things in IMAGE_INSTALL but don't get it in the final image | 15:53 |
*** laplante <laplante!~laplante@104.129.200.80> has joined #yocto | 15:53 | |
nrossi | ChrysD: your issue might be that the new disk image is not being written to the disk properly? | 15:53 |
ChrysD | mhhh | 15:54 |
nrossi | ChrysD: have you double checked the image file being written is the same as the on from the build? (md5sum) | 15:54 |
ChrysD | no, i triple checked | 15:54 |
ChrysD | :s | 15:55 |
ChrysD | If i add other packages | 15:55 |
ChrysD | like gstreamer, or qt or whatever, no problem | 15:55 |
nrossi | ChrysD: i see, have you tried formatting the disk, and then using the win32 imager? | 15:55 |
peacememories | can i somehow set the sstate_dir via environment variables instead of local.conf? | 15:55 |
ChrysD | i add other debugging tools , no problem. I get only that with strace and lstrace | 15:55 |
nrossi | ChrysD: oh, so its just strace playing up, that is odd | 15:56 |
ChrysD | nrossi : i'm in a 3.14.28 core image minimal | 15:56 |
ChrysD | nrossi : and the ov5640-image-debug is just an image which add debugging tools, or other package + kernel module | 15:57 |
nrossi | ChrysD: did you check if strace was in the rootfs tarball? | 15:57 |
nrossi | ChrysD: or just in tmp/ | 15:57 |
ChrysD | just in tmp/ | 15:57 |
*** ant_home <ant_home!~ant__@host201-77-dynamic.251-95-r.retail.telecomitalia.it> has joined #yocto | 15:58 | |
nrossi | ChrysD: if you build the tarball, check in it, if its there then its definitely image related problem | 15:58 |
nrossi | peacememories: check BB_ENV_EXTRAWHITE | 15:59 |
ChrysD | i'm checking nrossi | 15:59 |
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has joined #yocto | 16:00 | |
*** svalan <svalan!~svalan@seali-84.19.140.128-static.iport.se> has quit IRC | 16:00 | |
*** maxin <maxin!~maxin@134.134.139.82> has quit IRC | 16:01 | |
ChrysD | nrossi : it's in the ov5640-image-debug-imx6qhera-Blablablabla.rootfs.tar.bz2 | 16:01 |
*** mvlad <mvlad!~mvlad@gate-zro.freescale.com> has quit IRC | 16:01 | |
*** fl0v01 <fl0v01!~fvo@p2E5840A2.dip0.t-ipconnect.de> has quit IRC | 16:01 | |
*** maxin <maxin!~maxin@134.134.139.82> has joined #yocto | 16:01 | |
nrossi | ChrysD: ok, lets check if in the sdcard image. This is a little tricky, i assume you have root on your build machine? | 16:01 |
ChrysD | nrossi : i have root on my build machine | 16:02 |
nrossi | ChrysD: get losetup installed if not already | 16:02 |
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC | 16:03 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 16:03 | |
ChrysD | nrossi i have it | 16:03 |
nrossi | ChrysD: losetup -P /dev/loop0 <.sdcard file> | 16:06 |
ChrysD | When i do that, it send me to the help page of losetup | 16:06 |
*** laplante <laplante!~laplante@104.129.200.80> has quit IRC | 16:07 | |
ChrysD | you mean -p or -P ? | 16:07 |
nrossi | oh drop the -P, it might be in newer versions only | 16:07 |
ChrysD | ok | 16:07 |
ChrysD | it works | 16:07 |
nrossi | then to replace the -P, run partprobe /dev/loop0 | 16:07 |
nrossi | you should now have some /dev/loop0pX nodes | 16:08 |
nrossi | mount the one that is the rootfs | 16:08 |
nrossi | and explore for strace | 16:08 |
ChrysD | [17:51] <ChrysD> nrossi : i use win32 [17:51] <nrossi> ChrysD: ouch... | 16:09 |
ChrysD | that's how i can sum up | 16:09 |
nrossi | ChrysD: ? | 16:10 |
ChrysD | it's there | 16:10 |
nrossi | on the loopbacked image? | 16:10 |
ChrysD | yeah | 16:10 |
ChrysD | that's why i copied your " ouch... " ahah | 16:10 |
nrossi | ChrysD: ok so the solution here, is to take your windows machine and send it back to microsoft :P | 16:10 |
ChrysD | or maybe to throught it through the window | 16:11 |
ChrysD | that's why is a windows machine no? | 16:11 |
nrossi | that would hurt the window, don't make your windows feel the pain of windows :P | 16:11 |
ChrysD | throw it* | 16:11 |
ChrysD | We use lot of windows tools to, the best solution was to have two computer :s | 16:11 |
nrossi | window's dd tools have already been iffy, last time i was on windows i gave up and got a linux machine for sd card imaging | 16:12 |
nrossi | s/already/always/ | 16:12 |
*** peacememories <peacememories!~textual@e242-018.eduroam.tuwien.ac.at> has quit IRC | 16:12 | |
*** svalan <svalan!~svalan@seali-84.19.140.128-static.iport.se> has joined #yocto | 16:12 | |
nrossi | ChrysD: btw, to proper clean up that /dev/loop0 mount, losetup -d | 16:13 |
nrossi | ChrysD: also if you can always use your board to do you sd card imaging :) | 16:14 |
*** mvlad <mvlad!~mvlad@gate-zro.freescale.com> has joined #yocto | 16:14 | |
nrossi | ChrysD: have one card with known tools working that boots to ramfs, or use another sdcard reader on usb or something | 16:14 |
ChrysD | nrossi : thank you for the tips of the losetup | 16:17 |
ChrysD | nrossi : what you mean by " that boots to ramfs" ? | 16:18 |
nrossi | ChrysD: boot it with the rootfs in ram, ramfs or ramdisk. It's quite easy to do with u-boot, get a .cpio and load it to a memory address and pass it to bootm's second arg (bootm <kernel> <ramfs> <dtb) | 16:19 |
nrossi | (or bootz if your using zImage) | 16:19 |
nrossi | sorry needs to be a uboot wrapped cpio, so ".cpio.gz.u-boot" is probably what you are after | 16:20 |
ChrysD | I think he is already booted in th e ram | 16:21 |
ChrysD | as i can change the kernel | 16:22 |
ChrysD | while the board is booted | 16:22 |
ChrysD | i already tried to do an scp of the kernel | 16:22 |
ChrysD | oh maybe you mean rootfs is not on the ram | 16:22 |
ChrysD | in the* | 16:22 |
ChrysD | i said nothing. | 16:23 |
nrossi | ChrysD: you are using a rootfs from the sdcard at the moment yes? e.g. root=/dev/mmcblk0p2 | 16:23 |
ChrysD | yeah | 16:23 |
nrossi | ChrysD: that would prevent you from removing the sd card, but if you put the rootfs in ram, then once booted the sd is not needed, you can remove and replace with the sdcard you want to load the image on | 16:24 |
*** yann|work <yann|work!~yann@178.208.16.32> has quit IRC | 16:24 | |
*** ant_home <ant_home!~ant__@host201-77-dynamic.251-95-r.retail.telecomitalia.it> has quit IRC | 16:26 | |
ChrysD | nrossi : you mean if i want to make rootfs changes | 16:29 |
nrossi | ChrysD: just an idea if you cant attach you sd card to your build machine | 16:29 |
ChrysD | nrossi : yeah yeah i have understand. So i put the rootfs in the ram so that i can change it in my sdcard. | 16:30 |
ChrysD | nrossi : the best would be to have the rootfs in nfs | 16:30 |
nrossi | ChrysD: yep exactly, nfs rootfs works too | 16:31 |
ChrysD | nrossi : I need to work into my linux workflow ... | 16:31 |
*** rajm <rajm!~robertmar@u217-75-209-98.static.grapesc.cz> has joined #yocto | 16:32 | |
ChrysD | nrossi : i copied the /git folrder of the linux folder for kernel developpement and i took the run.do_compile / run .do_configure and run.do_compile_kernelmodules ( i modified path ) so that i can work into kernel quickly. | 16:32 |
nrossi | ChrysD: have a look at EXTERNALSRC, saves having to work out of the oe build | 16:33 |
*** martinkelly <martinkelly!~martin@71-35-172-156.tukw.qwest.net> has joined #yocto | 16:40 | |
ChrysD | nrossi : ok thanks | 16:40 |
ChrysD | nrossi : i don't understand how win32disk installer coudl have a problem | 16:42 |
ChrysD | he jus tneed to write the binaryahah | 16:42 |
*** dreyna <dreyna!~dreyna@62.168.35.66> has joined #yocto | 16:43 | |
*** vdehors_arc_ <vdehors_arc_!~vincent@LPuteaux-657-1-103-59.w193-248.abo.wanadoo.fr> has quit IRC | 16:44 | |
nrossi | ChrysD: depends on the sd reader drivers, i've seen mention of issues before | 16:44 |
ChrysD | nrossi : i have to go, thanks for the help , i've appreciate, also about learning losetup =) If you have time, do you mind explain me what's your workflow ? | 16:46 |
ChrysD | nrossi : i mean next time :D | 16:46 |
*** hbruce <hbruce!hbruce@nat/intel/x-ykkfauvpjdtduxio> has quit IRC | 16:47 | |
nrossi | ChrysD: sure, ping me if im on | 16:47 |
*** mihai- <mihai-!~mihai@unaffiliated/mihai> has quit IRC | 16:47 | |
ChrysD | nrossi : thanks a lot, bye ! | 16:47 |
*** ChrysD <ChrysD!c16cc543@gateway/web/freenode/ip.193.108.197.67> has quit IRC | 16:47 | |
*** gnac <gnac!~gnac@or-71-0-52-80.sta.embarqhsd.net> has joined #yocto | 16:47 | |
*** mihai- <mihai-!~mihai@unaffiliated/mihai> has joined #yocto | 16:47 | |
*** dreyna <dreyna!~dreyna@62.168.35.66> has quit IRC | 16:48 | |
*** tavish <tavish!~tavish@unaffiliated/tavish> has joined #yocto | 16:49 | |
*** mihai- <mihai-!~mihai@unaffiliated/mihai> has quit IRC | 16:57 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-pahenwkbhopiyluc> has joined #yocto | 16:59 | |
*** lamego <lamego!~jose@134.134.139.75> has quit IRC | 17:04 | |
*** rburton <rburton!~textual@home.burtonini.com> has quit IRC | 17:05 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 17:08 | |
*** jku <jku!~jku@dyj-skyyyyyyyyyyyyycy-3.rev.dnainternet.fi> has joined #yocto | 17:11 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 17:12 | |
*** tavish_ <tavish_!~tavish@unaffiliated/tavish> has joined #yocto | 17:12 | |
*** thaytan <thaytan!~jan@2a02:aa10:b580:9080:afa7:3934:77d7:672a> has joined #yocto | 17:15 | |
*** tavish <tavish!~tavish@unaffiliated/tavish> has quit IRC | 17:16 | |
*** rajm <rajm!~robertmar@u217-75-209-98.static.grapesc.cz> has quit IRC | 17:20 | |
*** gtristan <gtristan!~tristanva@110.11.179.89> has quit IRC | 17:23 | |
*** dreyna <dreyna!~dreyna@62.168.35.125> has joined #yocto | 17:23 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 17:27 | |
*** lamego <lamego!jose@nat/intel/x-usekrbsuhzeuhygy> has joined #yocto | 17:29 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 17:38 | |
*** stefan_ <stefan_!~stefan@ipbcc3cd28.dynamic.kabel-deutschland.de> has joined #yocto | 17:47 | |
*** sjolley <sjolley!~sjolley@134.134.139.74> has quit IRC | 17:49 | |
otavio | nayfe: I think the changes are going to be small; check the mailing list or contact me in private | 17:56 |
otavio | nayfe: we can assist you if need | 17:57 |
*** sjolley <sjolley!~sjolley@134.134.139.73> has joined #yocto | 18:01 | |
*** jg_ <jg_!~jg@static-173-76-34-203.bstnma.fios.verizon.net> has joined #yocto | 18:12 | |
*** falk0n <falk0n!~falk0n@a79-168-122-231.cpe.netcabo.pt> has quit IRC | 18:19 | |
*** jku <jku!~jku@dyj-skyyyyyyyyyyyyycy-3.rev.dnainternet.fi> has quit IRC | 18:22 | |
*** bodangly <bodangly!~bodangly@24-240-128-46.static.davl.vt.charter.com> has joined #yocto | 18:26 | |
*** bodangly_ <bodangly_!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto | 18:28 | |
*** thaytan <thaytan!~jan@2a02:aa10:b580:9080:afa7:3934:77d7:672a> has quit IRC | 18:30 | |
*** bodangly <bodangly!~bodangly@24-240-128-46.static.davl.vt.charter.com> has quit IRC | 18:31 | |
*** gtristan <gtristan!~tristanva@110.11.179.89> has joined #yocto | 18:35 | |
*** thaytan <thaytan!~jan@2a02:aa10:b580:9080:afa7:3934:77d7:672a> has joined #yocto | 18:38 | |
*** Martian <Martian!~martian@84.40.91.35> has joined #yocto | 18:38 | |
*** Monty_ <Monty_!62d99026@gateway/web/freenode/ip.98.217.144.38> has quit IRC | 18:41 | |
*** scottrif <scottrif!~scottrif@47.39.44.219> has joined #yocto | 18:55 | |
*** bluelightning <bluelightning!~paul@2406:e001:3d9d:1:5e51:4fff:febb:401d> has joined #yocto | 18:58 | |
*** bluelightning <bluelightning!~paul@2406:e001:3d9d:1:5e51:4fff:febb:401d> has quit IRC | 18:58 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:58 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-geigfhflcorapfvt> has quit IRC | 18:59 | |
*** rajm <rajm!~robertmar@u217-75-209-98.static.grapesc.cz> has joined #yocto | 19:04 | |
*** kpo <kpo!~bob@user-94-254-253-24.play-internet.pl> has joined #yocto | 19:06 | |
*** sjolley <sjolley!~sjolley@134.134.139.73> has quit IRC | 19:09 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC | 19:15 | |
crazy_imp | hi | 19:18 |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto | 19:19 | |
crazy_imp | what is the best way to change a kernel recipe? | 19:19 |
*** jg_ <jg_!~jg@static-173-76-34-203.bstnma.fios.verizon.net> has quit IRC | 19:23 | |
*** bodangly_ is now known as bodangly | 19:30 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 19:36 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-pahenwkbhopiyluc> has quit IRC | 19:39 | |
*** Willy-- <Willy--!188a097e@gateway/web/freenode/ip.24.138.9.126> has quit IRC | 19:54 | |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC | 19:55 | |
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-sgsrstwjgpyuvmfj> has quit IRC | 19:57 | |
*** martinkelly <martinkelly!~martin@71-35-172-156.tukw.qwest.net> has quit IRC | 19:58 | |
*** rubdos <rubdos!~rubdos@ptr-1uzevqefjgxdm5wv65h.18120a2.ip6.access.telenet.be> has quit IRC | 19:58 | |
*** catch22 <catch22!~catch22__@204.40.96.58.static.exetel.com.au> has joined #yocto | 20:05 | |
*** stefan_ <stefan_!~stefan@ipbcc3cd28.dynamic.kabel-deutschland.de> has quit IRC | 20:07 | |
*** tavish_ <tavish_!~tavish@unaffiliated/tavish> has quit IRC | 20:11 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 20:15 | |
*** rajm <rajm!~robertmar@u217-75-209-98.static.grapesc.cz> has quit IRC | 20:16 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ytjhiacssaztsqcp> has joined #yocto | 20:26 | |
*** anselmolsm <anselmolsm!~anselmols@134.134.139.76> has joined #yocto | 20:28 | |
*** melonipoika <melonipoika!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto | 20:29 | |
*** anselmolsm <anselmolsm!~anselmols@134.134.139.76> has left #yocto | 20:30 | |
*** martinkelly <martinkelly!~martin@71-35-172-156.tukw.qwest.net> has joined #yocto | 20:32 | |
*** nemequ <nemequ!~nemequ@2600:8801:d100:0:91b7:cf33:d97f:785c> has quit IRC | 20:37 | |
*** nemequ <nemequ!~nemequ@ip68-111-200-158.sd.sd.cox.net> has joined #yocto | 20:39 | |
*** jg_ <jg_!~jg@2601:18f:981:82c5:b801:1568:8ad3:7bf5> has joined #yocto | 20:51 | |
*** RP1 <RP1!~richard@62.168.35.108> has joined #yocto | 20:53 | |
*** RP1 is now known as RP | 20:53 | |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-wlsmvzvddayhvtfk> has quit IRC | 20:58 | |
*** ant_home <ant_home!~ant__@host6-253-dynamic.44-79-r.retail.telecomitalia.it> has joined #yocto | 20:59 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 20:59 | |
*** armpit <armpit!~armpit@62.168.35.105> has joined #yocto | 21:00 | |
*** colrack <colrack!~colrack@94.126.8.166> has quit IRC | 21:01 | |
*** melonipoika <melonipoika!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC | 21:01 | |
* armpit arrg.. builds driving me crazy | 21:01 | |
*** lamego <lamego!jose@nat/intel/x-usekrbsuhzeuhygy> has quit IRC | 21:06 | |
LetoThe2nd | armpit: | 21:09 |
LetoThe2nd | orly? :-P | 21:10 |
*** pohly1 <pohly1!~pohly@p54BD58CF.dip0.t-ipconnect.de> has quit IRC | 21:13 | |
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has quit IRC | 21:22 | |
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has quit IRC | 21:23 | |
*** dreyna <dreyna!~dreyna@62.168.35.125> has quit IRC | 21:27 | |
*** jg_ <jg_!~jg@2601:18f:981:82c5:b801:1568:8ad3:7bf5> has quit IRC | 21:30 | |
*** sjolley <sjolley!~sjolley@134.134.139.74> has joined #yocto | 21:36 | |
*** dreyna <dreyna!~dreyna@62.168.35.125> has joined #yocto | 21:37 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 21:42 | |
*** dreyna <dreyna!~dreyna@62.168.35.125> has quit IRC | 21:45 | |
*** sjolley <sjolley!~sjolley@134.134.139.74> has quit IRC | 22:04 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC | 22:14 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 22:14 | |
*** jg_ <jg_!~jg@2601:18f:981:82c5:b801:1568:8ad3:7bf5> has joined #yocto | 22:39 | |
*** stephano <stephano!~stephano@134.134.139.75> has quit IRC | 22:39 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 23:04 | |
*** berndhs <berndhs!~berndhs@s72-38-197-91.static.datacom.cgocable.net> has joined #yocto | 23:05 | |
*** nathani_ <nathani_!~nathani@mail.validmanufacturing.com> has quit IRC | 23:08 | |
*** ant_home <ant_home!~ant__@host6-253-dynamic.44-79-r.retail.telecomitalia.it> has quit IRC | 23:18 | |
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-ieiufdbkifkmdilz> has quit IRC | 23:25 | |
*** kpo <kpo!~bob@user-94-254-253-24.play-internet.pl> has quit IRC | 23:32 | |
*** sgw <sgw!~swold@134.134.139.76> has quit IRC | 23:35 | |
*** scottrif <scottrif!~scottrif@47.39.44.219> has quit IRC | 23:40 | |
*** berndhs <berndhs!~berndhs@s72-38-197-91.static.datacom.cgocable.net> has quit IRC | 23:42 | |
*** Martian <Martian!~martian@84.40.91.35> has quit IRC | 23:44 | |
paulg_ | ls | 23:58 |
paulg_ | ls | 23:58 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!