*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has quit IRC | 00:02 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has joined #yocto | 00:07 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 00:14 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has quit IRC | 00:17 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has joined #yocto | 00:19 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has quit IRC | 00:29 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto | 00:31 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC | 00:36 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has joined #yocto | 00:37 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto | 00:37 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has quit IRC | 00:47 | |
*** catch22_ <catch22_!~catch22__@101.165.196.11> has quit IRC | 00:51 | |
sr105 | Can I put DEBUG_BUILD="1" in my image recipe instead of local.conf | 00:56 |
---|---|---|
sr105 | ? | 00:56 |
sr105 | I have a production and a development image. I'd like the dev one to use DEBUG_BUILD. | 00:57 |
*** msvb-lab <msvb-lab!~michael@x55b544fe.dyn.telefonica.de> has quit IRC | 01:04 | |
*** Willy-- <Willy--!~william@99.192.43.155> has joined #yocto | 01:07 | |
*** slips <slips!~slips@138.51-174-203.customer.lyse.net> has quit IRC | 01:12 | |
*** msvb-lab <msvb-lab!~michael@x55b545f8.dyn.telefonica.de> has joined #yocto | 01:17 | |
bluelightning | sr105: I'm afraid not, the image recipe can't make any changes to how other recipes are built, it can only select packages to install (and tweak the resulting files after the fact) | 01:17 |
*** slips <slips!~slips@138.51-174-203.customer.lyse.net> has joined #yocto | 01:17 | |
sr105 | Is there a way I could have two different distros where the debug one requires the regular one and sets debug flags? | 01:18 |
sr105 | It seems like the distro is set in our local.conf currently. | 01:18 |
*** RP1 <RP1!~richard@host86-165-70-172.range86-165.btcentralplus.com> has quit IRC | 01:20 | |
*** RP1 <RP1!~richard@host86-165-70-172.range86-165.btcentralplus.com> has joined #yocto | 01:20 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 01:33 | |
bluelightning | sr105: yes, certainly - you'd just need to have a separate .conf file that "require"s the main one - see meta-poky/conf/distro/poky-bleeding.conf for an example | 01:33 |
*** RP11 <RP11!~richard@host86-165-70-172.range86-165.btcentralplus.com> has joined #yocto | 01:35 | |
*** RP1 <RP1!~richard@host86-165-70-172.range86-165.btcentralplus.com> has quit IRC | 01:36 | |
*** Willy-- <Willy--!~william@99.192.43.155> has quit IRC | 01:37 | |
*** baali <baali!~baali@122.161.117.123> has joined #yocto | 01:38 | |
sr105 | But since the local.conf is the place that determines the DISTRO to use, can I make it use a different distro for different image recipes or do I have to setup some sort of multi-build environment? | 01:38 |
sr105 | I should probably ask the real question: Is it possible to change local/distro configuration depending on the image being built? i.e. Can I set it up to know to use DEBUG_BUILD="1" if I build my dev images, but not for production images? | 01:42 |
sr105 | Thanks for the help. | 01:42 |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:feaa:29b3:a8f3:2c25:62d0> has quit IRC | 01:56 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 02:10 | |
*** User12345678 <User12345678!~User@mti-37-145.tm.net.my> has joined #yocto | 02:12 | |
*** lpotter <lpotter!~quassel@2001:8003:6470:4900:ba27:ebff:febb:59b> has quit IRC | 02:26 | |
*** lpotter <lpotter!~quassel@2001:8003:6470:4900:ba27:ebff:febb:59b> has joined #yocto | 02:26 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:feaa:f4d1:3c25:e768:6b25> has joined #yocto | 02:38 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:feaa:f4d1:3c25:e768:6b25> has quit IRC | 02:45 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:feab:f4d1:3c25:e768:6b25> has joined #yocto | 02:50 | |
bluelightning | sr105: I'm afraid not, you'd effectively need two separate build environments (though DISTRO could be set from the command line i.e. "DISTRO=abc bitbake my-image" as long as you ensure DISTRO is set using ?= in local.conf) | 02:54 |
*** RP1 <RP1!~richard@host86-165-70-172.range86-165.btcentralplus.com> has joined #yocto | 02:59 | |
*** RP11 <RP11!~richard@host86-165-70-172.range86-165.btcentralplus.com> has quit IRC | 03:00 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 03:18 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-cubxcxpimuavhlfy> has quit IRC | 03:30 | |
*** stephano <stephano!~stephano@134.134.139.75> has joined #yocto | 03:37 | |
*** gtristan <gtristan!~tristanva@110.11.179.89> has quit IRC | 03:38 | |
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-szckqopaghtnzzkv> has quit IRC | 04:10 | |
*** gtristan <gtristan!~tristanva@221.147.85.171> has joined #yocto | 04:11 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ewzdndvpqcqmpxgp> has joined #yocto | 04:16 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 04:22 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has joined #yocto | 04:26 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has quit IRC | 04:37 | |
*** AndersD <AndersD!~anders@194.237.220.218> has joined #yocto | 05:12 | |
*** stephano <stephano!~stephano@134.134.139.75> has quit IRC | 05:22 | |
*** hmwel <hmwel!~hmw@zimbra.welvaarts.com> has joined #yocto | 05:44 | |
*** adca <adca!~adca@193.202.22.66> has joined #yocto | 05:59 | |
*** momofarm <momofarm!~tim@118-160-76-171.dynamic-ip.hinet.net> has joined #yocto | 06:05 | |
*** jg_ <jg_!~jg@2601:18f:981:82c5:dcf5:a42b:c8a:e425> has quit IRC | 06:11 | |
*** hnje <hnje!~hnje@81.216.59.226> has joined #yocto | 06:15 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 06:17 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has joined #yocto | 06:21 | |
*** gunnarx <gunnarx!~user@c83-248-212-222.bredband.comhem.se> has joined #yocto | 06:22 | |
*** gunnarx <gunnarx!~user@unaffiliated/gan> has joined #yocto | 06:22 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has quit IRC | 06:31 | |
*** avalluri <avalluri!avalluri@nat/intel/x-xfqeoijqjfvcnclr> has quit IRC | 06:31 | |
*** agust <agust!~agust@p4FCB648A.dip0.t-ipconnect.de> has joined #yocto | 06:35 | |
*** avalluri <avalluri!avalluri@nat/intel/x-sldwkmumpvcyzeqr> has joined #yocto | 06:36 | |
*** mckoan|away is now known as mckoan | 06:39 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 06:45 | |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has joined #yocto | 06:49 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 06:50 | |
mckoan | good morning | 06:56 |
*** colrack <colrack!~colrack@94.126.8.166> has joined #yocto | 06:56 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 06:58 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto | 06:59 | |
*** RP11 <RP11!~richard@host86-165-70-172.range86-165.btcentralplus.com> has joined #yocto | 07:01 | |
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has quit IRC | 07:03 | |
*** RP1 <RP1!~richard@host86-165-70-172.range86-165.btcentralplus.com> has quit IRC | 07:03 | |
*** RP1 <RP1!~richard@host86-165-70-172.range86-165.btcentralplus.com> has joined #yocto | 07:04 | |
*** RP11 <RP11!~richard@host86-165-70-172.range86-165.btcentralplus.com> has quit IRC | 07:05 | |
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has joined #yocto | 07:06 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has joined #yocto | 07:06 | |
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has joined #yocto | 07:10 | |
momofarm | I have a question about "OVERRIDES" in bitbake | 07:13 |
*** skip <skip!05ced072@gateway/web/freenode/ip.5.206.208.114> has joined #yocto | 07:13 | |
momofarm | in the manual, this OVERRIDES="arch:os:machine" | 07:13 |
momofarm | so if i use TEST_arch = "foo" that means this will basically replaced by my assign value, right? | 07:15 |
momofarm | as long as I've set this _arch variable? | 07:15 |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has quit IRC | 07:16 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 07:20 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 07:21 | |
*** florian_kc is now known as florian | 07:21 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 07:22 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has joined #yocto | 07:25 | |
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has quit IRC | 07:26 | |
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC | 07:29 | |
*** gtristan <gtristan!~tristanva@221.147.85.171> has quit IRC | 07:30 | |
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has joined #yocto | 07:30 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 07:30 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 07:31 | |
*** RzR <RzR!~RzR@82.236.136.171> has joined #yocto | 07:35 | |
*** RP1 <RP1!~richard@host86-165-70-172.range86-165.btcentralplus.com> has quit IRC | 07:38 | |
*** gtristan <gtristan!~tristanva@221.147.85.171> has joined #yocto | 07:40 | |
*** gunnarx <gunnarx!~user@unaffiliated/gan> has quit IRC | 07:40 | |
*** kpo_ <kpo_!~bob@user-94-254-250-8.play-internet.pl> has quit IRC | 07:41 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has quit IRC | 07:44 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 07:47 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto | 07:48 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 07:52 | |
*** toscalix <toscalix!~toscalix@80.91.95.114> has joined #yocto | 07:53 | |
*** vdehors_arc <vdehors_arc!~vincent@LPuteaux-657-1-103-59.w193-248.abo.wanadoo.fr> has joined #yocto | 07:55 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has joined #yocto | 07:58 | |
*** egavin <egavin!~egavin@24.red-217-126-80.staticip.rima-tde.net> has joined #yocto | 08:04 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 08:05 | |
*** hnje <hnje!~hnje@81.216.59.226> has quit IRC | 08:14 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto | 08:14 | |
bluelightning | momofarm: TEST will take the value of TEST_arch if arch is in OVERRIDES, yes | 08:14 |
momofarm | or can someone explain to me the bitbake evalutaion order when mutiple operator operate on same variable ex: A_foo_append | 08:15 |
momofarm | this is really confusing | 08:15 |
momofarm | bluelightning: thanks | 08:16 |
*** ae123432 <ae123432!d5e9559a@gateway/web/freenode/ip.213.233.85.154> has joined #yocto | 08:16 | |
*** joshuagl <joshuagl!~joshuagl@192.198.151.44> has joined #yocto | 08:17 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has quit IRC | 08:18 | |
*** ae123432 is now known as stefan5509 | 08:19 | |
*** ant_work <ant_work!~ant__@host18-113-dynamic.16-79-r.retail.telecomitalia.it> has joined #yocto | 08:20 | |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-cvznuzkwkqrfmizc> has quit IRC | 08:21 | |
*** gunnarx <gunnarx!~user@94.234.48.145> has joined #yocto | 08:25 | |
*** gunnarx <gunnarx!~user@unaffiliated/gan> has joined #yocto | 08:25 | |
*** stefan5509 <stefan5509!d5e9559a@gateway/web/freenode/ip.213.233.85.154> has quit IRC | 08:26 | |
*** stefan11566 <stefan11566!d5e9559a@gateway/web/freenode/ip.213.233.85.154> has joined #yocto | 08:27 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has joined #yocto | 08:28 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 08:28 | |
mckoan | bluelightning: do you have any thoughts about this? http://lists.openembedded.org/pipermail/openembedded-core/2017-September/142893.html | 08:29 |
bluelightning | momofarm: A_foo_append would append if foo is in OVERRIDES | 08:30 |
mckoan | bluelightning: in case we can move in #OE if you prefer | 08:30 |
bluelightning | momofarm: bitbake -e is useful to figure out how specific variables are being set (just pipe into less, not grep) | 08:31 |
momofarm | so the evalution order is backward, right? | 08:32 |
bluelightning | momofarm: well, no, for simple assignment statements it's the order parsed | 08:32 |
bluelightning | momofarm: but _append and _prepend (and _remove) are deferred operations so they happen at the end | 08:33 |
momofarm | append evaluate first, then if "foo" appears in OVERRIDE, it do override? | 08:33 |
*** hnje <hnje!~hnje@81.216.59.226> has joined #yocto | 08:33 | |
*** dv__ is now known as dv_ | 08:34 | |
momofarm | so it's a delay evaluation operator | 08:35 |
bluelightning | momofarm: I don't think that's quite the way the code works but you pretty much just have to learn that its _append_<override> and not the other way around | 08:35 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 08:41 | |
momofarm | bluelightning: any recommend books better than the doc on website, it's kind of confusing | 08:44 |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has quit IRC | 08:45 | |
bluelightning | momofarm: the bitbake manual covers the operations stuff but I guess that is what you have been reading | 08:45 |
momofarm | bluelightning: yes, some part of this operator thing really confusing | 08:46 |
*** stefan11566 <stefan11566!d5e9559a@gateway/web/freenode/ip.213.233.85.154> has quit IRC | 08:46 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has joined #yocto | 08:52 | |
*** yann <yann!~yann@178.208.16.32> has joined #yocto | 08:55 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has quit IRC | 08:56 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has joined #yocto | 08:56 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has quit IRC | 09:03 | |
*** baali <baali!~baali@122.161.117.123> has quit IRC | 09:10 | |
*** baali <baali!~baali@27.56.185.15> has joined #yocto | 09:12 | |
*** rburton <rburton!~textual@home.burtonini.com> has joined #yocto | 09:14 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has joined #yocto | 09:14 | |
*** rburton <rburton!~textual@home.burtonini.com> has quit IRC | 09:16 | |
*** rburton <rburton!~textual@home.burtonini.com> has joined #yocto | 09:17 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 09:21 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has quit IRC | 09:21 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has joined #yocto | 09:23 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has quit IRC | 09:29 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 09:32 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has joined #yocto | 09:32 | |
*** gunnarx <gunnarx!~user@unaffiliated/gan> has quit IRC | 09:39 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has quit IRC | 09:40 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 09:41 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has joined #yocto | 09:44 | |
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-ptvoksnzetefgxsp> has joined #yocto | 09:51 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has quit IRC | 09:52 | |
*** adca <adca!~adca@193.202.22.66> has quit IRC | 09:55 | |
*** baali1 <baali1!~baali@171.50.129.188> has joined #yocto | 09:59 | |
*** baali <baali!~baali@27.56.185.15> has quit IRC | 10:00 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 10:03 | |
*** zeenix <zeenix!~zeenix@178.19.216.175> has joined #yocto | 10:05 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has joined #yocto | 10:07 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has quit IRC | 10:08 | |
*** gunnarx <gunnarx!~user@unaffiliated/gan> has joined #yocto | 10:14 | |
*** bavery_fn <bavery_fn!~bavery@134.134.139.73> has quit IRC | 10:17 | |
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-kwfwtjsunbbrutdg> has joined #yocto | 10:18 | |
*** rburton <rburton!~textual@home.burtonini.com> has quit IRC | 10:21 | |
*** skip <skip!05ced072@gateway/web/freenode/ip.5.206.208.114> has quit IRC | 10:25 | |
*** bavery_fn <bavery_fn!~bavery@134.134.139.73> has joined #yocto | 10:27 | |
*** ed21 <ed21!~Adium@192.198.151.44> has joined #yocto | 10:55 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC | 11:00 | |
*** momofarm <momofarm!~tim@118-160-76-171.dynamic-ip.hinet.net> has quit IRC | 11:05 | |
*** maxin <maxin!~maxin@134.134.139.82> has joined #yocto | 11:06 | |
*** ctwr <ctwr!~he@89.121.200.102> has quit IRC | 11:08 | |
*** baali <baali!~baali@171.50.138.137> has joined #yocto | 11:08 | |
*** baali1 <baali1!~baali@171.50.129.188> has quit IRC | 11:09 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ewzdndvpqcqmpxgp> has quit IRC | 11:15 | |
*** User12345678 <User12345678!~User@mti-37-145.tm.net.my> has quit IRC | 11:15 | |
*** gunnarx <gunnarx!~user@unaffiliated/gan> has quit IRC | 11:17 | |
*** baali <baali!~baali@171.50.138.137> has quit IRC | 11:30 | |
*** baali <baali!~baali@27.56.186.36> has joined #yocto | 11:32 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 11:34 | |
*** baali1 <baali1!~baali@171.79.44.211> has joined #yocto | 11:36 | |
*** baali <baali!~baali@27.56.186.36> has quit IRC | 11:37 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has joined #yocto | 11:39 | |
*** baali1 <baali1!~baali@171.79.44.211> has quit IRC | 11:41 | |
*** baali <baali!~baali@171.78.242.253> has joined #yocto | 11:44 | |
*** lpapp_ <lpapp_!~lpapp@kde/lpapp> has joined #yocto | 11:44 | |
lpapp_ | hi, I am trying to write a Makefile that builds fine for both arm and x86_64/i686 desktop. I would like that make (all) builds properly both with the Yocto generated SDK as well as inside Yocto when creating the image, as well as on my desktops. | 11:45 |
*** mdnneo_ <mdnneo_!~umaucher@217.89.178.116> has joined #yocto | 11:45 | |
lpapp_ | I can see that the Yocto SDK sets up the ARCH variable that I could check for, but there does not seem to be such a variable set up inside Yocto. There are MACHINE_ARCH, etc, though, so I could eventually check for more than one variable to be safe, but I am wondering whether there is one "build arch" variable that works both with the generated SDK as well as inside Yocto? | 11:46 |
*** gunnarx <gunnarx!~user@c-5eea3091-74736162.cust.telenor.se> has joined #yocto | 11:46 | |
*** gunnarx <gunnarx!~user@unaffiliated/gan> has joined #yocto | 11:46 | |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has quit IRC | 11:46 | |
*** baali <baali!~baali@171.78.242.253> has quit IRC | 11:48 | |
*** baali <baali!~baali@182.64.111.63> has joined #yocto | 11:49 | |
*** baali1 <baali1!~baali@171.50.138.98> has joined #yocto | 11:54 | |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-dpbgckpmloogqsqm> has joined #yocto | 11:54 | |
*** baali <baali!~baali@182.64.111.63> has quit IRC | 11:55 | |
*** baali <baali!~baali@171.78.215.66> has joined #yocto | 11:57 | |
*** baali1 <baali1!~baali@171.50.138.98> has quit IRC | 11:59 | |
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto | 11:59 | |
*** pohly <pohly!~pohly@dyndsl-037-138-190-004.ewe-ip-backbone.de> has joined #yocto | 11:59 | |
kanavin | seebs: how swamped are you now? would you be able to take https://bugzilla.yoctoproject.org/show_bug.cgi?id=11996 at some point? | 12:00 |
yocti | Bug 11996: normal, Medium+, 2.5 M1, alexander.kanavin, ACCEPTED , pseudo: cannot use unnamed temporary files (O_TMPFILE) | 12:00 |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has quit IRC | 12:10 | |
*** JosePerez <JosePerez!jgperezc@nat/intel/x-jxxqltmwweebhdvd> has joined #yocto | 12:11 | |
*** luneff <luneff!~yury@95.174.104.43> has joined #yocto | 12:14 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 12:16 | |
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto | 12:24 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto | 12:24 | |
*** baali <baali!~baali@171.78.215.66> has quit IRC | 12:25 | |
*** jg_ <jg_!~jg@2601:18f:981:82c5:dcf5:a42b:c8a:e425> has joined #yocto | 12:26 | |
*** pohly <pohly!~pohly@dyndsl-037-138-190-004.ewe-ip-backbone.de> has quit IRC | 12:29 | |
*** adca <adca!~adca@193.202.22.66> has joined #yocto | 12:29 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has joined #yocto | 12:31 | |
*** ChrysD <ChrysD!c16cc543@gateway/web/freenode/ip.193.108.197.67> has joined #yocto | 12:31 | |
ChrysD | Hi All, little question about patches. I'm doing 2 patchs for modifying the same file and they could be applying in the same time. For example, it's about a dts file. I would like to disabled/okay one of two node. So I've made a patch that can chance one of the node, and another patch for the other one. | 12:33 |
*** baali <baali!~baali@2a01:4f8:a0:9432::2> has joined #yocto | 12:33 | |
ChrysD | that can change* | 12:34 |
ChrysD | So i have two patch files. | 12:34 |
ChrysD | Is it a problem ? | 12:35 |
LetoThe2nd | no, should be fine | 12:36 |
ChrysD | So the order i put into the .bbappend, will be the order to apply the patch. | 12:37 |
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has quit IRC | 12:38 | |
LetoThe2nd | yep | 12:38 |
ChrysD | ok, i just need that when i apply the second patch, the line i would like to modify still be the same after the first one have been applied | 12:39 |
ChrysD | thanks. | 12:39 |
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has joined #yocto | 12:42 | |
*** ed21 <ed21!~Adium@192.198.151.44> has quit IRC | 12:48 | |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 12:53 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 12:57 | |
*** baali <baali!~baali@2a01:4f8:a0:9432::2> has quit IRC | 12:59 | |
*** baali <baali!~baali@27.56.144.226> has joined #yocto | 12:59 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 13:01 | |
*** pohly <pohly!~pohly@dyndsl-037-138-190-004.ewe-ip-backbone.de> has joined #yocto | 13:18 | |
*** stephano <stephano!stephano@nat/intel/x-tkhayynaiuehdrvn> has joined #yocto | 13:19 | |
*** igor <igor!~igor@187.108.42.203> has joined #yocto | 13:22 | |
*** pohly <pohly!~pohly@dyndsl-037-138-190-004.ewe-ip-backbone.de> has quit IRC | 13:22 | |
*** pohly <pohly!~pohly@dyndsl-037-138-190-004.ewe-ip-backbone.de> has joined #yocto | 13:23 | |
*** pohly <pohly!~pohly@dyndsl-037-138-190-004.ewe-ip-backbone.de> has joined #yocto | 13:25 | |
*** pohly <pohly!~pohly@dyndsl-037-138-190-004.ewe-ip-backbone.de> has quit IRC | 13:34 | |
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has joined #yocto | 13:38 | |
*** ant_work <ant_work!~ant__@host18-113-dynamic.16-79-r.retail.telecomitalia.it> has quit IRC | 13:39 | |
*** ChrysD <ChrysD!c16cc543@gateway/web/freenode/ip.193.108.197.67> has quit IRC | 13:40 | |
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has quit IRC | 13:41 | |
*** peacememories <peacememories!~textual@62.178.93.7> has joined #yocto | 13:42 | |
*** lamego <lamego!jose@nat/intel/x-kcszscsminfokfwn> has joined #yocto | 13:43 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-xfvqvcxogojjaxbj> has joined #yocto | 13:49 | |
*** peacememories <peacememories!~textual@62.178.93.7> has quit IRC | 13:55 | |
*** ChrysD <ChrysD!c16cc543@gateway/web/freenode/ip.193.108.197.67> has joined #yocto | 13:59 | |
*** AndersD <AndersD!~anders@194.237.220.218> has quit IRC | 14:00 | |
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has joined #yocto | 14:03 | |
*** mdnneo_ <mdnneo_!~umaucher@217.89.178.116> has quit IRC | 14:08 | |
*** hnje <hnje!~hnje@81.216.59.226> has quit IRC | 14:09 | |
*** luneff <luneff!~yury@95.174.104.43> has quit IRC | 14:18 | |
*** Willy-- <Willy--!188a097e@gateway/web/freenode/ip.24.138.9.126> has joined #yocto | 14:20 | |
*** gtristan <gtristan!~tristanva@221.147.85.171> has quit IRC | 14:21 | |
*** gtristan <gtristan!~tristanva@110.11.179.89> has joined #yocto | 14:23 | |
*** ZubairLK <ZubairLK!~Thunderbi@unaffiliated/zubairlk> has quit IRC | 14:23 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 14:30 | |
*** jku_ <jku_!~jku@dyj-skyyyyyyyyyyyyycy-3.rev.dnainternet.fi> has joined #yocto | 14:32 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC | 14:32 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 14:36 | |
*** bjornar_ <bjornar_!~bjornar@107.51-174-141.customer.lyse.net> has joined #yocto | 14:38 | |
bjornar_ | How is the prelink-cross package supposed to be used? | 14:38 |
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 14:49 | |
*** peacememories <peacememories!~textual@62-178-93-7.cable.dynamic.surfer.at> has quit IRC | 14:52 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 14:53 | |
sgw | armpit: morning | 14:54 |
armpit | sgw morn | 14:54 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 14:54 | |
sgw | armpit: I am still trying to figure out the actual failure for that morty build, do you still have the AB log link? It's not in the bug | 14:55 |
seebs | kanavin: still pretty swamped but i can try to get a look. | 14:55 |
seebs | i'm in "yes, i'd like this done too, could you answer my questions about the requirements" land | 14:56 |
* armpit thought I added it.. | 14:56 | |
* armpit checks | 14:56 | |
kanavin | seebs: I've done a stupid clueless patch, so you could maybe just comment on what's wrong with it (probably everything) | 14:57 |
seebs | I'll see if I can scrape some brain cells together. | 14:58 |
kanavin | seebs: attached to the bug | 14:58 |
seebs | It looks like this should be reasonably straightforward to special-case, but what an awful API. | 14:58 |
seebs | There was already a defined way to use linkat() to make a new link to an unnamed file by file descriptor, why add another one? Probably because they hate me. :P | 14:59 |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto | 15:00 | |
armpit | sqw do you mean the stdio output ? | 15:01 |
armpit | the logs for that build did not land in wiki.. wiki was timing out that day | 15:02 |
armpit | https://autobuilder.yocto.io/builders/nightly-x86-lsb/builds/506/steps/Running%20Sanity%20Tests/logs/stdio | 15:03 |
armpit | i would have had new builds this morning but my build hung | 15:03 |
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 15:05 | |
*** plp <plp!~plp@46.101.142.139> has joined #yocto | 15:05 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 15:05 | |
sgw | armpit: thanks, looking | 15:05 |
armpit | I add the log to the url link in the bug | 15:06 |
*** Math0 <Math0!5b974c64@gateway/web/freenode/ip.91.151.76.100> has quit IRC | 15:09 | |
ChrysD | I have problem when doing bitbake -c populate_sdk <image>. The image is a custom one that inherit from core-image-minimal. When I see the logs, he does lot of "make[x] : Nothing to be done" or "make[x]: Entering directory". | 15:14 |
*** rburton <rburton!~textual@home.burtonini.com> has joined #yocto | 15:20 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has quit IRC | 15:21 | |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-dpbgckpmloogqsqm> has quit IRC | 15:24 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 15:29 | |
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has joined #yocto | 15:31 | |
*** baali <baali!~baali@27.56.144.226> has quit IRC | 15:34 | |
*** lamego <lamego!jose@nat/intel/x-kcszscsminfokfwn> has quit IRC | 15:36 | |
*** lamego <lamego!~jose@134.134.139.73> has joined #yocto | 15:37 | |
sgw | armpit: so it appears that qemu just quit, maybe it could not find the right HW or something. This is a transient failure, we have not seen this multiples, correct? | 15:38 |
*** bavery_fn <bavery_fn!~bavery@134.134.139.73> has quit IRC | 15:38 | |
armpit | nope | 15:38 |
armpit | i could not reproduce it but the host was tumbleweed so wasn't sure if it was related to it | 15:39 |
sgw | armpit: thanks | 15:44 |
armpit | thanks for checking | 15:44 |
*** pohly <pohly!~pohly@dyndsl-037-138-190-004.ewe-ip-backbone.de> has joined #yocto | 15:44 | |
*** yann <yann!~yann@178.208.16.32> has quit IRC | 15:49 | |
*** pohly <pohly!~pohly@dyndsl-037-138-190-004.ewe-ip-backbone.de> has quit IRC | 15:50 | |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 15:52 | |
*** gtristan <gtristan!~tristanva@110.11.179.89> has quit IRC | 15:54 | |
*** gtristan <gtristan!~tristanva@110.11.179.89> has joined #yocto | 15:54 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 15:54 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 15:57 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto | 16:00 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 16:02 | |
*** yann <yann!~yann@178.208.16.32> has joined #yocto | 16:10 | |
*** zeddii_home <zeddii_home!~zeddii_ho@CPEe8de27b71faa-CM64777d5e8820.cpe.net.cable.rogers.com> has joined #yocto | 16:12 | |
sgw | rburton: armpit: I think I am OK dropping the 12124 (qemu fails with Morty on a Tumbleweed host) priority to Medium from High. Unless we can get a more reproduible case | 16:12 |
rburton | ok | 16:13 |
rburton | agreed fwiw | 16:13 |
armpit | ok | 16:13 |
rburton | worth release noting? | 16:13 |
sgw | rburton: agreed Release note it, we can either keep the bug open or close it not sure | 16:14 |
*** jku_ is now known as jku | 16:15 | |
armpit | sqw maybe wait for another build. this changes are not in morty yet. | 16:17 |
kergoth | Any thoughts on https://github.com/openembedded/bitbake/compare/master...kergoth:gitsm-rework ? I still need to write some more unit tests to expand on the relatively weak existing coverage of it, and integrate it into the main fetcher, but could use another set of eyes on the code | 16:20 |
*** mckoan is now known as mckoan|away | 16:21 | |
*** bavery_fn <bavery_fn!~bavery@134.134.139.76> has joined #yocto | 16:23 | |
*** toscalix <toscalix!~toscalix@80.91.95.114> has quit IRC | 16:29 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto | 16:30 | |
*** egavin <egavin!~egavin@24.red-217-126-80.staticip.rima-tde.net> has quit IRC | 16:32 | |
*** Snert__ <Snert__!~snert_@65.74.8.146> has joined #yocto | 16:35 | |
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has quit IRC | 16:36 | |
*** zeenix <zeenix!~zeenix@178.19.216.175> has left #yocto | 16:38 | |
*** sgw <sgw!swold@nat/intel/x-btnwlpnqkvpiiopr> has quit IRC | 16:38 | |
*** momofarm <momofarm!sid85433@gateway/web/irccloud.com/x-bpxyrwhhgqntdmdn> has joined #yocto | 16:39 | |
momofarm | I have a already built project using yocto, right now there is a problem that I want to add everything to a git repository | 16:40 |
*** jg_ <jg_!~jg@2601:18f:981:82c5:dcf5:a42b:c8a:e425> has quit IRC | 16:40 | |
momofarm | but the problem is inside yocto's directory, there is a kernel folder contains another hidden git directory | 16:41 |
momofarm | the remote git server seems like can not accept another hidden git folder (for some reason) | 16:42 |
*** Crofton|work <Crofton|work!~balister@pool-108-44-111-57.ronkva.east.verizon.net> has quit IRC | 16:42 | |
*** ChrysD <ChrysD!c16cc543@gateway/web/freenode/ip.193.108.197.67> has quit IRC | 16:43 | |
momofarm | and after some reading, I found in yocto's kernel bb files there seems to have a lot of operation related to git (branch and something...) | 16:43 |
*** vdehors_arc <vdehors_arc!~vincent@LPuteaux-657-1-103-59.w193-248.abo.wanadoo.fr> has quit IRC | 16:44 | |
rburton | momofarm: what directory? | 16:44 |
momofarm | is there a way that I can get rid that .git folder or there is / should be a better way to upload / freeze the built directory to remote | 16:44 |
momofarm | rburton: a directory called kernel, and there is a linux kernel source code inside with a hidden .git foder | 16:45 |
rburton | momofarm: yeah don't put the tmp/ or download directory into git | 16:46 |
momofarm | rburton: but if I remove that .git folder, the build process will fail | 16:46 |
momofarm | seems like there is some operation related to that .git folder | 16:46 |
rburton | the files you add to a git repo should not include a kernel checkout | 16:47 |
rburton | if you are trying to put a kernel checkout into git then you are either adding DL_DIR (don't do that) or TMPDIR (don't do that either) | 16:47 |
momofarm | but I need everything can be built off line, | 16:48 |
*** yann <yann!~yann@178.208.16.32> has quit IRC | 16:50 | |
rburton | so have a local source mirror | 16:51 |
momofarm | I need to keep kernel source local, so if next time we need to build something, we can just checkout from my server and build everything without to download from internet | 16:51 |
rburton | yes, that's exactly what a source mirror is for | 16:51 |
*** nayfe <nayfe!d433a784@gateway/web/freenode/ip.212.51.167.132> has quit IRC | 16:51 | |
*** Willy-- <Willy--!188a097e@gateway/web/freenode/ip.24.138.9.126> has quit IRC | 16:52 | |
rburton | the path you set DL_DIR to is sharable. just don't put it in git, mainly because git is *terrible* for storing lots of large files. | 16:52 |
momofarm | rburton: so if I have this local source mirror, then should I keep the kernel source folder? | 16:52 |
rburton | momofarm: https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_create_my_own_source_download_mirror_.3F | 16:54 |
rburton | then put your layers and so on in git. | 16:54 |
rburton | *do not* put your build/tmp/ into git as that will be a massive waste of time and space | 16:55 |
*** jg_ <jg_!~jg@2601:18f:981:82c5:dcf5:a42b:c8a:e425> has joined #yocto | 17:01 | |
*** jg_ is now known as jg | 17:06 | |
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:319c:f75f:3e9a:efc5> has joined #yocto | 17:07 | |
*** martinkelly1 <martinkelly1!~martin@75-165-62-129.tukw.qwest.net> has joined #yocto | 17:08 | |
*** Bunio_FH <Bunio_FH!~bunio@hC35A6AB6.cli.nitronet.pl> has quit IRC | 17:11 | |
*** mattsm <mattsm!~mattsm@2602:304:b0d5:feab:f4d1:3c25:e768:6b25> has quit IRC | 17:11 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has joined #yocto | 17:11 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 17:13 | |
*** jku <jku!~jku@dyj-skyyyyyyyyyyyyycy-3.rev.dnainternet.fi> has quit IRC | 17:19 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 17:21 | |
*** bjornar_ <bjornar_!~bjornar@107.51-174-141.customer.lyse.net> has quit IRC | 17:27 | |
*** sachit <sachit!~sbtkd85@ps3mwgproxy10-dmz.us.dell.com> has quit IRC | 17:27 | |
*** sachit <sachit!~sbtkd85@pc1mwgproxy11-dmz.us.dell.com> has joined #yocto | 17:28 | |
gunnarx | rburton, props to your experience. The permissions on the dir were 755 and 775 in two different RPMs, as you predicted. | 17:34 |
gunnarx | still a mystery why one package ends up installing the dir with 775 though. Some UMASK issue? Have no idea... I don't see it explicitly in any recipes. | 17:37 |
gunnarx | they run some special fakeroot job, which is doing the mkdir, that's all I can see | 17:37 |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC | 17:57 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto | 17:58 | |
*** bjornar_ <bjornar_!~bjornar@107.51-174-141.customer.lyse.net> has joined #yocto | 17:59 | |
*** igor <igor!~igor@187.108.42.203> has quit IRC | 18:00 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC | 18:02 | |
otavio | rburton: did you see the lttng-modules? | 18:12 |
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC | 18:12 | |
otavio | rburton: it is an important fix specially as people is using newer kernels with rocko | 18:12 |
*** igor <igor!~igor@187.108.42.203> has joined #yocto | 18:13 | |
otavio | rburton: 4.14 being a LTS is likely going to have a good adoption and it is important to be compatible | 18:13 |
*** colrack <colrack!~colrack@94.126.8.166> has quit IRC | 18:14 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto | 18:14 | |
*** martinkelly <martinkelly!~martin@65-122-179-226.dia.static.qwest.net> has quit IRC | 18:25 | |
*** Crofton|work <Crofton|work!~balister@pool-108-44-111-57.ronkva.east.verizon.net> has joined #yocto | 18:27 | |
*** Willy-- <Willy--!188a097e@gateway/web/freenode/ip.24.138.9.126> has joined #yocto | 18:31 | |
*** King_InuYasha <King_InuYasha!~kvirc@fedora/ngompa> has quit IRC | 18:35 | |
*** gunnarx <gunnarx!~user@unaffiliated/gan> has quit IRC | 18:42 | |
*** King_InuYasha <King_InuYasha!~kvirc@ool-18e49ae9.dyn.optonline.net> has joined #yocto | 18:44 | |
*** King_InuYasha <King_InuYasha!~kvirc@fedora/ngompa> has joined #yocto | 18:44 | |
clsulliv | armpit: did you see this? https://autobuilder.yocto.io/builders/nightly-x86-64-lsb/builds/516/steps/Running%20Sanity%20Tests/logs/stdio | 18:44 |
clsulliv | nightly-x86-64-lsb failed to start qemu on morty | 18:44 |
armpit | clsulliv, I have seen that issue before.. is this a new build? | 18:46 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 18:48 | |
* armpit mmm tumbleweed again | 18:48 | |
armpit | clsulliv, I first saw that on akuster/morty-next but now on morty | 18:50 |
armpit | bug 12124 | 18:51 |
yocti | Bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=12124 normal, Medium, 2.2.3, akuster, ACCEPTED , [morty-next] nightly-x86-lsb failed | 18:51 |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 18:52 | |
* armpit hmm new build | 18:53 | |
armpit | the last clean build I had was on commit http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=morty&id=a94a0c6402240ed02f364c87a5405f138634e46e | 18:53 |
armpit | there are 3 new ones past that I personnel have not run a build on | 18:54 |
*** Argylelabcoat <Argylelabcoat!~textual@rrcs-98-100-199-98.central.biz.rr.com> has joined #yocto | 18:55 | |
*** pohly <pohly!~pohly@dyndsl-037-138-190-004.ewe-ip-backbone.de> has joined #yocto | 19:01 | |
rburton | otavio: lttng-modules: Backport fixes for kernel instrumentation? | 19:04 |
otavio | rburton: yes | 19:06 |
otavio | rburton: I'd prefer to upgrade but due the imminent release, backport makes more sense | 19:07 |
rburton | otavio: very high bar for 2.4.0 right now, but i have just picked it in the 2.4.1 queue (which depending on how RC1 QA goes may pick a few patches, or none) | 19:07 |
otavio | rburton: no problem; is master open for 2.5 material? | 19:08 |
ntl | well. 4.14 isn't even released yet, there's no guarantee that updating lttng-modules right now will ensure it works with 4.14 | 19:09 |
rburton | otavio: currently no, focus on 2.4.0 | 19:10 |
rburton | obviously i've been queuing stuff for master, i have a ross/sumo branch | 19:10 |
otavio | ntl: you're right but it fixes 4.13 that we use on meta-freescale, for example | 19:17 |
otavio | ntl: we are supporting new kernels on meta-freescale due the i.MX mainline support | 19:17 |
otavio | rburton: I have a cmake update ready to go | 19:19 |
otavio | rburton: also I have mesa update | 19:19 |
otavio | rburton: so once it opens, I can send it | 19:19 |
rburton | send them now if you want, they can go in my queue | 19:20 |
rburton | currently got ross/mut, ross/sumo and ross/rocko on the go :) | 19:20 |
otavio | rburton: ok; I send them tomorrow or so. So you have your test results before | 19:23 |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 19:23 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 19:26 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 19:28 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 19:28 | |
*** josv <josv!51a471bf@gateway/web/freenode/ip.81.164.113.191> has joined #yocto | 19:32 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 19:38 | |
josv | Hi! I started to scratch the surface of yocto and have the following question: why should IMAGE_FSTYPES go into local.conf and not in an image recipe? This in contrary to other variables like IMAGE_INSTALL which could apparently go in both. | 19:41 |
LocutusOfBorg | otavio, you there? | 19:45 |
LocutusOfBorg | I have to send you a bug report :) | 19:45 |
LocutusOfBorg | hello btw | 19:45 |
LocutusOfBorg | I'm doing a bitbake linux-mfgtool in my recipe | 19:45 |
LocutusOfBorg | ERROR: Nothing PROVIDES 'virtual/mfgtool-arm-poky-linux-gnueabi-binutils'. Close matches: | 19:45 |
LocutusOfBorg | virtual/arm-poky-linux-gnueabi-binutils | 19:45 |
LocutusOfBorg | I intercepted binutils-cross.inc with a bbappend PROVIDES += "virtual/${MLPREFIX}${TARGET_PREFIX}binutils" | 19:46 |
LocutusOfBorg | and now it works | 19:46 |
LocutusOfBorg | now, I don't know why MLPREFIX is there, but this seems to be an issue, because that recipe looks unbuildable as-is | 19:46 |
otavio | LocutusOfBorg: oh my God. Do you use MfgTool? | 19:48 |
otavio | LocutusOfBorg: poor you | 19:48 |
*** Willy-- <Willy--!188a097e@gateway/web/freenode/ip.24.138.9.126> has left #yocto | 19:51 | |
LocutusOfBorg | otavio, I'm sooo sorry | 19:52 |
LocutusOfBorg | :) | 19:52 |
LocutusOfBorg | but whatever who makes the board uses, I have to use it | 19:52 |
LocutusOfBorg | and two different board makers, use mfgtool already on i.MX6 | 19:52 |
LocutusOfBorg | never had to do something different | 19:53 |
LocutusOfBorg | anyhow, do you have any sort of bug-report or fixes that won't require a bbappend of binutils-cross? | 19:56 |
otavio | LocutusOfBorg: I use imx_usb for manufacturing | 19:56 |
otavio | which avoids the use of Windoze ;-) | 19:57 |
otavio | LocutusOfBorg: I don't. I will need to look at it | 19:57 |
otavio | LocutusOfBorg: are you in pyro or older release? | 19:57 |
LocutusOfBorg | pyro | 20:04 |
LocutusOfBorg | I always track the latest branch :p | 20:04 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 20:11 | |
lsandov1 | otavio: so the MfgTool is still in used? :p | 20:12 |
lsandov1 | otavio: for parallel flashing I believe it is useful, isn't it? | 20:12 |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-ddkgcvreupgtcvcx> has joined #yocto | 20:13 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 20:14 | |
ntl | otavio: ok. FYI I've just bumped the lttng people to tag 2.9.4, they say they'll do it soon | 20:16 |
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-kwfwtjsunbbrutdg> has quit IRC | 20:28 | |
*** joshuagl <joshuagl!~joshuagl@192.198.151.44> has quit IRC | 20:30 | |
*** diego_r <diego_r!~diego@151.51.122.152> has joined #yocto | 20:33 | |
*** ZubairLK <ZubairLK!~Thunderbi@unaffiliated/zubairlk> has joined #yocto | 20:34 | |
*** josv <josv!51a471bf@gateway/web/freenode/ip.81.164.113.191> has quit IRC | 20:46 | |
*** sgw <sgw!swold@nat/intel/x-tuqxkkakotqerhtn> has joined #yocto | 20:47 | |
otavio | lsandov1: well, you can do it with imx_usb_loader ;-) | 20:49 |
*** martinkelly1 <martinkelly1!~martin@75-165-62-129.tukw.qwest.net> has quit IRC | 20:49 | |
lsandov1 | otavio: right, even better | 20:50 |
otavio | LocutusOfBorg: I need to dig deeper. It is not something obvious ... | 20:53 |
*** pohly <pohly!~pohly@dyndsl-037-138-190-004.ewe-ip-backbone.de> has quit IRC | 20:54 | |
*** sjolley <sjolley!~sjolley@134.134.139.75> has joined #yocto | 20:56 | |
*** sjolley1 <sjolley1!~sjolley@134.134.139.75> has quit IRC | 20:56 | |
*** ant_home <ant_home!~ant__@host184-216-dynamic.24-79-r.retail.telecomitalia.it> has joined #yocto | 20:59 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 21:01 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 21:11 | |
*** igor <igor!~igor@187.108.42.203> has quit IRC | 21:12 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 21:13 | |
*** igor <igor!~igor@187.108.42.203> has joined #yocto | 21:25 | |
*** gwilson <gwilson!~gwilson@12.26.104.3> has joined #yocto | 21:25 | |
*** martinkelly <martinkelly!~martin@75-165-62-129.tukw.qwest.net> has joined #yocto | 21:26 | |
*** kpo_ <kpo_!~bob@user-94-254-250-8.play-internet.pl> has joined #yocto | 21:27 | |
gwilson | I'm trying to create a new recipe for YP, I've used devtool to create it, now I would like to run up through the compile task, is there a way to just run some of the tasks with devtool, or a way to use bitbake to run a recipe that is managed by devtool? | 21:28 |
*** RP1 <RP1!~richard@host86-165-70-172.range86-165.btcentralplus.com> has joined #yocto | 21:31 | |
*** gtristan <gtristan!~tristanva@110.11.179.89> has quit IRC | 21:38 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 21:39 | |
bluelightning | gwilson: assuming you aren't using devtool from inside the eSDK all the normal bitbake commands will work | 21:48 |
bluelightning | gwilson: e.g. bitbake -c compile recipename | 21:49 |
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has quit IRC | 21:49 | |
*** sjolley <sjolley!~sjolley@134.134.139.75> has quit IRC | 21:50 | |
*** diego_r <diego_r!~diego@151.51.122.152> has quit IRC | 21:50 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 21:51 | |
gwilson | bluelightning: Yes, I just figured that out. I had been trying 'bitbake build recipe -c task', which didn't work. removing 'build' un-confusses bitbake. Thanks for the tip all the same. | 21:52 |
kergoth | bitbake isnt' subcommand driven, devtool/recipetool are | 21:53 |
kergoth | see also bitbake --help | 21:53 |
gwilson | kergoth: thanks | 21:54 |
*** martinkelly <martinkelly!~martin@75-165-62-129.tukw.qwest.net> has quit IRC | 21:54 | |
LocutusOfBorg | otavio, FWIW it was fine on jethro | 21:55 |
*** Argylelabcoat <Argylelabcoat!~textual@rrcs-98-100-199-98.central.biz.rr.com> has quit IRC | 22:03 | |
*** lamego <lamego!~jose@134.134.139.73> has quit IRC | 22:04 | |
*** gunnarx <gunnarx!~user@c83-248-212-222.bredband.comhem.se> has joined #yocto | 22:09 | |
*** gunnarx <gunnarx!~user@unaffiliated/gan> has joined #yocto | 22:09 | |
*** agust <agust!~agust@p4FCB648A.dip0.t-ipconnect.de> has quit IRC | 22:13 | |
*** rburton <rburton!~textual@home.burtonini.com> has quit IRC | 22:14 | |
*** ant_home <ant_home!~ant__@host184-216-dynamic.24-79-r.retail.telecomitalia.it> has quit IRC | 22:16 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 22:20 | |
*** sjolley <sjolley!~sjolley@134.134.139.72> has joined #yocto | 22:28 | |
*** rburton <rburton!~textual@home.burtonini.com> has joined #yocto | 22:38 | |
*** nighty-_ <nighty-_!~cp@s229123.ppp.asahi-net.or.jp> has quit IRC | 22:42 | |
*** nighty-_ <nighty-_!~cp@s229123.ppp.asahi-net.or.jp> has joined #yocto | 22:43 | |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 22:48 | |
*** igor <igor!~igor@187.108.42.203> has quit IRC | 22:51 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-tlsbszpybayanmvc> has joined #yocto | 22:56 | |
*** rburton <rburton!~textual@home.burtonini.com> has quit IRC | 23:02 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 23:02 | |
*** dushara <dushara!7346ce4a@gateway/web/freenode/ip.115.70.206.74> has joined #yocto | 23:07 | |
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC | 23:07 | |
dushara | Is there a way to build a deb of an SDK? | 23:07 |
*** gunnarx <gunnarx!~user@unaffiliated/gan> has quit IRC | 23:09 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 23:18 | |
*** bjornar_ <bjornar_!~bjornar@107.51-174-141.customer.lyse.net> has quit IRC | 23:23 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 23:27 | |
*** martinkelly <martinkelly!~martin@205.175.118.174> has joined #yocto | 23:33 | |
*** bavery_fn <bavery_fn!~bavery@134.134.139.76> has quit IRC | 23:50 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 23:53 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 23:58 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!