*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 00:02 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 00:05 | |
*** kpo <kpo!~bob@dynamic-78-8-156-50.ssp.dialog.net.pl> has quit IRC | 00:06 | |
khem | theorem: are you using systemd to manage the i/f | 00:10 |
---|---|---|
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 00:10 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 00:13 | |
*** pev <pev!~pev@95.147.121.60> has quit IRC | 00:26 | |
*** sameo <sameo!~samuel@192.55.54.45> has quit IRC | 00:31 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 00:45 | |
*** sgw <sgw!swold@nat/intel/x-ghhiykpdizqzeozs> has quit IRC | 00:58 | |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto | 00:59 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto | 01:04 | |
*** grumble <grumble!~grumble@freenode/staff/grumble> has quit IRC | 01:05 | |
*** rumble <rumble!~grumble@freenode/staff/grumble> has joined #yocto | 01:05 | |
*** scottrif <scottrif!~scottrif@2600-6c55-4600-1e9f-9875-2137-5a1d-002b.dhcp6.chtrptr.net> has quit IRC | 01:08 | |
theorem | khem: I was managing it with ifconfig directly and the route command | 01:10 |
theorem | are there tools in systemd that allow me to change the route metrics ? | 01:11 |
*** gtristan <gtristan!~tristanva@modemcable172.18-161-184.mc.videotron.ca> has joined #yocto | 01:16 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 01:24 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 01:27 | |
*** sjolley1 <sjolley1!sjolley@nat/intel/x-kubyzoiqlmewisrj> has joined #yocto | 01:28 | |
*** halstead is now known as halstead_beetlej | 01:40 | |
khem | theorem: then you should be able to change the /etc/network/interfaces file | 01:51 |
khem | you should try the changes on device and then tranfer the changes to metadata may be stick in a new interfaces file via a bbappend | 01:52 |
theorem | hm | 01:52 |
theorem | so, what if those files don't exist ? | 01:53 |
theorem | Linux FZEDC713D00BKJ501 3.10.17-poky-edison+ #1 SMP PREEMPT Fri Jun 19 12:06:40 CEST 2015 i686 GNU/Linux | 01:53 |
khem | check ./meta/recipes-core/init-ifupdown/ | 01:53 |
theorem | where is the relative ./meta ? | 01:54 |
khem | thats in yocto metadata | 01:54 |
theorem | path ? | 01:54 |
khem | so how is your interface brought up ? | 01:54 |
khem | it in poky dir | 01:54 |
theorem | er, can I get a full path ? | 01:54 |
khem | is it using ifup/ifdown or something else | 01:54 |
theorem | /sbin/ifup | 01:55 |
khem | ok then it mus be using init-ifupdown | 01:56 |
khem | so add the interfaces files and define your n/w if params | 01:56 |
theorem | I have nothing by that name on my filesystem | 01:56 |
theorem | this seems to be close to busybox | 01:57 |
theorem | how does busybox get interfaces online ? | 01:57 |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has quit IRC | 01:58 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 01:58 | |
theorem | it looks like wifi is brought online with wpa_supplicant_wlan0_event.service | 02:00 |
theorem | the systemd service | 02:00 |
theorem | there's also systemd-networkd.service | 02:01 |
*** jcstach_ <jcstach_!~jcstach@pool-100-14-220-47.phlapa.fios.verizon.net> has joined #yocto | 02:14 | |
*** curlybracket <curlybracket!~textual@ip-62-245-69-227.net.upcbroadband.cz> has quit IRC | 02:24 | |
*** zeeblex <zeeblex!~zeeblex@gate-zro.freescale.com> has quit IRC | 02:28 | |
*** sagner <sagner!~ags@66.171.181.186> has joined #yocto | 02:30 | |
sagner | Anybody knows whether it is possible to add something to do_image_myimage[prefuncs]? If yes, how? | 02:30 |
sagner | It seems not to work when I just add | 02:31 |
sagner | do_image_myimage[prefuncs] =+ "myfunc" | 02:31 |
sagner | Presumably because do_image_myimage gets generated dynamically in image.bbclass... | 02:31 |
khem | theorem: that means you are using systemd | 02:31 |
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC | 02:38 | |
kergoth | sagner: master fixed that recently | 02:39 |
theorem | yes | 02:39 |
kergoth | sagner: long standing issue where it set rather than appended/prepended | 02:39 |
theorem | so, it took me a while to figure that out | 02:39 |
theorem | but the wireless itnerface is not enumerated through systemd | 02:39 |
theorem | there's no "wireless" section in /etc/systemd/network as far as I can tell. | 02:40 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 02:41 | |
sagner | kergoth: hm I see, it uses now appendVarFlag... Can I work around that easily? | 02:41 |
kergoth | generally you need wpa-supplicant to set up wireless interfaces | 02:42 |
kergoth | sagner: if it uses appendVarFlag, then it won't override what's already there, and yours should be fine | 02:42 |
sagner | kergoth: working on morty, so appendVarFlag is not there yet.. Just noticed appendVarFlag in image.bbclass in master... | 02:43 |
kergoth | no good way to work around it short of overridding the class, afaik, but could be missing something | 02:44 |
sagner | kergoth: I was thinking to just call the function in my image shell function, but afaik there is no way to call python from shell. Is there a way to create a image format in python? | 02:46 |
sagner | IMAGE_CMD_... | 02:47 |
*** agust1 <agust1!~agust@p4FCB4383.dip0.t-ipconnect.de> has joined #yocto | 02:48 | |
*** agust <agust!~agust@p4FCB46F8.dip0.t-ipconnect.de> has quit IRC | 02:49 | |
*** sjolley1 <sjolley1!sjolley@nat/intel/x-kubyzoiqlmewisrj> has quit IRC | 02:52 | |
*** sjolley <sjolley!~sjolley@134.134.139.75> has joined #yocto | 02:53 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has quit IRC | 02:54 | |
*** catch22__ <catch22__!~catch22__@101.165.196.11> has joined #yocto | 02:55 | |
*** catch22_ <catch22_!~catch22__@101.165.196.11> has quit IRC | 02:56 | |
sagner | kergoth: FWIW, I worked around by conditionally (if IMAGE_FSTYPE contains myiamge) adding it to do_image[prefuncs] in an anonymous python function. Not pretty, but I think it should hold for now :-) | 03:00 |
sagner | kergoth: thanks for your help! | 03:00 |
kergoth | ah, indeed, nicely done | 03:04 |
kergoth | np | 03:04 |
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has joined #yocto | 03:05 | |
*** sagner <sagner!~ags@66.171.181.186> has quit IRC | 03:14 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 03:33 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 03:34 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 03:36 | |
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has quit IRC | 03:52 | |
*** flihp <flihp!~flihp@c-98-234-104-19.hsd1.ca.comcast.net> has quit IRC | 03:52 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 04:03 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 04:06 | |
*** sbtkd85 <sbtkd85!~sbtkd85@pc1mwgproxy02-dmz.us.dell.com> has quit IRC | 04:14 | |
*** sbtkd85 <sbtkd85!~sbtkd85@ps3mwgproxy02-dmz.us.dell.com> has joined #yocto | 04:14 | |
*** sgw <sgw!~swold@2601:1c0:6000:fe8::5b25> has joined #yocto | 04:15 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 04:16 | |
*** kanavin <kanavin!~ak@192.198.151.44> has quit IRC | 04:17 | |
*** |King_InuYasha| <|King_InuYasha|!~kvirc@ool-18e49ae9.dyn.optonline.net> has joined #yocto | 04:18 | |
*** Snert__ <Snert__!~snert_@65.74.8.146> has joined #yocto | 04:19 | |
*** King_InuYasha <King_InuYasha!~kvirc@fedora/ngompa> has quit IRC | 04:19 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 04:19 | |
*** dreyna_ <dreyna_!~dreyna@70.96.146.25> has joined #yocto | 04:20 | |
*** sachit <sachit!~sbtkd85@pc1mwgproxy02-dmz.us.dell.com> has joined #yocto | 04:20 | |
*** JoiF <JoiF!~jofr@193.182.166.3> has quit IRC | 04:20 | |
*** ionte <ionte!~ionte@c-31-209-59-170.cust.bredband2.com> has quit IRC | 04:20 | |
*** JoiF <JoiF!~jofr@193.182.166.3> has joined #yocto | 04:20 | |
*** sjolley <sjolley!~sjolley@134.134.139.75> has quit IRC | 04:21 | |
*** sbtkd85 <sbtkd85!~sbtkd85@ps3mwgproxy02-dmz.us.dell.com> has quit IRC | 04:21 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 04:21 | |
*** Cheeseum <Cheeseum!~cheddar@104.131.135.217> has quit IRC | 04:21 | |
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has quit IRC | 04:21 | |
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC | 04:21 | |
*** dreyna <dreyna!~dreyna@70.96.146.25> has quit IRC | 04:21 | |
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto | 04:22 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 04:22 | |
*** sagner <sagner!~ags@2601:602:8800:40b0::6a9> has joined #yocto | 04:22 | |
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has joined #yocto | 04:22 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC | 04:23 | |
*** ionte <ionte!~ionte@c-31-209-59-170.cust.bredband2.com> has joined #yocto | 04:25 | |
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has quit IRC | 04:26 | |
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has joined #yocto | 04:26 | |
*** phako[m] <phako[m]!phakomatri@gateway/shell/matrix.org/x-wgutjipodrpjcore> has quit IRC | 04:27 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 04:27 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 04:28 | |
*** Cheeseum <Cheeseum!~cheddar@104.131.135.217> has joined #yocto | 04:32 | |
*** dv_ <dv_!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC | 04:33 | |
*** hbruce <hbruce!~hbruce@134.134.139.82> has quit IRC | 04:34 | |
*** dv_ <dv_!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto | 04:35 | |
*** hbruce <hbruce!~hbruce@134.134.139.82> has joined #yocto | 04:35 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 04:35 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 04:37 | |
*** sjolley <sjolley!~sjolley@134.134.139.75> has joined #yocto | 04:42 | |
*** phako[m] <phako[m]!phakomatri@gateway/shell/matrix.org/x-kagvnjotdxctrtuu> has joined #yocto | 04:42 | |
*** morphis__ <morphis__!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has joined #yocto | 04:44 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-yccqfgtnxsdvwoac> has joined #yocto | 04:48 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 04:55 | |
*** jcstach_ <jcstach_!~jcstach@pool-100-14-220-47.phlapa.fios.verizon.net> has quit IRC | 04:58 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-uwsnwlbqbsstahpb> has joined #yocto | 04:58 | |
*** dv__ <dv__!~quassel@62.178.118.86> has joined #yocto | 05:00 | |
*** dv_ <dv_!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC | 05:00 | |
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has joined #yocto | 05:11 | |
*** morphis__ <morphis__!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has quit IRC | 05:13 | |
*** hmwel <hmwel!~hmw@zimbra.welvaarts.com> has joined #yocto | 05:35 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 05:41 | |
*** bluelightning <bluelightning!~paul@157.27.255.123.static.snap.net.nz> has joined #yocto | 05:43 | |
*** bluelightning <bluelightning!~paul@157.27.255.123.static.snap.net.nz> has quit IRC | 05:43 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 05:43 | |
*** spooky_d <spooky_d!~spooky@188.27.53.216> has joined #yocto | 05:44 | |
*** zerus <zerus!~petter@h-155-4-31-3.NA.cust.bahnhof.se> has joined #yocto | 05:45 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-pkywbgynvlhbqawr> has quit IRC | 05:45 | |
*** pohly <pohly!~pohly@p5DE8E670.dip0.t-ipconnect.de> has joined #yocto | 05:49 | |
*** yann <yann!~yann@81.57.214.146> has quit IRC | 06:05 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 06:09 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 06:11 | |
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has joined #yocto | 06:18 | |
*** morphis <morphis!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has joined #yocto | 06:21 | |
*** colrack <colrack!~colrack@94.126.8.166> has joined #yocto | 06:21 | |
*** luc4 <luc4!~luca@185.43.148.11> has joined #yocto | 06:28 | |
*** dreyna_ <dreyna_!~dreyna@70.96.146.25> has quit IRC | 06:35 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 06:38 | |
*** hnje <hnje!~hnje@193.106.123.182> has joined #yocto | 06:51 | |
*** jku <jku!~jku@192.198.151.43> has joined #yocto | 06:57 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 07:06 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto | 07:13 | |
*** dv__ is now known as dv_ | 07:17 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:22 | |
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto | 07:24 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto | 07:24 | |
*** ed21 <ed21!~Adium@192.198.151.44> has joined #yocto | 07:25 | |
*** mckoan|away is now known as mckoan | 07:36 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto | 07:38 | |
*** yann <yann!~yann@LFbn-1-3552-118.w90-127.abo.wanadoo.fr> has joined #yocto | 07:40 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 07:42 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC | 07:43 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 07:44 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 07:46 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 07:46 | |
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto | 07:46 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto | 07:46 | |
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto | 07:47 | |
*** toscalix <toscalix!~toscalix@80.91.95.114> has joined #yocto | 07:53 | |
*** joseppc <joseppc!~josep@sestofw01.enea.se> has joined #yocto | 07:55 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 07:55 | |
*** vdehors_arc <vdehors_arc!~vincent@LPuteaux-657-1-103-59.w193-248.abo.wanadoo.fr> has joined #yocto | 08:02 | |
*** morphis <morphis!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has quit IRC | 08:03 | |
*** sujith_h <sujith_h!~sujith@122.171.24.123> has joined #yocto | 08:08 | |
*** sujith_h <sujith_h!~sujith@kde/developers/sujithh> has joined #yocto | 08:08 | |
*** sujith_h <sujith_h!~sujith@kde/developers/sujithh> has left #yocto | 08:08 | |
*** str8ofhearts <str8ofhearts!~max@91.198.14.21> has joined #yocto | 08:11 | |
str8ofhearts | Hello all! Is it possible configure two u-boot for one machine in yocto? regards | 08:13 |
*** FabKna <FabKna!~Fabian@89.27.146.131> has joined #yocto | 08:14 | |
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has quit IRC | 08:18 | |
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has joined #yocto | 08:19 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 08:26 | |
*** spooky_d <spooky_d!~spooky@188.27.53.216> has quit IRC | 08:31 | |
*** msvb-lab <msvb-lab!~michael@x55b547ee.dyn.telefonica.de> has joined #yocto | 08:37 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 08:41 | |
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has joined #yocto | 08:44 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 08:47 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-zrnorqmpfmlnaxay> has joined #yocto | 08:47 | |
*** Anticom <Anticom!~anticom@217.6.33.234> has joined #yocto | 08:52 | |
*** ant_home <ant_home!~ant__@host224-10-dynamic.249-95-r.retail.telecomitalia.it> has joined #yocto | 08:53 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 09:02 | |
*** Bunio_FH1 <Bunio_FH1!~bunio@89-73-217-90.dynamic.chello.pl> has joined #yocto | 09:04 | |
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has quit IRC | 09:04 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 09:12 | |
*** CTtpollard <CTtpollard!~CTtpollar@167.98.27.226> has joined #yocto | 09:14 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has joined #yocto | 09:28 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC | 09:29 | |
*** morphis <morphis!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has joined #yocto | 09:34 | |
*** janho <janho!~johan@2a01:e35:8b8b:df0:b4e0:9ea8:ce9d:eda5> has joined #yocto | 09:34 | |
*** morphis <morphis!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has quit IRC | 09:42 | |
janho | Hi everyone, How to bitbake a recipe as if it was the first time , I mean with files,packages and package-split working directory entirely rebuild from zero ? | 09:57 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 10:06 | |
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has quit IRC | 10:06 | |
*** luc4 <luc4!~luca@185.43.148.11> has quit IRC | 10:07 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 10:09 | |
*** toscalix <toscalix!~toscalix@80.91.95.114> has quit IRC | 10:09 | |
*** toscalix <toscalix!~toscalix@80.91.95.114> has joined #yocto | 10:09 | |
*** luc4 <luc4!~luca@185.43.148.11> has joined #yocto | 10:11 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 10:16 | |
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has joined #yocto | 10:20 | |
*** jku <jku!~jku@192.198.151.43> has quit IRC | 10:24 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 10:25 | |
*** jku <jku!~jku@192.198.151.43> has joined #yocto | 10:27 | |
*** ctwr <ctwr!~ctwr@89.121.200.102> has quit IRC | 10:28 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 10:32 | |
*** janho <janho!~johan@2a01:e35:8b8b:df0:b4e0:9ea8:ce9d:eda5> has quit IRC | 10:36 | |
ramcq | hmm | 10:43 |
*** ctwr <ctwr!~he@89.121.200.102> has joined #yocto | 10:43 | |
ramcq | how would yocto decide the host arch is "armv7l" rather than arm? | 10:43 |
ramcq | I'm missing build deps on the host so I was trying a slightly weird trick to run yocto inside flatpak | 10:44 |
ramcq | could that have done a "setarch" and upset the whole thing? | 10:44 |
rburton | yeah maybe. what is actually failing where? | 10:45 |
ramcq | Loading cache: 100% |##########################################################################################################################################################| Time: 0:00:00 | 10:47 |
ramcq | Loaded 3 entries from dependency cache. | 10:47 |
ramcq | ERROR: /home/ramcq/freedesktop-sdk-base//meta-freedesktop/recipes-support/re2c/re2c_0.13.5.bb: Unable to determine endianness for architecture 'armv7l' | ETA: --:--:-- | 10:47 |
ramcq | ERROR: /home/ramcq/freedesktop-sdk-base//meta-freedesktop/recipes-support/re2c/re2c_0.13.5.bb: Please add your architecture to siteinfo.bbclass | 10:47 |
*** Willy-- <Willy--!~Willy@99.192.43.155> has quit IRC | 10:48 | |
ramcq | it just spits out a bunch of those at the very start and dies | 10:48 |
ramcq | I copied the siteinfo.bbclass line for arm then it got past that, then when it came to actually run ./configure on the first module, it was looking for armv7l-linux and died again | 10:48 |
rburton | right | 10:49 |
rburton | so thats your machine conf | 10:51 |
rburton | oh unless its failing for native stuff in which case does flatpak mangle uname? | 10:52 |
rburton | BUILD_ARCH := "${@os.uname()[4]}" | 10:52 |
ramcq | Linux endless6 4.4.0-93-generic #116-Ubuntu SMP Fri Aug 11 16:31:48 UTC 2017 armv7l armv7l armv7l GNU/Linux | 10:53 |
rburton | compare that with outside flatpak? | 10:53 |
ramcq | that is outside! | 10:54 |
rburton | ah | 10:54 |
rburton | set BUILD_ARCH=arm in your local.conf... | 10:54 |
ramcq | same inside | 10:54 |
rburton | surprised this is breaking for you and not alex. new hardware/kernel/something? | 10:55 |
rburton | we're basically expecting uname to say arm/armeb/aarch64/aarch64_be | 10:56 |
ramcq | tristan did the arm builds it turns out | 10:56 |
ramcq | and his timezone is such that I never know when he's awake so essentially can never find him on IRC :P | 10:57 |
*** luc4 <luc4!~luca@185.43.148.11> has quit IRC | 10:58 | |
rburton | i'd hope that setting build_arch explicitly would solve this | 10:58 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 10:59 | |
ramcq | yeah, parsing again, lets see what happens | 10:59 |
ramcq | all this just to find out "quickly" if config.gcc is generated because I most definitely don't have one | 11:00 |
ramcq | maybe I should've spent more time grepping in gcc | 11:00 |
ramcq | BUILD_SYS = "arm-linux" | 11:01 |
ramcq | thats better | 11:01 |
rburton | when you can compare your uname with tristan and see if that is different, or if he has any other mojo | 11:03 |
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has joined #yocto | 11:06 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC | 11:11 | |
*** joseppc <joseppc!~josep@sestofw01.enea.se> has joined #yocto | 11:19 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 11:19 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 11:20 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 11:32 | |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has joined #yocto | 11:32 | |
*** Willy-- <Willy--!~Willy@24.138.12.165> has joined #yocto | 11:34 | |
*** berndhs <berndhs!~berndhs@xplr-104-249-225-92.xplornet.com> has joined #yocto | 11:37 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 11:40 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 11:46 | |
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has quit IRC | 11:47 | |
*** janho <janho!~johan@2a01:e35:8b8b:df0:c2b:6d66:9525:2fb4> has joined #yocto | 11:53 | |
*** aratiu <aratiu!~adi@80.97.64.55> has quit IRC | 11:54 | |
hmwel | hi, i have some issues getting gpsd to work. I can't get gpsd to work. gpsd is not finding my gpsd device | 11:58 |
rburton | hmwel: you'll have better luck with the gpsd support channels | 11:59 |
hmwel | k | 11:59 |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has quit IRC | 12:01 | |
*** aratiu <aratiu!~adi@80.97.64.55> has joined #yocto | 12:06 | |
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has joined #yocto | 12:12 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 12:19 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 12:21 | |
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has quit IRC | 12:22 | |
*** janho <janho!~johan@2a01:e35:8b8b:df0:c2b:6d66:9525:2fb4> has quit IRC | 12:22 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 12:22 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 12:24 | |
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has quit IRC | 12:26 | |
*** luc4 <luc4!~luca@185.43.148.11> has joined #yocto | 12:27 | |
*** janho <janho!~johan@2a01:e35:8b8b:df0:28be:abe:778b:b0d8> has joined #yocto | 12:34 | |
*** curlybracket <curlybracket!~textual@ip-62-245-69-227.net.upcbroadband.cz> has joined #yocto | 12:37 | |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC | 12:38 | |
*** Willy-- <Willy--!~Willy@24.138.12.165> has quit IRC | 12:40 | |
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has joined #yocto | 12:41 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 12:45 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-uwsnwlbqbsstahpb> has quit IRC | 12:48 | |
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has quit IRC | 12:52 | |
*** str8ofhearts <str8ofhearts!~max@91.198.14.21> has left #yocto | 12:53 | |
*** zero_note <zero_note!~zero@5.170.1.231> has joined #yocto | 12:53 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 12:58 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has quit IRC | 12:59 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 12:59 | |
*** rumble is now known as grumble | 13:06 | |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has joined #yocto | 13:11 | |
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has joined #yocto | 13:11 | |
*** jku <jku!~jku@192.198.151.43> has quit IRC | 13:14 | |
*** Willy-- <Willy--!188a097e@gateway/web/freenode/ip.24.138.9.126> has joined #yocto | 13:17 | |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 13:17 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 13:19 | |
*** zerus <zerus!~petter@h-155-4-31-3.NA.cust.bahnhof.se> has quit IRC | 13:24 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-dztzfjrhqkuviopa> has joined #yocto | 13:25 | |
*** alimon <alimon!~alimon@189.160.121.100> has quit IRC | 13:25 | |
*** lilbby <lilbby!~liberta1@134.134.139.82> has joined #yocto | 13:32 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 13:33 | |
*** zero_note <zero_note!~zero@5.170.1.231> has quit IRC | 13:33 | |
*** zero_note <zero_note!~zero@5.170.1.231> has joined #yocto | 13:33 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 13:34 | |
hnje | im having some trouble building the extensible-sdk for a given machine where kernel,dtb,initramfs is bundled in a fitImage. The signatured computed when executing do_populate_sdk_ext for the kernel is not matching the signature that is locked in SIGGEN_LOCKEDSIGS. | 13:35 |
*** Bunio_FH1 <Bunio_FH1!~bunio@89-73-217-90.dynamic.chello.pl> has quit IRC | 13:36 | |
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has joined #yocto | 13:37 | |
*** zero_note <zero_note!~zero@5.170.1.231> has quit IRC | 13:38 | |
*** alimon <alimon!~alimon@189.160.121.100> has joined #yocto | 13:39 | |
bachp | Is there a way to tell the bitbake fetcher to extract a zip archive that has a non standard file ending (.nupkg)? Adding unpack=1 doesn't seem to help | 13:39 |
*** zero_note <zero_note!~zero@5.170.1.231> has joined #yocto | 13:39 | |
*** sgw <sgw!~swold@2601:1c0:6000:fe8::5b25> has quit IRC | 13:39 | |
joshuagl | I think you'd need to edit unpack() in bitbake/lib/bb/fetch2/__init__.py | 13:42 |
*** lamego <lamego!~jose@134.134.139.72> has joined #yocto | 13:42 | |
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has quit IRC | 13:44 | |
bachp | joshuagl: Ok I will have a look, thanks | 13:46 |
joshuagl | bachp: please send the patch upstream if you write one | 13:47 |
bachp | I will | 13:47 |
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC | 13:53 | |
bachp | joshuagl: The question is what to do. I could just add nupkg to the list there, or add a generic mechanism that allows to configure extraction via some param in the url | 13:54 |
bachp | ;extract=zip or ;extract=tar.gz for example | 13:55 |
*** stephano <stephano!~stephano@134.134.139.73> has joined #yocto | 13:57 | |
joshuagl | bachp: could always propose the generic mechanism, so long as you don't fear rejection :-) | 14:00 |
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC | 14:01 | |
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has joined #yocto | 14:02 | |
*** zero_note <zero_note!~zero@5.170.1.231> has quit IRC | 14:04 | |
*** armpit <armpit!~armpit@2601:202:4001:9ea0:f545:fc7e:a123:c3e4> has quit IRC | 14:06 | |
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto | 14:09 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto | 14:09 | |
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has quit IRC | 14:11 | |
*** armpit <armpit!~armpit@2601:202:4001:9ea0:640d:54fc:453c:c17b> has joined #yocto | 14:19 | |
*** sgw <sgw!~swold@134.134.139.73> has joined #yocto | 14:21 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto | 14:31 | |
pohly | bitbake (current master = 1ca2eec459424892391f060442ef38cf28d6a54a) no longer starts up for me (ERROR: Unable to start bitbake server). It times out eventually, dumping bitbake-cookerdaemon.log, which contains an error about my bblayers.conf version. | 14:32 |
pohly | RP: should an error parsing the base configuration cause a failure to connect to the server? | 14:33 |
JaMa | bachp: you can set downloadfilename parameter to rename it to .zip | 14:34 |
bachp | JaMa: So the extraction logic comes after the rename. I will try that thanks | 14:35 |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 14:38 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto | 14:38 | |
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-ezsruvwssctdbglf> has quit IRC | 14:40 | |
*** lilbby <lilbby!~liberta1@134.134.139.82> has quit IRC | 14:42 | |
*** lilbby <lilbby!~liberta1@134.134.139.82> has joined #yocto | 14:42 | |
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has quit IRC | 14:44 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 14:47 | |
*** lsandov1 <lsandov1!~lsandov1@134.134.139.73> has joined #yocto | 14:50 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto | 14:50 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has joined #yocto | 14:52 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 14:56 | |
*** jmcruzal <jmcruzal!~jmcruzal@134.134.139.83> has joined #yocto | 14:56 | |
*** gregdi <gregdi!~greg@195.159.234.190> has quit IRC | 15:01 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has quit IRC | 15:03 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC | 15:04 | |
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has joined #yocto | 15:06 | |
*** hnje <hnje!~hnje@193.106.123.182> has quit IRC | 15:13 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-yccqfgtnxsdvwoac> has quit IRC | 15:17 | |
*** janho <janho!~johan@2a01:e35:8b8b:df0:28be:abe:778b:b0d8> has quit IRC | 15:23 | |
*** FabKna <FabKna!~Fabian@89.27.146.131> has quit IRC | 15:25 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 15:28 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 15:29 | |
RP | pohly: I saw the bug, it really means "the server failed to start" | 15:31 |
RP | pohly: discuss here or on the bug? | 15:31 |
pohly | Bug is probably better, now that I have filed it. | 15:31 |
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has joined #yocto | 15:33 | |
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC | 15:33 | |
*** sjolley <sjolley!~sjolley@134.134.139.75> has quit IRC | 15:35 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has quit IRC | 15:37 | |
*** lilbby1 <lilbby1!~liberta1@134.134.139.75> has joined #yocto | 15:37 | |
*** lilbby <lilbby!~liberta1@134.134.139.82> has quit IRC | 15:39 | |
*** lsandov1 <lsandov1!~lsandov1@134.134.139.73> has quit IRC | 15:39 | |
*** tcolin <tcolin!6dbef6cb@gateway/web/freenode/ip.109.190.246.203> has joined #yocto | 15:40 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 15:40 | |
tcolin | hello everybody. I'm trying to generate an yocto image without busybox because i want to use toybox instead. Does yocto allow to build image without busybox ? | 15:41 |
*** sagner <sagner!~ags@2601:602:8800:40b0::6a9> has quit IRC | 15:42 | |
*** lilbby1 <lilbby1!~liberta1@134.134.139.75> has quit IRC | 15:44 | |
*** lilbby <lilbby!~liberta1@134.134.139.75> has joined #yocto | 15:44 | |
*** lilbby <lilbby!liberta1@nat/intel/x-yoeivlvctenotgva> has joined #yocto | 15:45 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 15:46 | |
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto | 15:46 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto | 15:46 | |
bachp | tcolin: As there is a recipe for toybox (http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-core/toybox/toybox_0.7.3.bb?h=master) I assume somebody has used it. But I don't have any experience what it would take to get rid of busybox entirely. | 15:47 |
tcolin | i have try to play with PREFERRED_PROVIDER_virtual/base-utils = "toybox" VIRTUAL-RUNTIME_base-utils= "toybox" but i still have busybox installed :/ | 15:48 |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 15:48 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has joined #yocto | 15:49 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC | 15:52 | |
*** tcolin <tcolin!6dbef6cb@gateway/web/freenode/ip.109.190.246.203> has quit IRC | 15:53 | |
*** tcolin <tcolin!6dbef6cb@gateway/web/freenode/ip.109.190.246.203> has joined #yocto | 15:54 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 15:54 | |
*** tripzero <tripzero!tripzero@nat/intel/x-rgczyzwtdcqdoszc> has quit IRC | 15:55 | |
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has quit IRC | 15:55 | |
bachp | tcolin: Did you grep for busybox in meta it might give you some hints where it gets pulled in | 15:56 |
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has joined #yocto | 15:56 | |
tcolin | In fact PREFERRED_PROVIDER_virtual/base-utils = "toybox" VIRTUAL-RUNTIME_base-utils= "toybox" did the trick. So my issue is solved | 15:56 |
mattsm_ | anyone have issues cloning large repos? I'm seeing something like the following: | 15:58 |
mattsm_ | fatal: read error: Connection reset by peer77 GiB | 4.52 MiB/s fatal: early EOF fatal: index-pack failed | 15:58 |
mattsm_ | I've got a workaround, but it's still weird... wondering if it's been solved by someone | 15:59 |
*** mattsm_ is now known as mattsm | 15:59 | |
RP | mattsm: from git.yp.org or another server? | 15:59 |
mattsm | github in this case | 15:59 |
mattsm | git clone -vvv git@github.com:raspberrypi/firmware.git | 16:00 |
RP | mattsm: sounds like either the remote server or something between you and it | 16:00 |
mattsm | using http can work, but you need to update your git config to increase the postbuffer | 16:00 |
*** CTtpollard <CTtpollard!~CTtpollar@167.98.27.226> has quit IRC | 16:01 | |
*** tripzero <tripzero!tripzero@nat/intel/x-mgchgasdnnujurmz> has joined #yocto | 16:01 | |
mattsm | from what I've read it's possibly related to doing a gc during fetch | 16:01 |
mattsm | RP: the only time it seems to fail is on large git repos so... | 16:02 |
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has quit IRC | 16:03 | |
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has joined #yocto | 16:06 | |
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has joined #yocto | 16:07 | |
*** luc4 <luc4!~luca@185.43.148.11> has quit IRC | 16:09 | |
*** ionte <ionte!~ionte@c-31-209-59-170.cust.bredband2.com> has quit IRC | 16:09 | |
*** ionte <ionte!~ionte@c-31-209-59-170.cust.bredband2.com> has joined #yocto | 16:10 | |
*** BubuIIC <BubuIIC!~mhoffmann@x55b204ef.dyn.telefonica.de> has joined #yocto | 16:10 | |
*** scottrif <scottrif!~scottrif@47.39.44.219> has joined #yocto | 16:11 | |
*** mckoan is now known as mckoan|away | 16:11 | |
*** jcstach_ <jcstach_!~jcstach@104.129.200.76> has joined #yocto | 16:11 | |
BubuIIC | is it possible to define a bitbake variable from a shell funtion? | 16:13 |
BubuIIC | or a task | 16:13 |
pohly | Is USB pass through enabled in qemu as compiled by OE? I'm getting an error for qemuparams="-device usb-host,vendorid=046d,productid=c52b": | 16:14 |
pohly | qemu-system-x86_64: -device usb-host,vendorid=046d,productid=c52b: 'usb-host' is not a valid device model name | 16:14 |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 16:14 | |
BubuIIC | i.e. I have some function calculate_stuff () which should set some variables which I need later in the recipe. | 16:16 |
*** dreyna <dreyna!~dreyna@70.96.146.25> has joined #yocto | 16:16 | |
*** msvb-lab <msvb-lab!~michael@x55b547ee.dyn.telefonica.de> has quit IRC | 16:16 | |
BubuIIC | I can do this with a pure python function which returns a value, but is it possible with a shell function? | 16:16 |
rburton | no | 16:17 |
rburton | shell functions are executed by a shell, so anything you set disappears when the shell exits | 16:17 |
kergoth | no, a shell function can't define a bitbake variable. if your'e calling it from pyhton, you could have it echo something to stdout and get it that way, but you should probably take a step back and rethink how you're doing this and what you want to accomplish | 16:17 |
BubuIIC | rburton, kergoth, thanks | 16:18 |
pohly | Yep, it's disabled: "libusb libusb (for usb passthrough)" and --disable-libusb is used in OE. | 16:18 |
*** sagner <sagner!~ags@75-146-58-181-Washington.hfc.comcastbusiness.net> has joined #yocto | 16:19 | |
rburton | pohly: its a packageconfig | 16:21 |
*** ed21 <ed21!~Adium@192.198.151.44> has quit IRC | 16:22 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 16:23 | |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 16:24 | |
pohly | rburton: yes, rebuilding already. | 16:26 |
*** toscalix <toscalix!~toscalix@80.91.95.114> has quit IRC | 16:31 | |
*** kpo <kpo!~bob@dynamic-78-8-156-50.ssp.dialog.net.pl> has joined #yocto | 16:38 | |
*** dreyna <dreyna!~dreyna@70.96.146.25> has quit IRC | 16:45 | |
*** mdnneo_ <mdnneo_!~umaucher@217.89.178.116> has joined #yocto | 16:48 | |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has quit IRC | 16:49 | |
*** mdnneo_ <mdnneo_!~umaucher@217.89.178.116> has quit IRC | 16:54 | |
*** yann <yann!~yann@LFbn-1-3552-118.w90-127.abo.wanadoo.fr> has quit IRC | 16:55 | |
*** zy]x[yz <zy]x[yz!~corey@unaffiliated/cmtptr> has joined #yocto | 16:59 | |
*** tcolin <tcolin!6dbef6cb@gateway/web/freenode/ip.109.190.246.203> has quit IRC | 16:59 | |
*** jmcruzal <jmcruzal!~jmcruzal@134.134.139.83> has quit IRC | 17:00 | |
*** colrack <colrack!~colrack@94.126.8.166> has quit IRC | 17:00 | |
zy]x[yz | say I have two totally independent projects which both have a recipe that's derived from one git repo. can I devtool-modify this recipe from both projects but have it point to the same local git clone so that I can do my work locally in one area? | 17:00 |
*** zeddii <zeddii!~bruce@128.224.252.2> has quit IRC | 17:01 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto | 17:07 | |
*** thaytan_ <thaytan_!~thaytan@121.200.10.166> has joined #yocto | 17:11 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto | 17:12 | |
*** vdehors_arc <vdehors_arc!~vincent@LPuteaux-657-1-103-59.w193-248.abo.wanadoo.fr> has quit IRC | 17:13 | |
*** dreyna <dreyna!~dreyna@70.96.146.25> has joined #yocto | 17:13 | |
*** thaytan <thaytan!~thaytan@121.200.10.166> has quit IRC | 17:15 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has joined #yocto | 17:15 | |
*** aehs29 <aehs29!~aehernan@134.134.139.74> has quit IRC | 17:17 | |
*** aehs29 <aehs29!aehernan@nat/intel/x-mktcajubyltcichp> has joined #yocto | 17:18 | |
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has quit IRC | 17:20 | |
*** stephano <stephano!~stephano@134.134.139.73> has joined #yocto | 17:30 | |
aehs29 | rburton: is the uvesa issue only happening on lsb? | 17:36 |
*** Anticom <Anticom!~anticom@217.6.33.234> has quit IRC | 17:36 | |
aehs29 | rburton: nvm just saw it on another one | 17:37 |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 17:47 | |
*** flihp <flihp!~flihp@c-98-234-104-19.hsd1.ca.comcast.net> has joined #yocto | 17:51 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC | 18:06 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto | 18:07 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC | 18:11 | |
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-tyqpujvualjlrpjx> has joined #yocto | 18:12 | |
*** msvb-lab <msvb-lab!~michael@x55b547ee.dyn.telefonica.de> has joined #yocto | 18:13 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-dztzfjrhqkuviopa> has quit IRC | 18:18 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 18:18 | |
*** jmcruzal <jmcruzal!jmcruzal@nat/intel/x-qskhitnlurrbfjyp> has joined #yocto | 18:19 | |
*** kpo <kpo!~bob@dynamic-78-8-156-50.ssp.dialog.net.pl> has quit IRC | 18:20 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 18:23 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 18:24 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto | 18:25 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC | 18:36 | |
*** gtristan <gtristan!~tristanva@modemcable172.18-161-184.mc.videotron.ca> has quit IRC | 18:37 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 18:39 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto | 18:58 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-zrnorqmpfmlnaxay> has quit IRC | 19:00 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:dc86:faf8:f32:fb61> has quit IRC | 19:07 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has joined #yocto | 19:08 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 19:10 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has quit IRC | 19:13 | |
*** Eleventh_Doctor <Eleventh_Doctor!~neal@fedora/ngompa> has joined #yocto | 19:17 | |
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has quit IRC | 19:17 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has joined #yocto | 19:18 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has quit IRC | 19:20 | |
halstead_beetlej | RP, I think we need to re-queue https://autobuilder.yocto.io/builders/nightly/builds/523 as yocto-2.2.2.rc2 because publish_artifacts was false. | 19:21 |
*** zy]x[yz <zy]x[yz!~corey@unaffiliated/cmtptr> has left #yocto | 19:21 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has joined #yocto | 19:23 | |
halstead_beetlej | Started at https://autobuilder.yocto.io/builders/nightly/builds/525 | 19:30 |
*** gtristan <gtristan!~tristanva@mtlxpqak-1176248019.sdsl.bell.ca> has joined #yocto | 19:33 | |
*** florian <florian!~fuchs@port-92-198-56-102.static.qsc.de> has joined #yocto | 19:34 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 19:34 | |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto | 19:38 | |
ramcq | hey folks - what actually decides on TARGET_SYS ? | 19:41 |
ramcq | I'd expect armv7ahf to get me arm-linux-gnueabihf | 19:42 |
ramcq | but I get arm-unknown-linux-gnueabi passed to gcc as the machine spec, with a bunch of tunes to put callconvention=hard etc | 19:43 |
ramcq | this seems more likely to misdirect everyone | 19:43 |
ramcq | as arm-unknown-linux-gnueabi means armel to everyone | 19:43 |
armpit | halstead_beetlej, thanks | 19:45 |
*** halstead_beetlej is now known as halstead | 19:46 | |
*** halstead <halstead!~halstead@crown.incitedev.com> has quit IRC | 19:46 | |
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has joined #yocto | 19:46 | |
armpit | halstead, I didn't say beetlej 3x | 19:46 |
halstead | armpit, All the hashes are the same so it should be a fast build. | 19:46 |
halstead | :) | 19:46 |
halstead | armpit, bully4u and I were joking that if I get pinged 3 times I always appear. So I changed my nickname for a laugh. :) | 19:49 |
*** BubuIIC <BubuIIC!~mhoffmann@x55b204ef.dyn.telefonica.de> has left #yocto | 19:53 | |
*** Willy-- <Willy--!188a097e@gateway/web/freenode/ip.24.138.9.126> has quit IRC | 19:56 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has quit IRC | 20:00 | |
*** bluelightning <bluelightning!~paul@157.27.255.123.static.snap.net.nz> has joined #yocto | 20:00 | |
*** bluelightning <bluelightning!~paul@157.27.255.123.static.snap.net.nz> has quit IRC | 20:00 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 20:00 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has joined #yocto | 20:02 | |
*** th <th!~thintze@threllis.net> has quit IRC | 20:05 | |
*** th <th!~thintze@unaffiliated/th> has joined #yocto | 20:05 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has quit IRC | 20:06 | |
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has quit IRC | 20:06 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has joined #yocto | 20:07 | |
*** Snert_ <Snert_!~LoginName@106-24-237-24.gci.net> has joined #yocto | 20:12 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC | 20:14 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC | 20:15 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto | 20:17 | |
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has joined #yocto | 20:20 | |
*** msvb-lab <msvb-lab!~michael@x55b547ee.dyn.telefonica.de> has quit IRC | 20:26 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 20:29 | |
*** dreyna <dreyna!~dreyna@70.96.146.25> has quit IRC | 20:51 | |
*** FabKna <FabKna!~Fabian@p2003000623F10D5584CC127C20C71C90.dip0.t-ipconnect.de> has joined #yocto | 20:52 | |
FabKna | someone has a working opkg with pyro? | 20:52 |
*** dengke <dengke!~dengke@106.120.101.38> has quit IRC | 20:55 | |
*** yizhao1 <yizhao1!~zhaoyi@106.120.101.38> has quit IRC | 20:56 | |
*** jcstach_ <jcstach_!~jcstach@104.129.200.76> has quit IRC | 21:00 | |
*** dengke <dengke!~dengke@106.120.101.38> has joined #yocto | 21:03 | |
*** yizhao <yizhao!~zhaoyi@106.120.101.38> has joined #yocto | 21:04 | |
*** sgw <sgw!~swold@134.134.139.73> has quit IRC | 21:07 | |
RP | halstead: thanks, I clearly missed a setting when triggering it | 21:07 |
halstead | RP, And I missed the send QA e-mail field. So I'll send that at the end. | 21:08 |
*** Willy-- <Willy--!~Willy--@99.192.43.155> has joined #yocto | 21:13 | |
*** lamego <lamego!~jose@134.134.139.72> has quit IRC | 21:16 | |
*** pohly <pohly!~pohly@p5DE8E670.dip0.t-ipconnect.de> has quit IRC | 21:17 | |
*** Eleventh_Doctor is now known as Pharaoh_Atem | 21:25 | |
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has quit IRC | 21:26 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC | 21:29 | |
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has quit IRC | 21:32 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 21:39 | |
rburton | FabKna: works out of the box and is tested constantly | 21:42 |
FabKna | rburton: Thank you, I have selected the openwrt omap sources but have problems since pyro with it. | 21:50 |
FabKna | I get error: Nothing provides libc needed by... | 21:52 |
JaMa | anyone else seeing random QA issues like this one: | 21:54 |
JaMa | ERROR: glibc-locale-2.26-r0 do_package_qa: QA Issue: /usr/bin/localedef contained in package localedef requires libc.so.6(GLIBC_2.15), but no providers found in RDEPENDS_localedef? [file-rdeps] | 21:54 |
JaMa | ERROR: glibc-locale-2.26-r0 do_package_qa: QA Issue: /usr/bin/localedef contained in package localedef requires libc.so.6, but no providers found in RDEPENDS_localedef? [file-rdeps] | 21:54 |
*** lilbby <lilbby!liberta1@nat/intel/x-yoeivlvctenotgva> has quit IRC | 22:03 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC | 22:05 | |
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has joined #yocto | 22:06 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 22:06 | |
*** bhargav <bhargav!95c73efe@gateway/web/freenode/ip.149.199.62.254> has quit IRC | 22:10 | |
fray | JamA, I've not seen that | 22:12 |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto | 22:12 | |
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has quit IRC | 22:18 | |
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC | 22:20 | |
*** hbruce <hbruce!~hbruce@134.134.139.82> has quit IRC | 22:21 | |
*** gtristan <gtristan!~tristanva@mtlxpqak-1176248019.sdsl.bell.ca> has quit IRC | 22:23 | |
*** hbruce <hbruce!hbruce@nat/intel/x-sjmgthxuaqkqqycf> has joined #yocto | 22:24 | |
armpit | JaMa, maybe build host related? | 22:29 |
*** dreyna <dreyna!~dreyna@70.96.146.25> has joined #yocto | 22:29 | |
*** Crofton <Crofton!~Crofton@pool-108-44-111-57.ronkva.east.verizon.net> has joined #yocto | 22:30 | |
*** agust1 <agust1!~agust@p4FCB4383.dip0.t-ipconnect.de> has quit IRC | 22:32 | |
clsulliv | JaMa: I was getting those a few days ago, but they went away after another pull on master | 22:32 |
clsulliv | JaMa: but if they're random like you say maybe I'm just getting lucky =/ | 22:32 |
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has quit IRC | 22:43 | |
*** dreyna <dreyna!~dreyna@70.96.146.25> has quit IRC | 22:43 | |
*** Willy-- <Willy--!~Willy--@99.192.43.155> has quit IRC | 22:46 | |
*** FabKna <FabKna!~Fabian@p2003000623F10D5584CC127C20C71C90.dip0.t-ipconnect.de> has quit IRC | 22:49 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC | 22:51 | |
*** Crofton <Crofton!~Crofton@pool-108-44-111-57.ronkva.east.verizon.net> has quit IRC | 22:52 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto | 22:53 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 22:59 | |
*** tlwoerner <tlwoerner!~Trevor@206.248.190.95> has joined #yocto | 23:01 | |
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has joined #yocto | 23:01 | |
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC | 23:04 | |
*** klynn <klynn!~klynn@2600-6c55-4600-1e9f-95b0-cde5-f388-148a.dhcp6.chtrptr.net> has joined #yocto | 23:06 | |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 23:13 | |
*** klynn <klynn!~klynn@2600-6c55-4600-1e9f-95b0-cde5-f388-148a.dhcp6.chtrptr.net> has left #yocto | 23:32 | |
*** ant_home <ant_home!~ant__@host224-10-dynamic.249-95-r.retail.telecomitalia.it> has quit IRC | 23:38 | |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC | 23:40 | |
armpit | halstead, ping | 23:41 |
* armpit beetle juice, beetle juice beetle juice | 23:42 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC | 23:43 | |
halstead | Hi armpit. | 23:43 |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto | 23:43 | |
armpit | halstead, I just say an issue with the morty build. does this sound like a host issue ? rsync: chgrp "/srv/autobuilder/autobuilder.yoctoproject.org/pub/releases/yocto-2.2.2.rc2/.poky-60402978fe3648bf560b3386c6e9dd661cdf2083.tar.bz2.md5sum.Vy1vM1" | 23:44 |
armpit | or a burp | 23:45 |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 23:45 | |
*** scottrif <scottrif!~scottrif@47.39.44.219> has quit IRC | 23:45 | |
*** garbados <garbados!~garbados@2601:1c2:303:6b0:c592:8d59:a508:ac47> has joined #yocto | 23:46 | |
halstead | armpit, I think the message was cut off. Which file/URL are you looking at? | 23:46 |
armpit | https://autobuilder.yocto.io/builders/nightly-x32/builds/456/steps/Publishing%20Layer%20Tarballs/logs/stdio | 23:46 |
halstead | Thanks | 23:46 |
armpit | I logged a bug in the mean time | 23:47 |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC | 23:48 | |
* armpit looks for more beer | 23:48 | |
halstead | armpit, It looks like nightly-x32/build doesn't contain a poky directory on that server and others. So cd poky will fail... | 23:49 |
halstead | Hrm. | 23:49 |
halstead | armpit, Failed exactly the same way at https://autobuilder.yocto.io/builders/nightly-x32/builds/439/steps/Publishing%20Layer%20Tarballs/logs/stdio | 23:50 |
armpit | yeah, saw that | 23:52 |
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto | 23:52 | |
armpit | not sure how to classify the failure, AB, infrastructure or core | 23:53 |
*** sjolley <sjolley!sjolley@nat/intel/x-sqrmaxvflzkrhsgl> has joined #yocto | 23:55 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!