Sunday, 2023-03-05

*** Shaun <Shaun!~shaun@user/shaun> has quit IRC (Ping timeout: 246 seconds)00:02
*** Shaun <Shaun!~shaun@user/shaun> has joined #yocto00:06
*** florian_kc <florian_kc!~florian@dynamic-093-135-117-140.93.135.pool.telefonica.de> has joined #yocto00:22
*** camus <camus!~Instantbi@117.143.2.70> has quit IRC (Remote host closed the connection)00:37
*** camus <camus!~Instantbi@117.143.2.70> has joined #yocto00:37
*** kayterina[m] <kayterina[m]!~kayterina@2001:470:69fc:105::960> has quit IRC (Quit: Client limit exceeded: 20000)00:38
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has quit IRC (Quit: Leaving.)00:56
*** florian_kc <florian_kc!~florian@dynamic-093-135-117-140.93.135.pool.telefonica.de> has quit IRC (Ping timeout: 248 seconds)00:57
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 248 seconds)01:10
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto01:30
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Read error: Connection reset by peer)01:32
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto01:35
*** davidinux <davidinux!~davidinux@194.147.59.227> has quit IRC (Ping timeout: 255 seconds)02:04
*** davidinux <davidinux!~davidinux@194.147.59.224> has joined #yocto02:06
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving)02:11
*** seninha <seninha!~seninha@user/seninha> has joined #yocto02:12
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)02:15
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto02:15
*** starblue <starblue!~juergen@dslb-088-078-100-105.088.078.pools.vodafone-ip.de> has quit IRC (Ping timeout: 248 seconds)02:25
*** starblue <starblue!~juergen@dslb-178-006-089-240.178.006.pools.vodafone-ip.de> has joined #yocto02:27
*** Thorn <Thorn!~Thorn@user/thorn> has joined #yocto02:43
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving)02:49
*** angman <angman!~angman@147.142.237.160.cyberhome.jp> has joined #yocto03:01
*** camus <camus!~Instantbi@117.143.2.70> has quit IRC (Remote host closed the connection)03:05
*** camus <camus!~Instantbi@2409:8a1e:9121:5590:ac30:f541:77ee:aa3f> has joined #yocto03:05
angmanHi! I use bitbake to build images at work. Let me ask a question about how to get the value of a variable in each package.🙏03:06
angman(Since this is a long post, I will break it up into several posts)03:06
*** kayterina[m] <kayterina[m]!~kayterina@2001:470:69fc:105::960> has joined #yocto03:06
angman# Question.03:06
angmanWhen `bitbake-getvar` or `bitbake -e` extract the value of a variable, it seems to resolve some overrides (e.g. poky) and not some (e.g. ${PN}).03:06
angmanI think to get the value of the actual variable that bitbake uses to build, I need to get the value with all the overrides resolved. Are there any ways to do so?03:06
angmanIf it does not exist, which document can I refer to for the specifications of the overrides that bitbake-getvar and bitbake -e resolve and the ones that do not?03:06
*** davidinux <davidinux!~davidinux@194.147.59.224> has quit IRC (Ping timeout: 255 seconds)03:06
angman# Detail03:08
angmanFor example, I made the following change to the SUMMARY variable in the vim package.03:08
angman```03:08
angman$ git diff03:08
angmandiff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc03:08
angmanindex fcb5cf6334..4b5a328ef6 10064403:08
angman--- a/meta/recipes-support/vim/vim.inc03:08
angman+++ b/meta/recipes-support/vim/vim.inc03:08
angman@@ -1,4 +1,7 @@03:08
angman-SUMMARY = "Vi IMproved - enhanced vi editor"03:08
angman+SUMMARY = "base"03:08
angman+SUMMARY:${PN} = "PN override"03:08
angman+SUMMARY:poky = "poky override"03:08
angman+03:08
angman DESCRIPTION = "Vim is a greatly improved version of the good old UNIX editor Vi. Many new features have been added: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, script language, etc. There is also a Graphical User Interface (GUI) available. There is also a03:08
angmanGraphical User Interface (GUI) available.03:08
angman SECTION = "console/utils"03:08
angman```03:08
angmanUsing bitbake-getvar with this, I got the following values.03:08
angman```03:08
*** camus1 <camus1!~Instantbi@117.143.2.70> has joined #yocto03:17
*** camus <camus!~Instantbi@2409:8a1e:9121:5590:ac30:f541:77ee:aa3f> has quit IRC (Ping timeout: 255 seconds)03:19
*** camus1 is now known as camus03:19
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has quit IRC (Remote host closed the connection)03:25
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has joined #yocto03:25
*** jclsn <jclsn!~jclsn@2a04:4540:6540:eb00:2ce:39ff:fecf:efcd> has quit IRC (Ping timeout: 264 seconds)03:55
*** jclsn <jclsn!~jclsn@2a04:4540:6545:1700:2ce:39ff:fecf:efcd> has joined #yocto03:57
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 255 seconds)04:44
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has quit IRC (Remote host closed the connection)04:51
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has joined #yocto04:51
*** angman <angman!~angman@147.142.237.160.cyberhome.jp> has quit IRC (Quit: Client closed)05:08
*** angman <angman!~angman@147.142.237.160.cyberhome.jp> has joined #yocto05:08
angmanSorry, my previous post seems to have been interrupted.06:14
angmanUsing bitbake-getvar with above recipe, I got the following values.06:14
angman```06:14
angman$ bitbake-getvar -r vim --value SUMMARY:vim06:14
angmanPN override06:14
angman$ bitbake-getvar -r vim --value SUMMARY06:14
angmanpoky override06:14
angman```06:14
angmanAs you can see, it appears that the poky override is resolved and the ${PN} override is not.06:14
angmanThis is why I asked the above question.06:14
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Quit: Quit)06:39
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto06:41
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Quit: Quit)06:46
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto06:49
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Client Quit)06:52
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto06:53
*** Starfoxxes <Starfoxxes!~Starfoxxe@ip-037-201-004-167.um10.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds)07:12
*** Thorn <Thorn!~Thorn@user/thorn> has joined #yocto08:07
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)08:50
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto08:50
JaMaangman: I didn't read what you're trying to do, but real pn override looks like SUMMARY:pn-vim08:52
JaMa:${PN} is sometimes used, but typically as suffix in <package-name> specific variables (like FILES/RDEPENDS/LICENSE) and it's not an override08:54
JaMaand don't use --value if you're trying to understand what's going on08:55
*** aleblanc[m] <aleblanc[m]!~aleblancm@2001:470:69fc:105::1:c14f> has quit IRC (Quit: You have been kicked for being idle)09:00
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has quit IRC (Remote host closed the connection)09:12
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has joined #yocto09:13
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Ping timeout: 248 seconds)09:33
*** schtobia <schtobia!~quassel@schmidl.dev> has quit IRC (Quit: Bye!)09:42
*** schtobia <schtobia!~quassel@schmidl.dev> has joined #yocto09:42
*** schtobia <schtobia!~quassel@schmidl.dev> has quit IRC (Client Quit)09:42
*** schtobia <schtobia!~quassel@schmidl.dev> has joined #yocto09:44
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Quit: Quit)09:48
angmanTo sum up my question in a nutshell.09:50
angman* Sorry. I'm not really interested in individual overrides (${PN}/pn-${PN}).09:50
angman* Overrides can be set for variables used in recipes (poky, ${PN}, pn-${PN}, class-target, etc.)09:50
angman* I would like to get the value of a variable taking into account which of these overrides are enabled and which are disabled when bitbake builds. Is there any way to do this?09:50
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto09:50
*** davidinux <davidinux!~davidinux@92.118.62.4> has joined #yocto09:57
*** schtobia <schtobia!~quassel@schmidl.dev> has quit IRC (Quit: Bye!)10:00
*** schtobia <schtobia!~quassel@schmidl.dev> has joined #yocto10:00
*** schtobia <schtobia!~quassel@schmidl.dev> has quit IRC (Client Quit)10:04
*** schtobia <schtobia!~quassel@schmidl.dev> has joined #yocto10:04
*** florian_kc <florian_kc!~florian@dynamic-093-135-166-072.93.135.pool.telefonica.de> has joined #yocto10:40
*** florian_kc <florian_kc!~florian@dynamic-093-135-166-072.93.135.pool.telefonica.de> has quit IRC (Ping timeout: 255 seconds)10:45
*** davidinux <davidinux!~davidinux@92.118.62.4> has quit IRC (Ping timeout: 256 seconds)10:59
*** JaMa <JaMa!~martin@ip-109-238-218-228.aim-net.cz> has quit IRC (Quit: reboot)11:00
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 252 seconds)11:27
*** goliath <goliath!~goliath@user/goliath> has joined #yocto11:31
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Read error: Connection reset by peer)11:35
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto11:35
*** azcraft <azcraft!~AzCraft@195.214.254.211> has joined #yocto11:38
*** seninha <seninha!~seninha@user/seninha> has joined #yocto11:43
*** florian_kc <florian_kc!~florian@dynamic-093-135-166-072.93.135.pool.telefonica.de> has joined #yocto12:06
*** azcraft <azcraft!~AzCraft@195.214.254.211> has quit IRC (Ping timeout: 255 seconds)12:09
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has joined #yocto12:16
*** Thorn <Thorn!~Thorn@user/thorn> has joined #yocto12:18
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has quit IRC (Ping timeout: 268 seconds)12:18
*** Starfoxxes <Starfoxxes!~Starfoxxe@ip-037-201-004-167.um10.pools.vodafone-ip.de> has joined #yocto12:20
*** angman <angman!~angman@147.142.237.160.cyberhome.jp> has quit IRC (Quit: Client closed)12:29
*** JaMa <JaMa!~martin@ip-109-238-218-228.aim-net.cz> has joined #yocto12:34
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)12:35
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto12:35
*** cambrian_invader <cambrian_invader!~cambrian_@50.217.174.170> has quit IRC (Ping timeout: 252 seconds)13:10
*** florian_kc <florian_kc!~florian@dynamic-093-135-166-072.93.135.pool.telefonica.de> has quit IRC (Ping timeout: 255 seconds)13:11
*** camus <camus!~Instantbi@117.143.2.70> has quit IRC (Ping timeout: 248 seconds)13:12
*** cambrian_invader <cambrian_invader!~cambrian_@50.217.174.170> has joined #yocto13:24
*** angman <angman!~angman@147.142.237.160.cyberhome.jp> has joined #yocto13:33
Entei[m]How can I check where some variable is being assigned? My `gcc` gets built with the target prefix `riscv64-poky-linux` and the kernel has the name `5.19.7-yocto-standard`. I'd like to change that.13:40
Entei[m]Looking for the gcc recipe there's so many recipe files, and hierarchal inclusions/inheritance of files. It gets difficult to track too quick.13:40
Saur[m]Entei: Use `bitbake -e <recipe>` to make bitbake show all variables, including how they got their values. Or you can use `bitbake-getvar -r <recipe> <variable>` if you just want to get the value and definition of one variable.13:52
Entei[m]Saur[m]: Thank you, will try this.13:52
*** camus <camus!~Instantbi@117.143.2.70> has joined #yocto14:20
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 255 seconds)14:24
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto14:24
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 268 seconds)14:28
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto14:29
*** angman <angman!~angman@147.142.237.160.cyberhome.jp> has quit IRC (Quit: Client closed)14:38
* Entei[m] sent a code block: https://libera.ems.host/_matrix/media/v3/download/libera.chat/d03e142a8053caae9d32f8633f9edce2c72e09e815:23
Entei[m]I am doing my own custom machine, it gives me this error. Really don't understand what part is giving this error.15:24
Entei[m]Here's the machine conf... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/e7fb2ba77387c984c2878974355bf9c27d5101d4>)15:25
Entei[m]It's mostly copied from the qemuriscv64.conf in openembedded-core15:26
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto15:27
*** vladest <vladest!~Thunderbi@6.174.199.178.dynamic.wline.res.cust.swisscom.ch> has joined #yocto15:44
*** andrew[m]1 <andrew[m]1!~andrewbrd@2001:470:69fc:105::2:fbcd> has quit IRC (Quit: You have been kicked for being idle)16:00
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Quit: ZZZzzz…)16:05
*** cperon <cperon!~cperonmat@2001:470:69fc:105::2d1a> has joined #yocto16:08
*** florian_kc <florian_kc!~florian@dynamic-093-135-166-072.93.135.pool.telefonica.de> has joined #yocto16:23
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has quit IRC (Remote host closed the connection)16:33
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has joined #yocto16:33
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has quit IRC (Quit: jmiehe)16:44
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Ping timeout: 268 seconds)16:49
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto16:50
*** vmeson <vmeson!~rmacleod@198-48-226-243.cpe.pppoe.ca> has quit IRC (Ping timeout: 260 seconds)16:51
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Client Quit)16:52
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has joined #yocto16:55
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Quit: WeeChat 3.8)16:58
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto17:00
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 260 seconds)17:09
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto17:09
*** florian_kc <florian_kc!~florian@dynamic-093-135-166-072.93.135.pool.telefonica.de> has quit IRC (Ping timeout: 265 seconds)17:12
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 264 seconds)17:14
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto17:14
*** vladest1 <vladest1!~Thunderbi@2a02:1210:760b:9500:9bd2:a1a7:445:f36> has joined #yocto17:20
*** vladest <vladest!~Thunderbi@6.174.199.178.dynamic.wline.res.cust.swisscom.ch> has quit IRC (Ping timeout: 255 seconds)17:21
*** vladest1 is now known as vladest17:21
*** seninha <seninha!~seninha@user/seninha> has joined #yocto17:51
*** wCPO <wCPO!~wCPO@mail.klausen.dk> has quit IRC (Quit: The Lounge - https://thelounge.chat)18:05
*** wCPO <wCPO!~wCPO@mail.klausen.dk> has joined #yocto18:08
*** vladest <vladest!~Thunderbi@2a02:1210:760b:9500:9bd2:a1a7:445:f36> has quit IRC (Read error: Connection reset by peer)18:50
*** aak-rookie <aak-rookie!~aak-rooki@31.223.50.19> has joined #yocto19:00
aak-rookiei want to ask a question about using sdk in cmake. however, this chat about yocto. do you mind if i ask? i thought the question i'm going to ask might not belong to this chat.19:03
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.com> has quit IRC (Quit: Haxxa flies away.)19:15
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has joined #yocto19:17
*** florian_kc <florian_kc!~florian@dynamic-093-135-166-072.93.135.pool.telefonica.de> has joined #yocto19:38
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has quit IRC (Quit: Leaving.)19:40
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has joined #yocto19:51
*** aak-rookie <aak-rookie!~aak-rooki@31.223.50.19> has quit IRC (Quit: Client closed)19:58
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (*.net *.split)20:10
*** Shaun <Shaun!~shaun@user/shaun> has quit IRC (*.net *.split)20:10
*** dmoseley <dmoseley!~dmoseley@d4-50-9-187.evv.wideopenwest.com> has quit IRC (*.net *.split)20:10
*** xcm <xcm!~xcm@user/xcm> has quit IRC (*.net *.split)20:10
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC (*.net *.split)20:10
*** astlep5504 <astlep5504!~thelounge@107-136-136-210.lightspeed.nsvltn.sbcglobal.net> has quit IRC (*.net *.split)20:10
*** lexano <lexano!~lexano@174.119.69.134> has quit IRC (*.net *.split)20:10
*** smooge <smooge!~smooge@centos/qa/smooge> has quit IRC (*.net *.split)20:10
*** yolo <yolo!~xxiao@li1120-73.members.linode.com> has quit IRC (*.net *.split)20:10
*** Fanfwe <Fanfwe!~fanfwe@im.goudal.net> has quit IRC (*.net *.split)20:10
*** npcomp <npcomp!~user@user/npcomp> has quit IRC (*.net *.split)20:10
*** jsandman <jsandman!~jsandman@95.179.203.88> has quit IRC (*.net *.split)20:10
*** jjmcdn <jjmcdn!~jjmcdn@205.185.115.212> has quit IRC (*.net *.split)20:10
*** marex <marex!~marex@195.140.252.251> has quit IRC (*.net *.split)20:10
*** alinucs <alinucs!~abo@215.ip-51-38-235.eu> has quit IRC (*.net *.split)20:10
*** perfinion <perfinion!~perfinion@gentoo/developer/perfinion> has quit IRC (*.net *.split)20:10
*** iokill <iokill!~dave@static.16.105.130.94.clients.your-server.de> has quit IRC (*.net *.split)20:10
*** warthog9 is now known as 020AAPQ8E20:11
*** xcm <xcm!~xcm@user/xcm> has joined #yocto20:11
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto20:11
*** Shaun <Shaun!~shaun@user/shaun> has joined #yocto20:11
*** dmoseley <dmoseley!~dmoseley@d4-50-9-187.evv.wideopenwest.com> has joined #yocto20:11
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto20:11
*** lexano <lexano!~lexano@174.119.69.134> has joined #yocto20:11
*** smooge <smooge!~smooge@centos/qa/smooge> has joined #yocto20:11
*** yolo <yolo!~xxiao@li1120-73.members.linode.com> has joined #yocto20:11
*** Fanfwe <Fanfwe!~fanfwe@im.goudal.net> has joined #yocto20:11
*** npcomp <npcomp!~user@user/npcomp> has joined #yocto20:11
*** jsandman <jsandman!~jsandman@95.179.203.88> has joined #yocto20:11
*** jjmcdn <jjmcdn!~jjmcdn@205.185.115.212> has joined #yocto20:11
*** marex <marex!~marex@195.140.252.251> has joined #yocto20:11
*** alinucs <alinucs!~abo@215.ip-51-38-235.eu> has joined #yocto20:11
*** perfinion <perfinion!~perfinion@gentoo/developer/perfinion> has joined #yocto20:11
*** iokill <iokill!~dave@static.16.105.130.94.clients.your-server.de> has joined #yocto20:11
*** astlep5504 <astlep5504!~thelounge@107-136-136-210.lightspeed.nsvltn.sbcglobal.net> has joined #yocto20:12
*** 020AAPQ8E is now known as warthog920:13
*** vladest <vladest!~Thunderbi@2a02:1210:760b:9500:1aeb:9fef:d249:d44d> has joined #yocto20:31
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 264 seconds)21:00
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto21:00
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 248 seconds)21:17
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has quit IRC (Remote host closed the connection)21:30
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has joined #yocto21:30
*** Thorn <Thorn!~Thorn@user/thorn> has joined #yocto21:33
*** florian_kc <florian_kc!~florian@dynamic-093-135-166-072.93.135.pool.telefonica.de> has quit IRC (Ping timeout: 255 seconds)21:36
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 248 seconds)21:39
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto21:39
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 248 seconds)21:43
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto21:44
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has quit IRC (Quit: Leaving.)22:00
*** vladest <vladest!~Thunderbi@2a02:1210:760b:9500:1aeb:9fef:d249:d44d> has quit IRC (Ping timeout: 260 seconds)22:01
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)22:04
*** DvorkinDmitry <DvorkinDmitry!~dvorkin@5.167.98.73> has joined #yocto22:22
DvorkinDmitryI need to install some external module into the image IF I'm building the image with some specific kernel version. How to do that?22:23
*** piraty is now known as Piraty22:38
*** davidinux <davidinux!~davidinux@92.118.62.6> has joined #yocto22:45
*** florian_kc <florian_kc!~florian@dynamic-093-135-166-072.93.135.pool.telefonica.de> has joined #yocto22:48
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)23:40
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto23:40
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 248 seconds)23:46
*** BobPungartnik <BobPungartnik!~Pung@2804:14c:f427:9102:340f:2afb:c162:27fd> has joined #yocto23:54
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto23:58

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!