Wednesday, 2022-01-26

*** Tokamak <Tokamak!~Tokamak@172.58.188.93> has joined #yocto00:03
kanavinRP: needs testing, but I think this should eliminate the prelink dependency https://git.yoctoproject.org/poky-contrib/commit/?h=akanavin/package-version-updates&id=a3cbd1025eab2120600cd2f1b960897ccff4aabd00:09
*** florian_kc <florian_kc!~florian@dynamic-002-244-004-227.2.244.pool.telefonica.de> has joined #yocto00:14
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.96.230> has quit IRC (Read error: Connection reset by peer)00:18
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.96.230> has joined #yocto00:19
*** florian_kc <florian_kc!~florian@dynamic-002-244-004-227.2.244.pool.telefonica.de> has quit IRC (Ping timeout: 240 seconds)00:36
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto01:22
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.96.230> has quit IRC (Ping timeout: 256 seconds)01:24
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.96.230> has joined #yocto01:29
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Remote host closed the connection)01:32
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto01:34
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.96.230> has quit IRC (Ping timeout: 240 seconds)01:40
*** dev1990 <dev1990!~dev@81.168.185.188> has quit IRC (Quit: Konversation terminated!)01:44
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.96.230> has joined #yocto01:56
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Remote host closed the connection)02:01
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC (Quit: Leaving.)02:18
*** Tokamak <Tokamak!~Tokamak@172.58.188.93> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)02:28
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Read error: Connection reset by peer)02:34
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto02:36
*** Guest64 <Guest64!~Guest64@50.216.158.99> has joined #yocto03:19
*** Guest64 <Guest64!~Guest64@50.216.158.99> has quit IRC (Client Quit)03:20
*** geoffhp <geoffhp!~geoff@cpe-107-185-48-203.socal.res.rr.com> has joined #yocto03:36
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 240 seconds)03:59
*** amitk <amitk!~amit@103.208.69.71> has joined #yocto04:02
*** akiCA <akiCA!~akiCA@user/akica> has joined #yocto04:26
*** codavi <codavi!~akiCA@user/akica> has joined #yocto04:27
*** akiCA <akiCA!~akiCA@user/akica> has quit IRC (Ping timeout: 240 seconds)04:30
*** codavi <codavi!~akiCA@user/akica> has quit IRC (Ping timeout: 240 seconds)04:32
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)04:53
*** Lihis <Lihis!~Lihis@2001:41d0:e:f34::1> has quit IRC (Quit: Quitting)05:14
*** Lihis <Lihis!~Lihis@2001:41d0:e:f34::1> has joined #yocto05:15
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto05:58
*** Wouter0100 <Wouter0100!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Read error: Connection reset by peer)06:14
*** Wouter0100 <Wouter0100!~Wouter010@entry.nbg.netvos.nl> has joined #yocto06:14
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Quit: WeeChat 3.4)06:18
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC (Read error: Connection reset by peer)06:18
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto06:22
*** Harun <Harun!~Harun@p54abb7d3.dip0.t-ipconnect.de> has joined #yocto06:31
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto06:32
*** Wouter0100 <Wouter0100!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Remote host closed the connection)06:37
*** Wouter0100 <Wouter0100!~Wouter010@entry.nbg.netvos.nl> has joined #yocto06:37
*** jatedev <jatedev!~jatedev@63.148.217.19> has quit IRC (Quit: Client closed)06:40
*** michalkotyla <michalkotyla!~quassel@85-222-117-222.dynamic.chello.pl> has joined #yocto06:40
*** tdz <tdz!~tdz@131.228.2.21> has joined #yocto06:48
tdzI'm having issues with git fetcher. If we have long workspace path (long jenkins job name in our case) it can happen that git fetcher when trying to create lockfile in downloads/git2/<workspace_path>.lock will hang due to "File name too long" because it might exceed the limit of 255 characters.06:48
tdzThe part that is causing this is in bitbake/lib/bb/fetch2/git.py:06:48
tdz        gitsrcname = '%s%s' % (ud.host.replace(':', '.'), ud.path.replace('/', '.').replace('*', '.').replace(' ','_'))06:48
tdzand this ud.path contains the whole path twice (first the path to /<long_path>/build/downloads second to git repository (also containing path)). Do we really need the whole path there? Which way should I go with the fix? Cut the directory name in half or maybe change it to less human readable hash? I need some advice.06:48
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto07:02
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto07:11
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has joined #yocto07:16
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)07:24
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto07:25
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Client Quit)07:26
*** mckoan|away is now known as mckoan07:41
*** rfuentess <rfuentess!~rfuentess@static-5-51-117-151.ftth.abo.bbox.fr> has joined #yocto07:48
*** frieder <frieder!~frieder@i59F4B272.versanet.de> has joined #yocto07:49
*** gioyik <gioyik!~gioyik@gateway/tor-sasl/gioyik> has quit IRC (Quit: WeeChat 3.3)07:53
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto07:59
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto08:12
*** lucaceresoli_ <lucaceresoli_!~lucaceres@77.244.183.192> has joined #yocto08:16
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)08:18
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto08:19
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has quit IRC (Ping timeout: 256 seconds)08:19
*** tdz <tdz!~tdz@131.228.2.21> has quit IRC (Quit: Client closed)08:21
ziga_Which U-boot setting sets the name of the DTB that is sent to the kernel? I set up my own DTS i.e "fotovolt.dts" in the u-boot-s folder "arch/arm/boot/dtb" and bitbake compiles it successfully to the DTB i.e. "fotovolt.dtb". But on boot U-boot keeps on looking for "am335x-boneblack.dtb" and it fails to boot unless I manually rename "fotovolt.dtb" to "am335x-boneblack.dtb"...08:27
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)08:28
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto08:28
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)08:32
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto08:33
dwagenkIs https://seclists.org/oss-sec/2022/q1/80 (CVE-2021-4034) known here already? The polkit git repository is updated to contain the fix, but there is no release-tarball yet. From what I see in meta-openembedded (https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-extended/polkit/polkit_0.119.bb?h=master-next) the polkit recipe installs pkexec by default. Maybe splitting it out to a seperate package so that it's opt-in would be08:33
dwagenkbeneficial (using polkit without pkexec is a valid use-case) ?08:33
*** dgriego <dgriego!~dgriego@user/dgriego> has quit IRC (Ping timeout: 240 seconds)08:37
*** Harun <Harun!~Harun@p54abb7d3.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 256 seconds)08:38
*** dgriego <dgriego!~dgriego@user/dgriego> has joined #yocto08:38
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto08:41
*** dev1990 <dev1990!~dev@81.168.185.188> has joined #yocto08:45
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto08:58
*** Schlumpf <Schlumpf!~schlumpf@p200300ca4f1c080041fdb55213670e18.dip0.t-ipconnect.de> has joined #yocto09:01
*** zeddii <zeddii!~zeddii@cpe04d4c4975b80-cmf4c11490699b.cpe.net.cable.rogers.com> has quit IRC (Ping timeout: 240 seconds)09:04
*** zeddii <zeddii!~zeddii@cpe04d4c4975b80-cmf4c11490699b.cpe.net.cable.rogers.com> has joined #yocto09:04
qschulzziga_: BSP specific, you need to look into U-Boot sources or U-Boot environment. This is unlikely related to Yocto09:11
qschulzdwagenk: if there;'s a release planned soon, I guess we can just wait for that to happen. Otherwise, please send a patch backporting the fix to the impacted recipe.09:14
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)09:38
*** SunflowerMix <SunflowerMix!~Sunflower@95.168.121.29> has joined #yocto09:38
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto09:38
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 268 seconds)09:43
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto09:44
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC (Quit: Leaving)09:52
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto09:56
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)10:13
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto10:13
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)10:17
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto10:17
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)10:32
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto10:33
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)10:37
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto10:38
*** mvlad <mvlad!~mvlad@2a02:2f08:4311:5500:24d7:51ff:fed6:906d> has joined #yocto10:40
ziga_@schulz Yes. I imagine. I was just wondering if anyone has ever experienced something similar.10:45
*** smsm <smsm!~smsm@eth1-fw1-nbg6.eb.noris.de> has joined #yocto10:46
*** Etheryon <Etheryon!~Etheryon@79.114.107.5> has joined #yocto10:48
*** pgowda_ <pgowda_!uid516182@id-516182.ilkley.irccloud.com> has joined #yocto10:48
EtheryonHi all, anyone ran into this issue before?10:48
Etheryonqttools-6.2.1-r0 do_package_qa: QA Issue: /usr/bin/qdistancefieldgenerator contained in package qttools-tools requires libQt6Quick.so.6()(64bit), but no providers found in RDEPENDS:qttools-tools? [file-rdeps]10:49
EtheryonI have this in IMAGE_INSTALL     ->   RDEPENDS:${PN} += " \10:50
Etheryon    qtbase \10:50
Etheryon    qtdeclarative \10:50
rburtonwhat recipe provides libqtquick?10:50
Etheryonand from what I've searched seems that libQt6Quick.so is in qrdeclarative10:50
qschulzEtheryon: in IMAGE_INSTALL you have RDEPENDS??10:51
Etheryonyes10:51
Etheryonsorry, A package group that contains RDEPENDS10:51
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto10:51
qschulzEtheryon: it does not matter if your image has the lib via another package or something10:52
qschulzit matters to the package recipe that it is an implicit (or explicit) runtime dependency10:52
qschulzhere it complains that qtdeclarative is nto among the RDEPENDS of the qttools package10:52
EtheryonI've tried adding RDEPENDS to the recipe itself via RDEPENDS:${PN}= "qtdeclarative" but no change in the output10:53
Etheryonrecipe also has : DEPENDS += "qtbase qtdeclarative qttools-native" but as far as I understand that's for compile time?10:54
qschulzyes10:54
qschulzbut since qtdeclarative is in DEPENDS, the implicit RDEPENDS mechanism will add it to RDEPENDS if required10:55
Etheryonso why isn't it working then?10:55
qschulzno idea10:55
qschulzbut it should be RDEPENDS:${PN}-tools for starters10:56
Etheryoncan you explain why? Sorry I'm just starting out10:56
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)10:57
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto10:57
EtheryonRDEPENDS:${PN}-tools seemed to work10:57
*** SunflowerMix <SunflowerMix!~Sunflower@95.168.121.29> has quit IRC (Quit: Client closed)11:00
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)11:01
*** lucaceresoli_ <lucaceresoli_!~lucaceres@77.244.183.192> has quit IRC (Quit: Leaving)11:02
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto11:02
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has joined #yocto11:05
smsmHi All,11:06
smsmI am watching Live Coding series at the project main channel on youtube ....11:06
smsmhttps://www.youtube.com/playlist?list=PLD4M5FoHz-TxMfBFrDKfIS_GLY25Qsfyj11:06
smsmIs there archive for the chat / links posted by Josef during the sessions?11:06
*** Etheryon <Etheryon!~Etheryon@79.114.107.5> has quit IRC (Quit: Client closed)11:09
*** Etheryon <Etheryon!~Etheryon@79.114.107.5> has joined #yocto11:09
EtheryonAh, it's because the package name is qttools-tools and the recipe name is qttools ?11:13
qschulzEtheryon: yes11:17
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)11:17
*** manuel1985 <manuel1985!~manuel198@2a02:1748:dd5c:f290:ccf8:b499:c19a:fd9b> has joined #yocto11:17
qschulztechnically, there is (at least VERY likely) a package whose name is the same as the recipe's11:18
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto11:18
svuorelasrc:qttools iirc also provides libraries that let you interact with the "stuff" in similar ways to the executables11:19
Etheryonsorry, not sure what you mean by that11:21
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)11:23
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto11:23
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto11:26
*** Guest26 <Guest26!~Guest26@5.206.218.113> has joined #yocto11:30
*** Guest26 is now known as pvanberlo11:30
*** pvanberlo <pvanberlo!~Guest26@5.206.218.113> has quit IRC (Client Quit)11:30
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 256 seconds)11:33
*** otavio <otavio!~otavio@201-34-65-230.user3p.brasiltelecom.net.br> has quit IRC (Remote host closed the connection)11:37
*** mckoan is now known as mckoan|away11:39
qschulzEtheryon: to whom is your question directed?11:39
wooosaiiis it possible for recipe to add FILESEXTRAPATHS from some other layer?11:43
Etheryon "src:qttools iirc also provides libraries that let you interact with the "stuff" in similar ways to the executables" not sure what this means11:46
Etheryonis src:qttools a bitbake function?11:47
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)11:47
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto11:48
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)11:52
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto11:53
qschulzwooosaii: the other layers will have a bbappend with FILESEXTRAPATHS:prepend in them, that's the way to do it11:54
qschulzwooosaii: if what you want to do cannot be done this way, please tell us what exactly you're trying to do11:54
qschulzEtheryon: /me shrugs11:54
*** coldspark29 <coldspark29!~claussenj@2a04:4540:6500:1400:fe4d:90e0:ece7:4621> has joined #yocto11:55
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto11:58
*** smgwn <smgwn!~smgwn@ip5f5bde32.dynamic.kabel-deutschland.de> has joined #yocto11:58
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 268 seconds)12:03
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto12:04
*** otavio <otavio!~otavio@201-34-65-230.user3p.brasiltelecom.net.br> has joined #yocto12:07
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 240 seconds)12:09
*** argonautx <argonautx!~argonautx@i5E867371.versanet.de> has joined #yocto12:27
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)12:28
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto12:28
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)12:32
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto12:33
*** Etheryon <Etheryon!~Etheryon@79.114.107.5> has quit IRC (Quit: Client closed)12:44
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)12:52
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto12:53
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)12:57
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto12:58
*** kanavin <kanavin!~Alexander@2a02:2454:29b:3b00:d35d:e3cf:58b5:748b> has quit IRC (Remote host closed the connection)13:09
*** smgwn <smgwn!~smgwn@ip5f5bde32.dynamic.kabel-deutschland.de> has quit IRC (Quit: Client closed)13:12
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto13:18
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 256 seconds)13:25
*** kanavin <kanavin!~Alexander@2a02:2454:29b:3b00:d35d:e3cf:58b5:748b> has joined #yocto13:27
*** smsm <smsm!~smsm@eth1-fw1-nbg6.eb.noris.de> has quit IRC (Quit: Client closed)13:38
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto13:44
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto13:50
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC (Quit: Leaving)14:00
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 240 seconds)14:00
*** OutBackDingo <OutBackDingo!~quassel@46.23.82.140> has quit IRC (Remote host closed the connection)14:01
*** OutBackDingo <OutBackDingo!~quassel@46.23.82.140> has joined #yocto14:02
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Ping timeout: 250 seconds)14:15
*** pgowda_ <pgowda_!uid516182@id-516182.ilkley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)14:15
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto14:30
*** smsm <smsm!~smsm@eth1-fw1-nbg6.eb.noris.de> has joined #yocto14:34
smsmAny clue?14:34
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto14:34
smsm[12:06:33 PM] <smsm> I am watching Live Coding series at the project main channel on youtube ....14:34
smsm[12:06:33 PM] <smsm> https://www.youtube.com/playlist?list=PLD4M5FoHz-TxMfBFrDKfIS_GLY25Qsfyj14:34
smsm[12:06:33 PM] <smsm> Is there archive for the chat / links posted by Josef during the sessions?14:34
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Client Quit)14:35
qschulzLetoThe2nd: ^14:37
smsmHi LetoThe2nd ... I am watching your Live coding session videos ... do you have the links you posted there in some other place as they are not available on Youtube.14:41
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Ping timeout: 240 seconds)14:43
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto14:43
*** zpfvo <zpfvo!~fvo@88.130.217.69> has joined #yocto14:44
LetoThe2ndsmsm: not available on youtube?14:50
smsmLetoThe2nd no ... here for example ... . https://www.youtube.com/watch?v=Itn_at7kfVw&list=PLD4M5FoHz-TxMfBFrDKfIS_GLY25Qsfyj&index=5&t=3117s .... the chat log or links you shared is not appear on youtube video.14:52
smsmI am asking about .... for example .... here in this specific minute and second "https://youtu.be/Itn_at7kfVw?t=2989" ... you was talking about some presentation done .... you get the link and sent it on the chat ....14:57
smsmThe question is ... are these "chats / messages" accompanying the live session stored or could be replayed/seen in any place?14:57
LetoThe2ndsmsm: no, they are stored nowhere, sorry. the youtube videos are14:58
LetoThe2nd"just" the video stream from the twitch sessions.14:59
smsm:)  kein Problem14:59
LetoThe2ndi might improve that for future sessions, depending on time/effort i can invest :)15:00
smsmgreat ... could you please send the link for the presentation you mentioned in this minute and second ... something regarding kernel development ....15:01
LetoThe2ndsmsm: don't have it handy at the moment, sorry.15:02
smsmno issue:)15:02
smurrayif you were doing the streams on Twitch, it archives chat if the videos are archived there15:03
qschulzsmurray: they are not archived for more than two weeks by default IIRC15:08
LetoThe2ndyeah but those are just the archoved video streams. i'm not important enough to have long term archives on twitch15:08
smurrayqschulz: I see them on some videos definitely older than that (2 years for one I just checked), but I can believe it requires some form of opt-in15:10
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Remote host closed the connection)15:15
*** vladest <vladest!~Thunderbi@2001:1715:9d9c:c530:d844:7eb8:26b5:29d7> has quit IRC (Remote host closed the connection)15:18
*** vladest <vladest!~Thunderbi@2001:1715:9d9c:c530:ff52:a6af:82eb:deb5> has joined #yocto15:19
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Quit: Leaving)15:24
LetoThe2ndit requires either affiliate or partner state, AFAIK. and i am literally "nothin"15:27
*** coldspark29 <coldspark29!~claussenj@2a04:4540:6500:1400:fe4d:90e0:ece7:4621> has quit IRC (Ping timeout: 268 seconds)15:29
rburtonRP: huh. i was assuming the vmalloc error in the log was stap, but the timestamp is early boot15:31
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto15:32
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto15:41
*** codavi <codavi!~akiCA@user/akica> has joined #yocto15:48
*** ar__ <ar__!~akiCA@user/akica> has joined #yocto16:02
*** codavi <codavi!~akiCA@user/akica> has quit IRC (Ping timeout: 250 seconds)16:05
*** gchamp <gchamp!~champagne@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto16:06
*** Tokamak <Tokamak!~Tokamak@172.58.188.93> has joined #yocto16:13
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving)16:26
*** smsm <smsm!~smsm@eth1-fw1-nbg6.eb.noris.de> has quit IRC (Quit: Client closed)16:40
*** frieder <frieder!~frieder@i59F4B272.versanet.de> has quit IRC (Remote host closed the connection)17:10
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 250 seconds)17:16
*** zpfvo <zpfvo!~fvo@88.130.217.69> has quit IRC (Quit: Leaving.)17:18
*** smrtz <smrtz!~smrtz@216-197-64-240.tingfiber.com> has joined #yocto17:23
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat)17:24
smrtzHeyo! I'm pretty new to Yocto and a bit overwhelmed. I've got this recipe: https://bpa.st/VQXQ  And am getting these errors:  https://bpa.st/FYWA I'd like to start by resolving the warning, but I'm not sure where to begin with it.  Would someone mind taking a look please? The specific warning is that FILES contains '//', so I'm guessing I'm just17:27
smrtzusing the ${sysconfigdir} variable wrong. Is there a way to look up what that's defined as?17:27
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has quit IRC (Ping timeout: 256 seconds)17:32
smurraysmrtz: if you're using the existing variable that typically points at /etc, it's sysconfdir, not sysconfigdir17:46
smrtzOh, thanks!17:46
smurraysmrtz: you can look through the output of 'bitbake -e <recipe>' to see where variables are defined and their final values.  On honister or newer, bitbake-getVar can be used to get a single variable's info17:47
smurraysmrtz: also, note that those pre-defined directory variables are absolute paths, so you do not need a leading '/' (i.e. sysconfdir will resolve to /etc)17:49
manuel1985I have two images, in one the group 'pulse' gets the gid 989 assigned, in the other one it's 990. Any ideas how to find out where the difference comes from? There's only one additional group in the one image w.r.t. the other, but that has a much higher gid.17:59
smurraymanuel1985: unless you turn on static ids, any uid/gids coming from packages aren't guaranteed to be stable numbers, it'll be dependent on the order dnf installs them18:00
manuel1985smurray: Yeah but as I understand, the gids are counting up. There shouldn't be any gaps appearing suddenly.18:02
*** rfuentess <rfuentess!~rfuentess@static-5-51-117-151.ftth.abo.bbox.fr> has quit IRC (Remote host closed the connection)18:02
smurraymanuel1985: you'll likely have to dig through the preinst definitions that get generated by useradd.bbclass and then run during package installation18:07
manuel1985smurray: Thank you. One more question, with 'turning on static ids' you where referring about USERADDEXTENSION = "useradd-staticids", right?18:09
smurraymanuel1985: or maybe take a look in the useradd source to see if there's anything obvious.  If a package declares a specific gid, it's possible useradd maybe still counts it and does "number of groups + 1" or something18:09
*** ziga_ <ziga_!~ziga@89-212-219-192.dynamic.t-2.net> has quit IRC (Remote host closed the connection)18:11
smurraymanuel1985: yes wrt USERADDEXTENSION.  Note that it's not without pitfalls, you need to then curate the fixed files & passwd files and add any entries required for new packages18:12
smurrayerr, fixed groups & passwd files18:12
vdif image-b.bb requires image-a.bb, and the distro has IMAGE_INSTALL:append:pn-image-a = " foo", does "foo" get installed in image-b as well?18:13
smurrayvd: I believe no18:17
smurrayvd: easy to check with bitbake -e18:18
kernelspacewhat package contains scp ?18:19
kernelspace(in dunfell)18:19
smurraykernelspace: either dropbear or openssh-scp, I believe18:23
kernelspacesmurray: thanks18:23
smurraykernelspace: if you have a build in hand, normally you can check with 'oe-pkgdata-util find-path <somepath>', but that doesn't work in this case as the binaries are e.g. /usr/bin/scp.openssh due to the use of opkg alternatives for it18:26
*** ziga_ <ziga_!~ziga@89-212-219-192.dynamic.t-2.net> has joined #yocto18:36
vdyou can specify a rootfs different than the current image with wic's --source rootfs plugin, right?18:50
*** Schlumpf <Schlumpf!~schlumpf@p200300ca4f1c080041fdb55213670e18.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)19:07
*** florian_kc <florian_kc!~florian@dynamic-093-135-061-130.93.135.pool.telefonica.de> has joined #yocto19:21
frayWith the systemd integration is there a standard way to run "systemctl set-default graphical...." during filesystem generation time?  We need a way to enable X/Wayland startup on a specific image we're creating19:23
*** smrtz <smrtz!~smrtz@216-197-64-240.tingfiber.com> has quit IRC (Quit: Client closed)19:30
smurrayfray: SYSTEMD_DEFAULT_TARGET?19:33
fraythanks for the pointer, I'll take a look at that19:33
smurrayfray: I think it's something like hardknott and newer for it19:33
fraythank you!  That is exactly what I was looking for19:35
frayYa, appears to be in Honister19:35
smurrayfray: I have a note in AGL to start using it when we upgrade off of dunfell ;)19:46
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC (Quit: Leaving.)19:48
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto19:54
*** Tokamak <Tokamak!~Tokamak@172.58.188.93> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)20:02
*** Minvera <Minvera!~Minvera@user/Minvera> has quit IRC (Remote host closed the connection)20:17
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto20:17
*** Minvera <Minvera!~Minvera@user/Minvera> has quit IRC (Remote host closed the connection)20:18
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto20:18
*** barometz <barometz!~dvanb@i117058.upc-i.chello.nl> has quit IRC (Quit: you can't fire me!)20:20
*** barometz <barometz!~dvanb@i117058.upc-i.chello.nl> has joined #yocto20:22
*** davidinux <davidinux!~davidinux@37.120.201.222> has quit IRC (Ping timeout: 250 seconds)20:25
*** manuel1985 <manuel1985!~manuel198@2a02:1748:dd5c:f290:ccf8:b499:c19a:fd9b> has quit IRC (Remote host closed the connection)20:50
*** manuel1985 <manuel1985!~manuel198@2a02:1748:dd5c:f290:c5b2:fdff:b718:9edf> has joined #yocto20:50
*** florian_kc <florian_kc!~florian@dynamic-093-135-061-130.93.135.pool.telefonica.de> has quit IRC (Ping timeout: 240 seconds)20:55
*** Tokamak <Tokamak!~Tokamak@172.58.188.93> has joined #yocto20:55
*** Minvera <Minvera!~Minvera@user/Minvera> has quit IRC (Remote host closed the connection)20:58
*** amitk <amitk!~amit@103.208.69.71> has quit IRC (Ping timeout: 250 seconds)20:59
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto20:59
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Ping timeout: 276 seconds)21:10
moto-timocome on kirkstone! We're rooting for you :)21:13
moto-timodunfell has been great, but I'm ready for the opportunity to upgrade a few things :)21:14
*** florian_kc <florian_kc!~florian@dynamic-093-135-061-130.93.135.pool.telefonica.de> has joined #yocto21:24
*** mvlad <mvlad!~mvlad@2a02:2f08:4311:5500:24d7:51ff:fed6:906d> has quit IRC (Remote host closed the connection)21:25
halsteadWe've moved to new git.yoctoproject.org mirrors. Please report any issues you may notice.21:25
kergothHmm, I enabled sstate for a task, and now I'm getting Package already staged even though I've only run the task once, for a single configuration.21:32
kergothAny ideas?21:32
*** florian_kc <florian_kc!~florian@dynamic-093-135-061-130.93.135.pool.telefonica.de> has quit IRC (Ping timeout: 250 seconds)21:46
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto21:58
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)21:58
*** Minvera <Minvera!~Minvera@user/Minvera> has quit IRC (Quit: Leaving)22:00
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto22:35
*** florian_kc <florian_kc!~florian@dynamic-093-135-061-130.93.135.pool.telefonica.de> has joined #yocto22:47
*** wooosaiii <wooosaiii!~wooo@89-212-21-243.static.t-2.net> has joined #yocto23:06
*** wooosaiiii <wooosaiiii!~wooo@89-212-21-243.static.t-2.net> has quit IRC (Ping timeout: 250 seconds)23:08
*** wooosaii <wooosaii!~wooo@89-212-21-243.static.t-2.net> has quit IRC (Ping timeout: 250 seconds)23:08
*** wooosaiiii <wooosaiiii!~wooo@89-212-21-243.static.t-2.net> has joined #yocto23:09
*** ar__ <ar__!~akiCA@user/akica> has quit IRC (Ping timeout: 256 seconds)23:21
*** argonautx <argonautx!~argonautx@i5E867371.versanet.de> has quit IRC (Quit: Leaving)23:21
*** dgriego <dgriego!~dgriego@user/dgriego> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)23:34
*** j7lc8l[m] <j7lc8l[m]!~j7lc8lmat@2001:470:69fc:105::1:57e1> has quit IRC (Quit: Client limit exceeded: 20000)23:45
*** otavio <otavio!~otavio@201-34-65-230.user3p.brasiltelecom.net.br> has quit IRC (Remote host closed the connection)23:46
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)23:50
*** zyga-mbp <zyga-mbp!~zyga@31.0.173.147> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)23:54

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