Thursday, 2017-09-07

*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC00:02
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto00:05
*** kpo <kpo!~bob@dynamic-78-8-156-50.ssp.dialog.net.pl> has quit IRC00:06
khemtheorem: are you using systemd to manage the i/f00:10
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC00:10
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto00:13
*** pev <pev!~pev@95.147.121.60> has quit IRC00:26
*** sameo <sameo!~samuel@192.55.54.45> has quit IRC00:31
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC00:45
*** sgw <sgw!swold@nat/intel/x-ghhiykpdizqzeozs> has quit IRC00:58
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto00:59
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto01:04
*** grumble <grumble!~grumble@freenode/staff/grumble> has quit IRC01:05
*** rumble <rumble!~grumble@freenode/staff/grumble> has joined #yocto01:05
*** scottrif <scottrif!~scottrif@2600-6c55-4600-1e9f-9875-2137-5a1d-002b.dhcp6.chtrptr.net> has quit IRC01:08
theoremkhem: I was managing it with ifconfig directly and the route command01:10
theoremare 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 #yocto01:16
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC01:24
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto01:27
*** sjolley1 <sjolley1!sjolley@nat/intel/x-kubyzoiqlmewisrj> has joined #yocto01:28
*** halstead is now known as halstead_beetlej01:40
khemtheorem: then you should be able to change the /etc/network/interfaces file01:51
khemyou should try the changes on device and then tranfer the changes to metadata may be stick in a new interfaces file via a bbappend01:52
theoremhm01:52
theoremso, what if those files don't exist ?01:53
theoremLinux FZEDC713D00BKJ501 3.10.17-poky-edison+ #1 SMP PREEMPT Fri Jun 19 12:06:40 CEST 2015 i686 GNU/Linux01:53
khemcheck ./meta/recipes-core/init-ifupdown/01:53
theoremwhere is the relative ./meta ?01:54
khemthats in yocto metadata01:54
theorempath ?01:54
khemso how is your interface brought up ?01:54
khemit in poky dir01:54
theoremer, can I get a full path ?01:54
khemis it using ifup/ifdown or something else01:54
theorem/sbin/ifup01:55
khemok then it mus be using init-ifupdown01:56
khemso add the interfaces files and define your n/w if params01:56
theoremI have nothing by that name on my filesystem01:56
theoremthis seems to be close to busybox01:57
theoremhow does busybox get interfaces online ?01:57
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has quit IRC01:58
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto01:58
theoremit looks like wifi is brought online with wpa_supplicant_wlan0_event.service02:00
theoremthe systemd service02:00
theoremthere's also systemd-networkd.service02:01
*** jcstach_ <jcstach_!~jcstach@pool-100-14-220-47.phlapa.fios.verizon.net> has joined #yocto02:14
*** curlybracket <curlybracket!~textual@ip-62-245-69-227.net.upcbroadband.cz> has quit IRC02:24
*** zeeblex <zeeblex!~zeeblex@gate-zro.freescale.com> has quit IRC02:28
*** sagner <sagner!~ags@66.171.181.186> has joined #yocto02:30
sagnerAnybody knows whether it is possible to add something to do_image_myimage[prefuncs]? If yes, how?02:30
sagnerIt seems not to work when I just add02:31
sagnerdo_image_myimage[prefuncs] =+ "myfunc"02:31
sagnerPresumably because do_image_myimage gets generated dynamically in image.bbclass...02:31
khemtheorem: that means you are using systemd02:31
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC02:38
kergothsagner: master fixed that recently02:39
theoremyes02:39
kergothsagner: long standing issue where it set rather than appended/prepended02:39
theoremso, it took me a while to figure that out02:39
theorembut the wireless itnerface is not enumerated through systemd02:39
theoremthere'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 #yocto02:41
sagnerkergoth: hm I see, it uses now appendVarFlag... Can I work around that easily?02:41
kergothgenerally you need wpa-supplicant to set up wireless interfaces02:42
kergothsagner: if it uses appendVarFlag, then it won't override what's already there, and yours should be fine02:42
sagnerkergoth: working on morty, so appendVarFlag is not there yet.. Just noticed appendVarFlag in image.bbclass in master...02:43
kergothno good way to work around it short of overridding the class, afaik, but could be missing something02:44
sagnerkergoth: 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
sagnerIMAGE_CMD_...02:47
*** agust1 <agust1!~agust@p4FCB4383.dip0.t-ipconnect.de> has joined #yocto02:48
*** agust <agust!~agust@p4FCB46F8.dip0.t-ipconnect.de> has quit IRC02:49
*** sjolley1 <sjolley1!sjolley@nat/intel/x-kubyzoiqlmewisrj> has quit IRC02:52
*** sjolley <sjolley!~sjolley@134.134.139.75> has joined #yocto02:53
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has quit IRC02:54
*** catch22__ <catch22__!~catch22__@101.165.196.11> has joined #yocto02:55
*** catch22_ <catch22_!~catch22__@101.165.196.11> has quit IRC02:56
sagnerkergoth: 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
sagnerkergoth: thanks for your help!03:00
kergothah, indeed, nicely done03:04
kergothnp03:04
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has joined #yocto03:05
*** sagner <sagner!~ags@66.171.181.186> has quit IRC03:14
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC03:33
*** khem <khem!~khem@unaffiliated/khem> has quit IRC03:34
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto03:36
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has quit IRC03:52
*** flihp <flihp!~flihp@c-98-234-104-19.hsd1.ca.comcast.net> has quit IRC03:52
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC04:03
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto04:06
*** sbtkd85 <sbtkd85!~sbtkd85@pc1mwgproxy02-dmz.us.dell.com> has quit IRC04:14
*** sbtkd85 <sbtkd85!~sbtkd85@ps3mwgproxy02-dmz.us.dell.com> has joined #yocto04:14
*** sgw <sgw!~swold@2601:1c0:6000:fe8::5b25> has joined #yocto04:15
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC04:16
*** kanavin <kanavin!~ak@192.198.151.44> has quit IRC04:17
*** |King_InuYasha| <|King_InuYasha|!~kvirc@ool-18e49ae9.dyn.optonline.net> has joined #yocto04:18
*** Snert__ <Snert__!~snert_@65.74.8.146> has joined #yocto04:19
*** King_InuYasha <King_InuYasha!~kvirc@fedora/ngompa> has quit IRC04:19
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC04:19
*** dreyna_ <dreyna_!~dreyna@70.96.146.25> has joined #yocto04:20
*** sachit <sachit!~sbtkd85@pc1mwgproxy02-dmz.us.dell.com> has joined #yocto04:20
*** JoiF <JoiF!~jofr@193.182.166.3> has quit IRC04:20
*** ionte <ionte!~ionte@c-31-209-59-170.cust.bredband2.com> has quit IRC04:20
*** JoiF <JoiF!~jofr@193.182.166.3> has joined #yocto04:20
*** sjolley <sjolley!~sjolley@134.134.139.75> has quit IRC04:21
*** sbtkd85 <sbtkd85!~sbtkd85@ps3mwgproxy02-dmz.us.dell.com> has quit IRC04:21
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC04:21
*** Cheeseum <Cheeseum!~cheddar@104.131.135.217> has quit IRC04:21
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has quit IRC04:21
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC04:21
*** dreyna <dreyna!~dreyna@70.96.146.25> has quit IRC04:21
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto04:22
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto04:22
*** sagner <sagner!~ags@2601:602:8800:40b0::6a9> has joined #yocto04:22
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has joined #yocto04:22
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC04:23
*** ionte <ionte!~ionte@c-31-209-59-170.cust.bredband2.com> has joined #yocto04:25
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has quit IRC04:26
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has joined #yocto04:26
*** phako[m] <phako[m]!phakomatri@gateway/shell/matrix.org/x-wgutjipodrpjcore> has quit IRC04:27
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC04:27
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto04:28
*** Cheeseum <Cheeseum!~cheddar@104.131.135.217> has joined #yocto04:32
*** dv_ <dv_!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC04:33
*** hbruce <hbruce!~hbruce@134.134.139.82> has quit IRC04:34
*** dv_ <dv_!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto04:35
*** hbruce <hbruce!~hbruce@134.134.139.82> has joined #yocto04:35
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto04:35
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto04:37
*** sjolley <sjolley!~sjolley@134.134.139.75> has joined #yocto04:42
*** phako[m] <phako[m]!phakomatri@gateway/shell/matrix.org/x-kagvnjotdxctrtuu> has joined #yocto04:42
*** morphis__ <morphis__!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has joined #yocto04:44
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-yccqfgtnxsdvwoac> has joined #yocto04:48
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC04:55
*** jcstach_ <jcstach_!~jcstach@pool-100-14-220-47.phlapa.fios.verizon.net> has quit IRC04:58
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-uwsnwlbqbsstahpb> has joined #yocto04:58
*** dv__ <dv__!~quassel@62.178.118.86> has joined #yocto05:00
*** dv_ <dv_!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC05:00
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has joined #yocto05:11
*** morphis__ <morphis__!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has quit IRC05:13
*** hmwel <hmwel!~hmw@zimbra.welvaarts.com> has joined #yocto05:35
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC05:41
*** bluelightning <bluelightning!~paul@157.27.255.123.static.snap.net.nz> has joined #yocto05:43
*** bluelightning <bluelightning!~paul@157.27.255.123.static.snap.net.nz> has quit IRC05:43
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto05:43
*** spooky_d <spooky_d!~spooky@188.27.53.216> has joined #yocto05:44
*** zerus <zerus!~petter@h-155-4-31-3.NA.cust.bahnhof.se> has joined #yocto05:45
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-pkywbgynvlhbqawr> has quit IRC05:45
*** pohly <pohly!~pohly@p5DE8E670.dip0.t-ipconnect.de> has joined #yocto05:49
*** yann <yann!~yann@81.57.214.146> has quit IRC06:05
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC06:09
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto06:11
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has joined #yocto06:18
*** morphis <morphis!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has joined #yocto06:21
*** colrack <colrack!~colrack@94.126.8.166> has joined #yocto06:21
*** luc4 <luc4!~luca@185.43.148.11> has joined #yocto06:28
*** dreyna_ <dreyna_!~dreyna@70.96.146.25> has quit IRC06:35
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto06:38
*** hnje <hnje!~hnje@193.106.123.182> has joined #yocto06:51
*** jku <jku!~jku@192.198.151.43> has joined #yocto06:57
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC07:06
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto07:13
*** dv__ is now known as dv_07:17
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto07:22
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto07:24
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto07:24
*** ed21 <ed21!~Adium@192.198.151.44> has joined #yocto07:25
*** mckoan|away is now known as mckoan07:36
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto07:38
*** yann <yann!~yann@LFbn-1-3552-118.w90-127.abo.wanadoo.fr> has joined #yocto07:40
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto07:42
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC07:43
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto07:44
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC07:46
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto07:46
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto07:46
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto07:46
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto07:47
*** toscalix <toscalix!~toscalix@80.91.95.114> has joined #yocto07:53
*** joseppc <joseppc!~josep@sestofw01.enea.se> has joined #yocto07:55
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto07:55
*** vdehors_arc <vdehors_arc!~vincent@LPuteaux-657-1-103-59.w193-248.abo.wanadoo.fr> has joined #yocto08:02
*** morphis <morphis!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has quit IRC08:03
*** sujith_h <sujith_h!~sujith@122.171.24.123> has joined #yocto08:08
*** sujith_h <sujith_h!~sujith@kde/developers/sujithh> has joined #yocto08:08
*** sujith_h <sujith_h!~sujith@kde/developers/sujithh> has left #yocto08:08
*** str8ofhearts <str8ofhearts!~max@91.198.14.21> has joined #yocto08:11
str8ofheartsHello all! Is it possible configure two u-boot for one machine in yocto? regards08:13
*** FabKna <FabKna!~Fabian@89.27.146.131> has joined #yocto08:14
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has quit IRC08:18
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has joined #yocto08:19
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC08:26
*** spooky_d <spooky_d!~spooky@188.27.53.216> has quit IRC08:31
*** msvb-lab <msvb-lab!~michael@x55b547ee.dyn.telefonica.de> has joined #yocto08:37
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto08:41
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has joined #yocto08:44
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto08:47
*** joshuagl <joshuagl!joshuagl@nat/intel/x-zrnorqmpfmlnaxay> has joined #yocto08:47
*** Anticom <Anticom!~anticom@217.6.33.234> has joined #yocto08:52
*** ant_home <ant_home!~ant__@host224-10-dynamic.249-95-r.retail.telecomitalia.it> has joined #yocto08:53
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC09:02
*** Bunio_FH1 <Bunio_FH1!~bunio@89-73-217-90.dynamic.chello.pl> has joined #yocto09:04
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has quit IRC09:04
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC09:12
*** CTtpollard <CTtpollard!~CTtpollar@167.98.27.226> has joined #yocto09:14
*** mihai <mihai!~mihai@unaffiliated/mihai> has joined #yocto09:28
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC09:29
*** morphis <morphis!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has joined #yocto09:34
*** janho <janho!~johan@2a01:e35:8b8b:df0:b4e0:9ea8:ce9d:eda5> has joined #yocto09:34
*** morphis <morphis!~morphis@pD9ED7F58.dip0.t-ipconnect.de> has quit IRC09:42
janhoHi 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 IRC10:06
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has quit IRC10:06
*** luc4 <luc4!~luca@185.43.148.11> has quit IRC10:07
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto10:09
*** toscalix <toscalix!~toscalix@80.91.95.114> has quit IRC10:09
*** toscalix <toscalix!~toscalix@80.91.95.114> has joined #yocto10:09
*** luc4 <luc4!~luca@185.43.148.11> has joined #yocto10:11
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto10:16
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has joined #yocto10:20
*** jku <jku!~jku@192.198.151.43> has quit IRC10:24
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto10:25
*** jku <jku!~jku@192.198.151.43> has joined #yocto10:27
*** ctwr <ctwr!~ctwr@89.121.200.102> has quit IRC10:28
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC10:32
*** janho <janho!~johan@2a01:e35:8b8b:df0:b4e0:9ea8:ce9d:eda5> has quit IRC10:36
ramcqhmm10:43
*** ctwr <ctwr!~he@89.121.200.102> has joined #yocto10:43
ramcqhow would yocto decide the host arch is "armv7l" rather than arm?10:43
ramcqI'm missing build deps on the host so I was trying a slightly weird trick to run yocto inside flatpak10:44
ramcqcould that have done a "setarch" and upset the whole thing?10:44
rburtonyeah maybe. what is actually failing where?10:45
ramcqLoading cache: 100% |##########################################################################################################################################################| Time: 0:00:0010:47
ramcqLoaded 3 entries from dependency cache.10:47
ramcqERROR: /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
ramcqERROR: /home/ramcq/freedesktop-sdk-base//meta-freedesktop/recipes-support/re2c/re2c_0.13.5.bb: Please add your architecture to siteinfo.bbclass10:47
*** Willy-- <Willy--!~Willy@99.192.43.155> has quit IRC10:48
ramcqit just spits out a bunch of those at the very start and dies10:48
ramcqI 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 again10:48
rburtonright10:49
rburtonso thats your machine conf10:51
rburtonoh unless its failing for native stuff in which case does flatpak mangle uname?10:52
rburtonBUILD_ARCH := "${@os.uname()[4]}"10:52
ramcqLinux endless6 4.4.0-93-generic #116-Ubuntu SMP Fri Aug 11 16:31:48 UTC 2017 armv7l armv7l armv7l GNU/Linux10:53
rburtoncompare that with outside flatpak?10:53
ramcqthat is outside!10:54
rburtonah10:54
rburtonset BUILD_ARCH=arm in your local.conf...10:54
ramcqsame inside10:54
rburtonsurprised this is breaking for you and not alex. new hardware/kernel/something?10:55
rburtonwe're basically expecting uname to say arm/armeb/aarch64/aarch64_be10:56
ramcqtristan did the arm builds it turns out10:56
ramcqand his timezone is such that I never know when he's awake so essentially can never find him on IRC :P10:57
*** luc4 <luc4!~luca@185.43.148.11> has quit IRC10:58
rburtoni'd hope that setting build_arch explicitly would solve this10:58
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC10:59
ramcqyeah, parsing again, lets see what happens10:59
ramcqall this just to find out "quickly" if config.gcc is generated because I most definitely don't have one11:00
ramcqmaybe I should've spent more time grepping in gcc11:00
ramcqBUILD_SYS         = "arm-linux"11:01
ramcqthats better11:01
rburtonwhen you can compare your uname with tristan and see if that is different, or if he has any other mojo11:03
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has joined #yocto11:06
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC11:11
*** joseppc <joseppc!~josep@sestofw01.enea.se> has joined #yocto11:19
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto11:19
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto11:20
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC11:32
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has joined #yocto11:32
*** Willy-- <Willy--!~Willy@24.138.12.165> has joined #yocto11:34
*** berndhs <berndhs!~berndhs@xplr-104-249-225-92.xplornet.com> has joined #yocto11:37
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto11:40
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto11:46
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has quit IRC11:47
*** janho <janho!~johan@2a01:e35:8b8b:df0:c2b:6d66:9525:2fb4> has joined #yocto11:53
*** aratiu <aratiu!~adi@80.97.64.55> has quit IRC11:54
hmwelhi, i have some issues getting gpsd to work. I can't get gpsd to work. gpsd is not finding my gpsd device11:58
rburtonhmwel: you'll have better luck with the gpsd support channels11:59
hmwelk11:59
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has quit IRC12:01
*** aratiu <aratiu!~adi@80.97.64.55> has joined #yocto12:06
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has joined #yocto12:12
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC12:19
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC12:21
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has quit IRC12:22
*** janho <janho!~johan@2a01:e35:8b8b:df0:c2b:6d66:9525:2fb4> has quit IRC12:22
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto12:22
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC12:24
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has quit IRC12:26
*** luc4 <luc4!~luca@185.43.148.11> has joined #yocto12:27
*** janho <janho!~johan@2a01:e35:8b8b:df0:28be:abe:778b:b0d8> has joined #yocto12:34
*** curlybracket <curlybracket!~textual@ip-62-245-69-227.net.upcbroadband.cz> has joined #yocto12:37
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC12:38
*** Willy-- <Willy--!~Willy@24.138.12.165> has quit IRC12:40
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has joined #yocto12:41
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC12:45
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-uwsnwlbqbsstahpb> has quit IRC12:48
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has quit IRC12:52
*** str8ofhearts <str8ofhearts!~max@91.198.14.21> has left #yocto12:53
*** zero_note <zero_note!~zero@5.170.1.231> has joined #yocto12:53
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC12:58
*** zeddii <zeddii!~bruce@128.224.252.2> has quit IRC12:59
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto12:59
*** rumble is now known as grumble13:06
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has joined #yocto13:11
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has joined #yocto13:11
*** jku <jku!~jku@192.198.151.43> has quit IRC13:14
*** Willy-- <Willy--!188a097e@gateway/web/freenode/ip.24.138.9.126> has joined #yocto13:17
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto13:17
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC13:19
*** zerus <zerus!~petter@h-155-4-31-3.NA.cust.bahnhof.se> has quit IRC13:24
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-dztzfjrhqkuviopa> has joined #yocto13:25
*** alimon <alimon!~alimon@189.160.121.100> has quit IRC13:25
*** lilbby <lilbby!~liberta1@134.134.139.82> has joined #yocto13:32
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC13:33
*** zero_note <zero_note!~zero@5.170.1.231> has quit IRC13:33
*** zero_note <zero_note!~zero@5.170.1.231> has joined #yocto13:33
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto13:34
hnjeim 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 IRC13:36
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has joined #yocto13:37
*** zero_note <zero_note!~zero@5.170.1.231> has quit IRC13:38
*** alimon <alimon!~alimon@189.160.121.100> has joined #yocto13:39
bachpIs 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 help13:39
*** zero_note <zero_note!~zero@5.170.1.231> has joined #yocto13:39
*** sgw <sgw!~swold@2601:1c0:6000:fe8::5b25> has quit IRC13:39
joshuaglI think you'd need to edit unpack() in bitbake/lib/bb/fetch2/__init__.py13:42
*** lamego <lamego!~jose@134.134.139.72> has joined #yocto13:42
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has quit IRC13:44
bachpjoshuagl: Ok I will have a look, thanks13:46
joshuaglbachp: please send the patch upstream if you write one13:47
bachpI will13:47
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC13:53
bachpjoshuagl: 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 url13:54
bachp;extract=zip or ;extract=tar.gz for example13:55
*** stephano <stephano!~stephano@134.134.139.73> has joined #yocto13:57
joshuaglbachp: could always propose the generic mechanism, so long as you don't fear rejection :-)14:00
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC14:01
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has joined #yocto14:02
*** zero_note <zero_note!~zero@5.170.1.231> has quit IRC14:04
*** armpit <armpit!~armpit@2601:202:4001:9ea0:f545:fc7e:a123:c3e4> has quit IRC14:06
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto14:09
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto14:09
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has quit IRC14:11
*** armpit <armpit!~armpit@2601:202:4001:9ea0:640d:54fc:453c:c17b> has joined #yocto14:19
*** sgw <sgw!~swold@134.134.139.73> has joined #yocto14:21
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto14:31
pohlybitbake (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
pohlyRP: should an error parsing the base configuration cause a failure to connect to the server?14:33
JaMabachp: you can set downloadfilename parameter to rename it to .zip14:34
bachpJaMa: So the extraction logic comes after the rename. I will try that thanks14:35
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto14:38
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto14:38
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-ezsruvwssctdbglf> has quit IRC14:40
*** lilbby <lilbby!~liberta1@134.134.139.82> has quit IRC14:42
*** lilbby <lilbby!~liberta1@134.134.139.82> has joined #yocto14:42
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has quit IRC14:44
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC14:47
*** lsandov1 <lsandov1!~lsandov1@134.134.139.73> has joined #yocto14:50
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto14:50
*** zeddii <zeddii!~bruce@128.224.252.2> has joined #yocto14:52
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC14:56
*** jmcruzal <jmcruzal!~jmcruzal@134.134.139.83> has joined #yocto14:56
*** gregdi <gregdi!~greg@195.159.234.190> has quit IRC15:01
*** mihai <mihai!~mihai@unaffiliated/mihai> has quit IRC15:03
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC15:04
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has joined #yocto15:06
*** hnje <hnje!~hnje@193.106.123.182> has quit IRC15:13
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-yccqfgtnxsdvwoac> has quit IRC15:17
*** janho <janho!~johan@2a01:e35:8b8b:df0:28be:abe:778b:b0d8> has quit IRC15:23
*** FabKna <FabKna!~Fabian@89.27.146.131> has quit IRC15:25
*** khem <khem!~khem@unaffiliated/khem> has quit IRC15:28
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto15:29
RPpohly: I saw the bug, it really means "the server failed to start"15:31
RPpohly: discuss here or on the bug?15:31
pohlyBug is probably better, now that I have filed it.15:31
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has joined #yocto15:33
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC15:33
*** sjolley <sjolley!~sjolley@134.134.139.75> has quit IRC15:35
*** zeddii <zeddii!~bruce@128.224.252.2> has quit IRC15:37
*** lilbby1 <lilbby1!~liberta1@134.134.139.75> has joined #yocto15:37
*** lilbby <lilbby!~liberta1@134.134.139.82> has quit IRC15:39
*** lsandov1 <lsandov1!~lsandov1@134.134.139.73> has quit IRC15:39
*** tcolin <tcolin!6dbef6cb@gateway/web/freenode/ip.109.190.246.203> has joined #yocto15:40
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC15:40
tcolinhello 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 IRC15:42
*** lilbby1 <lilbby1!~liberta1@134.134.139.75> has quit IRC15:44
*** lilbby <lilbby!~liberta1@134.134.139.75> has joined #yocto15:44
*** lilbby <lilbby!liberta1@nat/intel/x-yoeivlvctenotgva> has joined #yocto15:45
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto15:46
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto15:46
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto15:46
bachptcolin: 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
tcolini 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 IRC15:48
*** zeddii <zeddii!~bruce@128.224.252.2> has joined #yocto15:49
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC15:52
*** tcolin <tcolin!6dbef6cb@gateway/web/freenode/ip.109.190.246.203> has quit IRC15:53
*** tcolin <tcolin!6dbef6cb@gateway/web/freenode/ip.109.190.246.203> has joined #yocto15:54
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto15:54
*** tripzero <tripzero!tripzero@nat/intel/x-rgczyzwtdcqdoszc> has quit IRC15:55
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has quit IRC15:55
bachptcolin: Did you grep for busybox in meta it might give you some hints where it gets pulled in15:56
*** morphis <morphis!~morphis@pD9ED7487.dip0.t-ipconnect.de> has joined #yocto15:56
tcolinIn fact PREFERRED_PROVIDER_virtual/base-utils = "toybox" VIRTUAL-RUNTIME_base-utils= "toybox" did the trick. So my issue is solved15: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 failed15:58
mattsm_I've got a workaround, but it's still weird... wondering if it's been solved by someone15:59
*** mattsm_ is now known as mattsm15:59
RPmattsm: from git.yp.org or another server?15:59
mattsmgithub in this case15:59
mattsmgit clone -vvv git@github.com:raspberrypi/firmware.git16:00
RPmattsm: sounds like either the remote server or something between you and it16:00
mattsmusing http can work, but you need to update your git config to increase the postbuffer16:00
*** CTtpollard <CTtpollard!~CTtpollar@167.98.27.226> has quit IRC16:01
*** tripzero <tripzero!tripzero@nat/intel/x-mgchgasdnnujurmz> has joined #yocto16:01
mattsmfrom what I've read it's possibly related to doing a gc during fetch16:01
mattsmRP: 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 IRC16:03
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has joined #yocto16:06
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has joined #yocto16:07
*** luc4 <luc4!~luca@185.43.148.11> has quit IRC16:09
*** ionte <ionte!~ionte@c-31-209-59-170.cust.bredband2.com> has quit IRC16:09
*** ionte <ionte!~ionte@c-31-209-59-170.cust.bredband2.com> has joined #yocto16:10
*** BubuIIC <BubuIIC!~mhoffmann@x55b204ef.dyn.telefonica.de> has joined #yocto16:10
*** scottrif <scottrif!~scottrif@47.39.44.219> has joined #yocto16:11
*** mckoan is now known as mckoan|away16:11
*** jcstach_ <jcstach_!~jcstach@104.129.200.76> has joined #yocto16:11
BubuIICis it possible to define a bitbake variable from a shell funtion?16:13
BubuIICor a task16:13
pohlyIs 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
pohlyqemu-system-x86_64: -device usb-host,vendorid=046d,productid=c52b: 'usb-host' is not a valid device model name16:14
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC16:14
BubuIICi.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 #yocto16:16
*** msvb-lab <msvb-lab!~michael@x55b547ee.dyn.telefonica.de> has quit IRC16:16
BubuIICI can do this with a pure python function which returns a value, but is it possible with a shell function?16:16
rburtonno16:17
rburtonshell functions are executed by a shell, so anything you set disappears when the shell exits16:17
kergothno, 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 accomplish16:17
BubuIICrburton, kergoth, thanks16:18
pohlyYep, 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 #yocto16:19
rburtonpohly: its a packageconfig16:21
*** ed21 <ed21!~Adium@192.198.151.44> has quit IRC16:22
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC16:23
*** grma <grma!~gruberm@80.93.38.128> has quit IRC16:24
pohlyrburton: yes, rebuilding already.16:26
*** toscalix <toscalix!~toscalix@80.91.95.114> has quit IRC16:31
*** kpo <kpo!~bob@dynamic-78-8-156-50.ssp.dialog.net.pl> has joined #yocto16:38
*** dreyna <dreyna!~dreyna@70.96.146.25> has quit IRC16:45
*** mdnneo_ <mdnneo_!~umaucher@217.89.178.116> has joined #yocto16:48
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has quit IRC16:49
*** mdnneo_ <mdnneo_!~umaucher@217.89.178.116> has quit IRC16:54
*** yann <yann!~yann@LFbn-1-3552-118.w90-127.abo.wanadoo.fr> has quit IRC16:55
*** zy]x[yz <zy]x[yz!~corey@unaffiliated/cmtptr> has joined #yocto16:59
*** tcolin <tcolin!6dbef6cb@gateway/web/freenode/ip.109.190.246.203> has quit IRC16:59
*** jmcruzal <jmcruzal!~jmcruzal@134.134.139.83> has quit IRC17:00
*** colrack <colrack!~colrack@94.126.8.166> has quit IRC17:00
zy]x[yzsay 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 IRC17:01
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto17:07
*** thaytan_ <thaytan_!~thaytan@121.200.10.166> has joined #yocto17:11
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto17:12
*** vdehors_arc <vdehors_arc!~vincent@LPuteaux-657-1-103-59.w193-248.abo.wanadoo.fr> has quit IRC17:13
*** dreyna <dreyna!~dreyna@70.96.146.25> has joined #yocto17:13
*** thaytan <thaytan!~thaytan@121.200.10.166> has quit IRC17:15
*** zeddii <zeddii!~bruce@128.224.252.2> has joined #yocto17:15
*** aehs29 <aehs29!~aehernan@134.134.139.74> has quit IRC17:17
*** aehs29 <aehs29!aehernan@nat/intel/x-mktcajubyltcichp> has joined #yocto17:18
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has quit IRC17:20
*** stephano <stephano!~stephano@134.134.139.73> has joined #yocto17:30
aehs29rburton: is the uvesa issue only happening on lsb?17:36
*** Anticom <Anticom!~anticom@217.6.33.234> has quit IRC17:36
aehs29rburton: nvm just saw it on another one17:37
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto17:47
*** flihp <flihp!~flihp@c-98-234-104-19.hsd1.ca.comcast.net> has joined #yocto17:51
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC18:06
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto18:07
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC18:11
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-tyqpujvualjlrpjx> has joined #yocto18:12
*** msvb-lab <msvb-lab!~michael@x55b547ee.dyn.telefonica.de> has joined #yocto18:13
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-dztzfjrhqkuviopa> has quit IRC18:18
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC18:18
*** jmcruzal <jmcruzal!jmcruzal@nat/intel/x-qskhitnlurrbfjyp> has joined #yocto18:19
*** kpo <kpo!~bob@dynamic-78-8-156-50.ssp.dialog.net.pl> has quit IRC18:20
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto18:23
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto18:24
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto18:25
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC18:36
*** gtristan <gtristan!~tristanva@modemcable172.18-161-184.mc.videotron.ca> has quit IRC18:37
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto18:39
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto18:58
*** joshuagl <joshuagl!joshuagl@nat/intel/x-zrnorqmpfmlnaxay> has quit IRC19:00
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:dc86:faf8:f32:fb61> has quit IRC19:07
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has joined #yocto19:08
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto19:10
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has quit IRC19:13
*** Eleventh_Doctor <Eleventh_Doctor!~neal@fedora/ngompa> has joined #yocto19:17
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has quit IRC19:17
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has joined #yocto19:18
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has quit IRC19:20
halstead_beetlejRP, 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 #yocto19:21
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has joined #yocto19:23
halstead_beetlejStarted at https://autobuilder.yocto.io/builders/nightly/builds/52519:30
*** gtristan <gtristan!~tristanva@mtlxpqak-1176248019.sdsl.bell.ca> has joined #yocto19:33
*** florian <florian!~fuchs@port-92-198-56-102.static.qsc.de> has joined #yocto19:34
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto19:34
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto19:38
ramcqhey folks - what actually decides on TARGET_SYS ?19:41
ramcqI'd expect armv7ahf to get me arm-linux-gnueabihf19:42
ramcqbut I get arm-unknown-linux-gnueabi passed to gcc as the machine spec, with a bunch of tunes to put callconvention=hard etc19:43
ramcqthis seems more likely to misdirect everyone19:43
ramcqas arm-unknown-linux-gnueabi means armel to everyone19:43
armpithalstead_beetlej, thanks19:45
*** halstead_beetlej is now known as halstead19:46
*** halstead <halstead!~halstead@crown.incitedev.com> has quit IRC19:46
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has joined #yocto19:46
armpithalstead, I didn't say beetlej 3x19:46
halsteadarmpit, All the hashes are the same so it should be a fast build.19:46
halstead:)19:46
halsteadarmpit, 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 #yocto19:53
*** Willy-- <Willy--!188a097e@gateway/web/freenode/ip.24.138.9.126> has quit IRC19:56
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has quit IRC20:00
*** bluelightning <bluelightning!~paul@157.27.255.123.static.snap.net.nz> has joined #yocto20:00
*** bluelightning <bluelightning!~paul@157.27.255.123.static.snap.net.nz> has quit IRC20:00
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto20:00
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has joined #yocto20:02
*** th <th!~thintze@threllis.net> has quit IRC20:05
*** th <th!~thintze@unaffiliated/th> has joined #yocto20:05
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has quit IRC20:06
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has quit IRC20:06
*** mattsm <mattsm!~mattsm@2602:304:b0d5:fea9:74ef:2a8d:3460:b5f5> has joined #yocto20:07
*** Snert_ <Snert_!~LoginName@106-24-237-24.gci.net> has joined #yocto20:12
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC20:14
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC20:15
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto20:17
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has joined #yocto20:20
*** msvb-lab <msvb-lab!~michael@x55b547ee.dyn.telefonica.de> has quit IRC20:26
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC20:29
*** dreyna <dreyna!~dreyna@70.96.146.25> has quit IRC20:51
*** FabKna <FabKna!~Fabian@p2003000623F10D5584CC127C20C71C90.dip0.t-ipconnect.de> has joined #yocto20:52
FabKnasomeone has a working opkg with pyro?20:52
*** dengke <dengke!~dengke@106.120.101.38> has quit IRC20:55
*** yizhao1 <yizhao1!~zhaoyi@106.120.101.38> has quit IRC20:56
*** jcstach_ <jcstach_!~jcstach@104.129.200.76> has quit IRC21:00
*** dengke <dengke!~dengke@106.120.101.38> has joined #yocto21:03
*** yizhao <yizhao!~zhaoyi@106.120.101.38> has joined #yocto21:04
*** sgw <sgw!~swold@134.134.139.73> has quit IRC21:07
RPhalstead: thanks, I clearly missed a setting when triggering it21:07
halsteadRP, 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 #yocto21:13
*** lamego <lamego!~jose@134.134.139.72> has quit IRC21:16
*** pohly <pohly!~pohly@p5DE8E670.dip0.t-ipconnect.de> has quit IRC21:17
*** Eleventh_Doctor is now known as Pharaoh_Atem21:25
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has quit IRC21:26
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC21:29
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has quit IRC21:32
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC21:39
rburtonFabKna: works out of the box and is tested constantly21:42
FabKnarburton: Thank you, I have selected the openwrt omap sources but have problems since pyro with it.21:50
FabKnaI get error: Nothing provides libc needed by...21:52
JaMaanyone else seeing random QA issues like this one:21:54
JaMaERROR: 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
JaMaERROR: 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 IRC22:03
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC22:05
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has joined #yocto22:06
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC22:06
*** bhargav <bhargav!95c73efe@gateway/web/freenode/ip.149.199.62.254> has quit IRC22:10
frayJamA, I've not seen that22:12
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto22:12
*** SoniaLeon <SoniaLeon!~sleonbau@134.134.139.83> has quit IRC22:18
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC22:20
*** hbruce <hbruce!~hbruce@134.134.139.82> has quit IRC22:21
*** gtristan <gtristan!~tristanva@mtlxpqak-1176248019.sdsl.bell.ca> has quit IRC22:23
*** hbruce <hbruce!hbruce@nat/intel/x-sjmgthxuaqkqqycf> has joined #yocto22:24
armpitJaMa, maybe build host related?22:29
*** dreyna <dreyna!~dreyna@70.96.146.25> has joined #yocto22:29
*** Crofton <Crofton!~Crofton@pool-108-44-111-57.ronkva.east.verizon.net> has joined #yocto22:30
*** agust1 <agust1!~agust@p4FCB4383.dip0.t-ipconnect.de> has quit IRC22:32
clsullivJaMa: I was getting those a few days ago, but they went away after another pull on master22:32
clsullivJaMa: but if they're random like you say maybe I'm just getting lucky =/22:32
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has quit IRC22:43
*** dreyna <dreyna!~dreyna@70.96.146.25> has quit IRC22:43
*** Willy-- <Willy--!~Willy--@99.192.43.155> has quit IRC22:46
*** FabKna <FabKna!~Fabian@p2003000623F10D5584CC127C20C71C90.dip0.t-ipconnect.de> has quit IRC22:49
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC22:51
*** Crofton <Crofton!~Crofton@pool-108-44-111-57.ronkva.east.verizon.net> has quit IRC22:52
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto22:53
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto22:59
*** tlwoerner <tlwoerner!~Trevor@206.248.190.95> has joined #yocto23:01
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has joined #yocto23:01
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC23:04
*** klynn <klynn!~klynn@2600-6c55-4600-1e9f-95b0-cde5-f388-148a.dhcp6.chtrptr.net> has joined #yocto23:06
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC23:13
*** klynn <klynn!~klynn@2600-6c55-4600-1e9f-95b0-cde5-f388-148a.dhcp6.chtrptr.net> has left #yocto23:32
*** ant_home <ant_home!~ant__@host224-10-dynamic.249-95-r.retail.telecomitalia.it> has quit IRC23:38
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC23:40
armpithalstead, ping23:41
* armpit beetle juice, beetle juice beetle juice23:42
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC23:43
halsteadHi armpit.23:43
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto23:43
armpithalstead, 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
armpitor a burp23:45
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC23:45
*** scottrif <scottrif!~scottrif@47.39.44.219> has quit IRC23:45
*** garbados <garbados!~garbados@2601:1c2:303:6b0:c592:8d59:a508:ac47> has joined #yocto23:46
halsteadarmpit, I think the message was cut off. Which file/URL are you looking at?23:46
armpithttps://autobuilder.yocto.io/builders/nightly-x32/builds/456/steps/Publishing%20Layer%20Tarballs/logs/stdio23:46
halsteadThanks23:46
armpitI logged a bug in the mean time23:47
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC23:48
* armpit looks for more beer23:48
halsteadarmpit, It looks like nightly-x32/build doesn't contain a poky directory on that server and others. So cd poky will fail...23:49
halsteadHrm.23:49
halsteadarmpit, Failed exactly the same way at https://autobuilder.yocto.io/builders/nightly-x32/builds/439/steps/Publishing%20Layer%20Tarballs/logs/stdio23:50
armpityeah, saw that23:52
*** melonipoika_ <melonipoika_!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto23:52
armpitnot sure how to classify the failure, AB, infrastructure or core23:53
*** sjolley <sjolley!sjolley@nat/intel/x-sqrmaxvflzkrhsgl> has joined #yocto23:55

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