*** nvmd <nvmd!~nvmd@unaffiliated/tosemusername> has quit IRC | 00:07 | |
*** NiksDev <NiksDev!~NiksDev@192.91.101.31> has quit IRC | 00:31 | |
*** NiksDev2 <NiksDev2!~NiksDev@192.91.101.32> has joined #yocto | 00:31 | |
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC | 01:22 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 02:01 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 02:16 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 02:16 | |
*** ahadi <ahadi!~ahadi@i59F44EED.versanet.de> has quit IRC | 02:52 | |
*** ahadi <ahadi!~ahadi@89.244.126.115> has joined #yocto | 02:53 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 03:04 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 03:05 | |
*** zkrx <zkrx!~slimshady@194.230.138.56> has quit IRC | 03:09 | |
*** zkrx <zkrx!~slimshady@194.230.138.56> has joined #yocto | 03:19 | |
*** zkrx <zkrx!~slimshady@194.230.138.56> has quit IRC | 05:15 | |
*** zkrx <zkrx!~slimshady@194.230.138.56> has joined #yocto | 05:26 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 05:41 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 05:41 | |
*** itseris <itseris!~itseris@d75-157-111-210.bchsia.telus.net> has joined #yocto | 05:43 | |
*** AndersD <AndersD!~AndersD@h83-209-96-136.cust.a3fiber.se> has joined #yocto | 05:45 | |
*** AndersD_ <AndersD_!~AndersD@h-94-254-17-226.A137.corp.bahnhof.se> has joined #yocto | 05:47 | |
*** AndersD <AndersD!~AndersD@h83-209-96-136.cust.a3fiber.se> has quit IRC | 05:49 | |
*** camus <camus!~Instantbi@58.246.136.202> has joined #yocto | 06:00 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 06:00 | |
*** camus is now known as kaspter | 06:00 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:02 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has left #yocto | 06:03 | |
*** frsc <frsc!~frsc@i6DFA818C.versanet.de> has joined #yocto | 06:32 | |
mckoan | good morning | 06:33 |
---|---|---|
*** Chep <Chep!chep@gateway/vpn/airvpn/chep> has joined #yocto | 06:48 | |
Chep | hi, is it possible to use different version of a native tool to build different packages? I need a tool to generate code for 2 different packages but I need to use 2 different version of the tool. I don't need it to be installed in the target image. I tried to add (= version) in the DEPENDS variables in the recipes but bitbake ignores it | 06:51 |
alejandrohs | Chep: easiest method is probably having two recipes and naming them differently, foo1 and foo2 and put those on the according DEPENDS | 07:02 |
alejandrohs | mckoan: morning | 07:02 |
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has joined #yocto | 07:02 | |
Chep | alejandrohs: thanks | 07:03 |
alejandrohs | halstead: I'm getting name resolution errors from git.yp, probably nothing major, just fyi in case you see them again | 07:03 |
wyre | is docs.yoctoproject.org down? 😥 | 07:05 |
wyre | It's like the domain doesn't point to any server | 07:11 |
wyre | but I'm not sure if this is because my DNS 🤔 | 07:11 |
*** ilunev <ilunev!~koolkhel@80.72.17.178> has joined #yocto | 07:18 | |
*** yann <yann!~yann@88.120.44.86> has joined #yocto | 07:28 | |
alejandrohs | wyre: I guess both issues are related | 07:31 |
wyre | alejandrohs, both issues? what two issues? | 07:42 |
wyre | I just had one, but now apparently is up again docs.yoctoproject.org | 07:42 |
*** gsalazar <gsalazar!~gsalazar@173.111.90.149.rev.vodafone.pt> has joined #yocto | 07:44 | |
*** kayterina <kayterina!kayterina-@gateway/shell/matrix.org/x-lejtmnknxqqhafnc> has quit IRC | 07:53 | |
*** kayterina <kayterina!kayterina-@gateway/shell/matrix.org/x-makqbryfrxhjyroq> has joined #yocto | 07:54 | |
*** amitk <amitk!~amit@unaffiliated/amitk> has joined #yocto | 08:44 | |
yann | tlwoerner: one thing I'm not comfortable with in my Rock64 support patch is that need to tweek RK_BOOT_DEVICE to generate a sd or emmc image ending up with the same filename. Maybe the best course of actions would be to make device-independant images that could be flashed on both media types, discovering where they are booted from | 08:52 |
yann | not sure how much this kind of things could be done without having to touch wic | 08:57 |
*** ilunev <ilunev!~koolkhel@80.72.17.178> has quit IRC | 08:59 | |
yann | what is the "--ondisk ${RK_BOOT_DEVICE}" good for anyway ? I'd tend to think there should be no need to know if we're going to use mmcblk0 or mmcblk1 to create the partition table. Then we'd only need to get the root= parameter generated from the u-boot bootcmd, rather than being hardcoded in the wks, right ? | 09:01 |
yann | an alternative could be to provide core-image-*-{sdcard,emmc} variants, but I feel that would not feel greatly integrated with the rest | 09:06 |
qschulz | PSA: I'm moving to libera channel only, see you there | 09:48 |
*** linums <linums!~linums@catv-80-99-160-36.catv.broadband.hu> has quit IRC | 10:04 | |
*** linums <linums!~linums@apn-94-44-123-36.vodafone.hu> has joined #yocto | 10:05 | |
*** ilunev <ilunev!~koolkhel@80.72.17.178> has joined #yocto | 10:26 | |
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has quit IRC | 10:50 | |
*** amitk <amitk!~amit@unaffiliated/amitk> has quit IRC | 10:51 | |
*** amitk <amitk!~amit@unaffiliated/amitk> has joined #yocto | 10:53 | |
*** amitk <amitk!~amit@unaffiliated/amitk> has quit IRC | 11:03 | |
*** amitk <amitk!~amit@unaffiliated/amitk> has joined #yocto | 11:04 | |
*** prabhakarlad <prabhakarlad!c18ddb18@pc.renesas.eu> has quit IRC | 11:05 | |
*** AndersD__ <AndersD__!~AndersD@h83-209-96-136.cust.a3fiber.se> has joined #yocto | 11:11 | |
*** AndersD_ <AndersD_!~AndersD@h-94-254-17-226.A137.corp.bahnhof.se> has quit IRC | 11:14 | |
*** prabhakarlad <prabhakarlad!c18ddb18@pc.renesas.eu> has joined #yocto | 11:29 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 11:37 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 11:38 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 11:49 | |
*** fatalhalt <fatalhalt!~fatalhalt@2601:244:4d01:52df:225:90ff:feda:2428> has quit IRC | 11:52 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:53 | |
*** fatalhalt <fatalhalt!~fatalhalt@2601:244:4d01:52df:225:90ff:feda:2428> has joined #yocto | 11:54 | |
*** thekappe <thekappe!c65a42b1@198.90.66.177> has joined #yocto | 12:07 | |
*** marc1 <marc1!~marc@ipagstaticip-ad9375f2-382c-b511-8ac1-9541f69fe50f.sdsl.bell.ca> has left #yocto | 12:25 | |
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto | 12:34 | |
*** AndersD_ <AndersD_!~AndersD@h-94-254-17-226.A137.corp.bahnhof.se> has joined #yocto | 12:37 | |
*** AndersD__ <AndersD__!~AndersD@h83-209-96-136.cust.a3fiber.se> has quit IRC | 12:40 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-dfpylgzxjguyfgkd> has joined #yocto | 12:44 | |
*** linums <linums!~linums@apn-94-44-123-36.vodafone.hu> has quit IRC | 13:05 | |
*** linums <linums!~linums@apn-94-44-123-36.vodafone.hu> has joined #yocto | 13:08 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 13:09 | |
*** paulg <paulg!~paulg@104-195-159-20.cpe.teksavvy.com> has joined #yocto | 13:19 | |
*** linums <linums!~linums@apn-94-44-123-36.vodafone.hu> has quit IRC | 13:23 | |
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC | 13:46 | |
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has joined #yocto | 13:48 | |
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto | 13:55 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 14:10 | |
*** nlate <nlate!~Nathan22@S0106bcd16583c035.gv.shawcable.net> has joined #yocto | 14:12 | |
nlate | Does changing ERROR_QA in a machine config change ERROR_QA for all packages pulled in? Or just the final machine image | 14:12 |
*** nlate1 <nlate1!~Nathan22@S0106bcd16583c035.gv.shawcable.net> has joined #yocto | 14:14 | |
nlate1 | Does changing ERROR_QA in a machine config change ERROR_QA for all packages pulled in? Or just the final machine image | 14:14 |
*** nlate <nlate!~Nathan22@S0106bcd16583c035.gv.shawcable.net> has quit IRC | 14:17 | |
*** manuel1985 <manuel1985!~manuel198@2a02:1748:dd5c:f290:f08a:f8e3:cb7c:758f> has joined #yocto | 14:21 | |
*** ilunev <ilunev!~koolkhel@80.72.17.178> has quit IRC | 15:00 | |
*** linums <linums!~linums@apn-94-44-248-204.vodafone.hu> has joined #yocto | 15:16 | |
*** camus <camus!~Instantbi@58.246.136.202> has joined #yocto | 15:19 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 15:20 | |
*** camus is now known as kaspter | 15:20 | |
*** AndersD_ <AndersD_!~AndersD@h-94-254-17-226.A137.corp.bahnhof.se> has quit IRC | 15:33 | |
* paulg wonders why image-mklibs class got voted off the island. | 15:37 | |
paulg | Not that I care or know what it did ; just that since it was a part of our boilerplate conf/* content, nuking it broke every existing build dir out there with a meaningless screaming red ERROR parse. | 15:39 |
paulg | ...and to be clear, I say "our" meaning "Yocto" and not any specific company variant of Yocto. | 15:40 |
RP | paulg: I noticed that problem here too :) | 15:40 |
RP | paulg: look into what mklibs does, then wonder why it didn't exit the stage much earlier ;-) | 15:41 |
paulg | thinking dummy-ing out the file and replacing it with a bbwarn telling people to edit their conf line such-and-such would have been more end user friendly. | 15:41 |
*** extorr <extorr!extor@unaffiliated/extor> has quit IRC | 15:42 | |
*** extorr <extorr!extor@unaffiliated/extor> has joined #yocto | 15:42 | |
paulg | I often wonder if zeddii and I are outliers who re-use the same build dir over and over and over and over .... | 15:43 |
paulg | everyone else does a nuke-and-pave and relies on sstate to save them? | 15:43 |
paulg | Dunno. | 15:43 |
paulg | sstate could vanish overnight and I'd probably not notice, or perhaps even be happier for it. | 15:44 |
paulg | kinda like distcc and ccache type stuff. Seem like dated solutions to a 2005-ish problem. | 15:45 |
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC | 15:46 | |
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto | 15:47 | |
paulg | at least they aren't like autoconf - a solution to a 1985 problem. B-) | 15:49 |
paulg | Guess it managed to out-live alt.autoconf.die.die.die and NNTP in general. | 15:49 |
RP | paulg: sstate rocks and the autobuiler would grind to a halt without it. We could have added dummy mklibs files but it is just changing a line in a file ;-) | 15:50 |
paulg | but the autobuilder is not indicative of the typical end user. | 15:50 |
*** nlate1 <nlate1!~Nathan22@S0106bcd16583c035.gv.shawcable.net> has quit IRC | 15:51 | |
RP | paulg: I do use it heavily locally too and it is useful to users when they clear tmpdir out in totality | 15:52 |
*** yates <yates!~user@fv-nc-f7af8b91e1-234237-1.tingfiber.com> has joined #yocto | 15:53 | |
paulg | Ah yes, my favourite error message. The one that comes with a TL;DR saying you need to nuke all of tmp because something unexpected happened. | 15:53 |
kergoth | i wipe tmp with nearly every build, it's harmless and restoring from sstate is fast. i wouldn't want to build without it | 15:54 |
RP | paulg: I think that one should be a lot less common now... | 15:54 |
paulg | kergoth, and eat the ensuing i/o storm that comes with it? Why? | 15:55 |
RP | paulg: I'm not even going to attempt to convince you after zeddii's recent comments about kernel devs and workflows ;-) | 15:56 |
paulg | Probably wise. Don't argue with the old fart who has "KEEP OF MY LAWN" signs. | 15:58 |
paulg | Save it for when I send my patch series to remove sstate. | 15:58 |
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC | 16:00 | |
yates | how is a kernel specified within an image recipe? e.g., if i am extending core-image-minimal, how do i specify which kernel it will use? | 16:03 |
yates | i've googled around, looked at several yocto docs, don't see it. | 16:04 |
*** frsc <frsc!~frsc@i6DFA818C.versanet.de> has quit IRC | 16:06 | |
*** Chep` <Chep`!chep@gateway/vpn/airvpn/chep> has joined #yocto | 16:11 | |
*** Chep <Chep!chep@gateway/vpn/airvpn/chep> has quit IRC | 16:13 | |
*** Chep` is now known as Chep | 16:13 | |
*** iokill <iokill!~dave@static.16.105.130.94.clients.your-server.de> has left #yocto | 16:21 | |
*** thekappe <thekappe!c65a42b1@198.90.66.177> has quit IRC | 16:22 | |
Saur | yates: Typically you specify that using the PREFERRED_PROVIDER_virtual/kernel variable. | 16:26 |
*** vineela <vineela!~vtummala@134.134.137.77> has joined #yocto | 16:58 | |
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has quit IRC | 17:01 | |
*** berton <berton!~user@2804:14d:4085:87f7:2812:ea42:2a4c:4bba> has joined #yocto | 17:32 | |
*** linums <linums!~linums@apn-94-44-248-204.vodafone.hu> has quit IRC | 17:41 | |
*** linums <linums!~linums@apn-94-44-248-204.vodafone.hu> has joined #yocto | 17:47 | |
*** berton <berton!~user@2804:14d:4085:87f7:2812:ea42:2a4c:4bba> has joined #yocto | 17:52 | |
*** patrick_r <patrick_r!521f818d@cpc142184-mcam2-2-0-cust140.18-3.cable.virginm.net> has joined #yocto | 17:56 | |
patrick_r | hello, | 17:56 |
patrick_r | I have added IMAGE_INSTALL_append = " mariadb" to the local.conf but most apparently the mariadb server does not get installed (no my.cnf in /etc/) tried mariadb-server but nothing provides that, how do I make sure the server gets instaled in the image? | 17:58 |
*** pbaptista <pbaptista!3e99d404@62.153.212.4> has joined #yocto | 18:12 | |
*** bps <bps!~bps@80.71.142.18> has quit IRC | 18:15 | |
*** linums <linums!~linums@apn-94-44-248-204.vodafone.hu> has quit IRC | 19:18 | |
*** linums <linums!~linums@84.198.214.27> has joined #yocto | 19:19 | |
*** amitk <amitk!~amit@unaffiliated/amitk> has quit IRC | 19:35 | |
*** amitk <amitk!~amit@unaffiliated/amitk> has joined #yocto | 19:36 | |
*** amitk <amitk!~amit@unaffiliated/amitk> has quit IRC | 19:36 | |
*** paulg <paulg!~paulg@104-195-159-20.cpe.teksavvy.com> has quit IRC | 19:41 | |
*** linums <linums!~linums@84.198.214.27> has quit IRC | 19:48 | |
*** linums <linums!~linums@84.198.214.27> has joined #yocto | 19:49 | |
*** paulg <paulg!~paulg@104-195-159-20.cpe.teksavvy.com> has joined #yocto | 19:50 | |
yates | Saur: thank you. | 19:52 |
*** argonautx <argonautx!~argonautx@i59F77F0D.versanet.de> has joined #yocto | 20:04 | |
*** pbaptista <pbaptista!3e99d404@62.153.212.4> has quit IRC | 20:17 | |
*** vineela <vineela!~vtummala@134.134.137.77> has quit IRC | 20:28 | |
*** ecdhe <ecdhe!~ecdhe@unaffiliated/ecdhe> has quit IRC | 20:51 | |
*** ecdhe <ecdhe!~ecdhe@unaffiliated/ecdhe> has joined #yocto | 20:51 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 20:54 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 20:54 | |
*** argonautx <argonautx!~argonautx@i59F77F0D.versanet.de> has quit IRC | 21:06 | |
*** vineela <vineela!~vtummala@134.134.137.77> has joined #yocto | 21:12 | |
*** extorr <extorr!extor@unaffiliated/extor> has quit IRC | 22:00 | |
*** extorr <extorr!extor@unaffiliated/extor> has joined #yocto | 22:01 | |
*** agust <agust!~agust@p54833c47.dip0.t-ipconnect.de> has quit IRC | 22:30 | |
yates | have folks moved over to the new irc server (libera chat)? | 23:22 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 23:22 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 23:35 | |
Crofton|cloud | many have | 23:36 |
*** Net147_ <Net147_!~Net147@unaffiliated/net147> has joined #yocto | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!