Wednesday, 2022-10-05

*** hays <hays!rootvegeta@fsf/member/hays> has joined #yocto00:27
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Read error: Connection reset by peer)00:32
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)00:34
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto00:35
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Remote host closed the connection)00:51
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto00:52
khemI think that fix should be reverted01:01
*** davidinux <davidinux!~davidinux@host-95-245-120-6.retail.telecomitalia.it> has quit IRC (Ping timeout: 252 seconds)01:04
*** davidinux <davidinux!~davidinux@host-95-248-121-131.retail.telecomitalia.it> has joined #yocto01:15
*** s-f- <s-f-!~semifnord@220-130-180-113.hinet-ip.hinet.net> has quit IRC (Ping timeout: 265 seconds)01:56
*** s-f- <s-f-!~semifnord@cpe-65-185-101-122.cinci.res.rr.com> has joined #yocto01:56
*** s-f- <s-f-!~semifnord@cpe-65-185-101-122.cinci.res.rr.com> has left #yocto02:15
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Remote host closed the connection)02:21
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)02:24
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto02:53
HaxxaI am trying to build for this platform running yocto: https://brodersen.com/products/rtu/rtu32m/ the manufacturer does not supply any build configuration, however I have root access, anyway I could compile binaries for this platform?02:56
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 265 seconds)03:19
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto03:24
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 265 seconds)03:39
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto03:39
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 268 seconds)03:44
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto03:46
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)03:53
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto03:53
*** amitk <amitk!~amit@103.59.74.150> has joined #yocto04:21
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Ping timeout: 265 seconds)04:28
*** beneth <beneth!5cb2199230@xmpp.beneth.fr> has quit IRC (Remote host closed the connection)04:30
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto04:53
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 265 seconds)04:59
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto04:59
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)04:59
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto05:00
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)05:03
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto05:04
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Quit: Leaving.)05:05
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)05:45
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto05:45
*** rusam <rusam!~rusam@94.204.111.151> has joined #yocto06:44
*** marek <marek!~marek@90-64-64-141.dynamic.orange.sk> has joined #yocto06:47
rusamhello everyone06:47
marekhello06:47
marekI have a question if I can pass local script hell variable to python function (I've tried but it fails in parsing)06:47
*** mvlad <mvlad!~mvlad@2a02:2f08:4605:ca00:24d7:51ff:fed6:906d> has joined #yocto06:49
mcfriskmarek: hell brakes loose if you do that ;) but seriously it's problematic but can be done. you need to list which variables from environment where bitbake is executed are allowed to be passed to bitbake build environment06:49
rusam@marek you could use: os.getenv06:49
mcfriskBB_ENV_PASSTHROUGH_ADDITIONS should lists the variable names, for example06:50
marekwell it's bit different my situation is following:06:51
mareklocal uuids=${@gen_partitions_uuid(d)}06:51
marekfor uuid in ${uuids}; do06:51
marek    echo "Index is: ${@gen_index_from_uuid(d, ${uuid})}" <- this return parsing error06:51
marekdone06:51
marekI've tried to pass uuid variable as '${uuid}' but still an issue06:51
*** mckoan|away is now known as mckoan06:52
mcfriskoh that's tricky. os.getenv() then?06:52
mckoangood morning06:52
*** frieder <frieder!~frieder@200116b824bcf0810000000000001cba.dip.versatel-1u1.de> has joined #yocto06:53
marekmcfrisk uuid is local variable in shell script as shows in above snippet06:53
mcfriskit's simpler if uuids were a normal bitbake variable, but I guess that won't do in your case06:55
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)06:55
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto06:55
marekmcfrisk yes it's tricky but I need it in this way like above06:57
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has joined #yocto06:58
rusamcould someone point me in the right direction: i have meta-raspberrypi working on kirkstone. it boots without u-boot wether i enable it or not using RPI_USE_U_BOOT = "1"07:03
*** goliath <goliath!~goliath@user/goliath> has joined #yocto07:16
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto07:22
LetoThe2ndyo dudX07:24
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto07:32
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto07:38
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)07:45
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto07:46
marekrusamwhen is `RPI_USE_UBOOT` added pls?07:48
rusammarek in the distro recipe07:50
marekrusam did you try in local.conf?07:50
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)07:51
rusamno, ill try it now07:51
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto07:51
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Read error: Connection reset by peer)08:09
*** Estrella__ <Estrella__!~quassel@192-063-174-177.res.spectrum.com> has quit IRC (Read error: Connection reset by peer)08:10
*** Estrella_ <Estrella_!~quassel@134.238.165.31> has joined #yocto08:10
*** sef <sef!~sef@46.221.0.162> has joined #yocto08:11
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto08:12
sefHi everyone, morning.I encountered a problem like this: https://forums.raspberrypi.com/viewtopic.php?p=2043143#p204314308:14
sef I wanted to ask here as it may have something to do with Yocto. If it's off-topic, sorry for asking.08:14
qschulzsef: I don't know exactly how the PMIC is handled by Raspbian, but I would guess that you need either a different device tree, the PMIC drivers to be built or both08:17
sefqschulz for your idea08:24
sefthanks08:24
*** amitk <amitk!~amit@103.59.74.150> has quit IRC (Ping timeout: 268 seconds)08:28
*** beneth <beneth!5cb2199230@xmpp.beneth.fr> has joined #yocto08:28
sefqschulz When i checked meta-raspberrypi i saw a commit like this:08:34
sefhttps://github.com/agherzan/meta-raspberrypi/commit/80441d263da8b4fcc0bfac3cdbfcb482f05bec2a08:34
sefYou made me go straight to the solution, thank you very much.08:34
sefmaybe i'm wrong, i'll try and see :D08:35
rusammarek: unfortunately didnt work08:40
HaxxaIs there any reason why everything is run as root: https://paste.debian.net/plain/1256029 This is a embedded device running yocto linux08:40
qschulzHaxxa: poor security practices? wouldn't be the first company to do that :)08:41
*** Guest382 <Guest382!~Guest38@83.137.67.183> has joined #yocto08:41
qschulzrusam: in any configruation file it should work08:41
*** Guest382 <Guest382!~Guest38@83.137.67.183> has quit IRC (Client Quit)08:42
Haxxaqschulz But there is nothing specific to yocto for this reason? The reason I ask, is this is a device which controls infrastructure. (i.e. it's a PLC controlling a large gas network)08:43
qschulzrusam: I would check that the variables using that RPI_USE_U_BOOT variables aren't overridden08:43
qschulzrusam: or even first, that the variable is actually of the value you expect08:43
qschulzbitbake-getvar -r your-image-recipe RPI_USE_U_BOOT should tell you that08:44
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto08:44
rusamqschulz: I had RPI_USE_U_BOOT working as expected and it was in the distro recipe. it stopped working only when i upgraded from dunfell to kirkstone08:45
qschulzrusam: are all your layers on the kirkstone branch?08:46
rusamqschulz: yeah. just double checked now08:47
qschulzHaxxa: Yocto is a build system to create a distribution, like Ubuntu, Fedora, Arch Linux, whatever. It is up to the one developing the distribution to pick the policies, security and feature-wise08:47
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto08:48
*** jclsn <jclsn!~jclsn@2a04:4540:650b:6200:2ce:39ff:fecf:efcd> has joined #yocto08:48
HaxxaOk and so the manufacturer has given us the root password, but no build system. I can run static binaries but lets say I have src files, is there anyway for me to deploy them without the build system. Could I even figure it out?08:49
qschulzrusam: bitbake-getvar to check the value of the variable itself and all the variables using that variable to see if they are of the expected value08:49
rusamqschulz: yeah it is set only once in local.conf. and the spelling is RPI_USE_U_BOOT because I saw it spelled differently a few times in github issues08:56
qschulzrusam: does your image recipe inherit sdcard_image-rpi?08:58
qschulzI assume you want it inherited and also have rpi-sdimg in your IMAGE_FSTYPES08:59
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)09:01
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto09:01
*** PhoenixMage <PhoenixMage!~phoenix@206.83.113.15> has quit IRC (Ping timeout: 246 seconds)09:02
rusamqschulz: i dont have sdcard_image-rpi inherited explicitly but it is in IMAGE_CLASSES. Was it added when I added rpi-sdimg to IMAGE_FSTYPES?09:03
rusamqschulz: Im testing by writing the rpi-sdimg to an sdcard and then booting the device with it. Its a custom board with cm309:06
*** PhoenixMage <PhoenixMage!~phoenix@206.83.113.15> has joined #yocto09:07
*** ptsneves <ptsneves!~Thunderbi@031011128148.dynamic-3-poz-k-0-2-0.vectranet.pl> has joined #yocto09:10
*** ptsneves <ptsneves!~Thunderbi@031011128148.dynamic-3-poz-k-0-2-0.vectranet.pl> has quit IRC (Quit: ptsneves)09:22
*** sef <sef!~sef@46.221.0.162> has quit IRC (Quit: Client closed)09:23
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)09:24
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto09:24
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 264 seconds)09:29
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto09:29
*** ptsneves <ptsneves!~Thunderbi@031011128148.dynamic-3-poz-k-0-2-0.vectranet.pl> has joined #yocto09:30
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)09:31
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto09:32
*** Estrella___ <Estrella___!~quassel@192-063-174-177.res.spectrum.com> has quit IRC (Read error: Connection reset by peer)09:34
*** Estrella__ <Estrella__!~quassel@192-063-174-177.res.spectrum.com> has joined #yocto09:34
*** OnkelUlla <OnkelUlla!~user@dude03.red.stw.pengutronix.de> has quit IRC (Ping timeout: 268 seconds)09:45
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)09:47
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto09:47
*** OnkelUlla <OnkelUlla!~user@dude03.red.stw.pengutronix.de> has joined #yocto10:01
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto10:09
fabatera[m]Hi!... (full message at <https://libera.ems.host/_matrix/media/r0/download/libera.chat/748d607b6458538272086c5c91a6311332ab7ffa>)10:25
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)10:26
mckoanfabatera[m]: https://docs.yoctoproject.org/dev-manual/common-tasks.html?highlight=fetch+src_uri#fetching-code10:29
mckoane.g.: SRC_URI = "git://git.adelielinux.org/adelie/gcompat.git;protocol=https;branch=current"10:29
qschulzI'm actually surprised it works without an explicit fetcher10:33
rburtoni suspect the sample url is actually missing git://10:35
fabatera[m]sorry, this was a copy paste mistake in my previous message...10:35
fabatera[m]it is actually:10:35
fabatera[m]`SRC_URI = "git://github.com/package/package.git;branch=main"`10:35
rburtonfabatera[m]: its using the source mirror.  historically, fetching a compressed archive over http is faster than a git clone.  these days that's less likely and latest releases do it less.10:36
fabatera[m]Ok. The difference from the example is `protocol=https`10:37
rburtonsee https://git.yoctoproject.org/poky/commit/?id=5fe3689f4f177eb918e1d8e1f5f1f3c5376aa07310:37
rburtonif the question is "why is this happening" then the answer is "because you have a PREMIRROR set up"10:37
rburton(and poky until that commit above has a premirror set up)10:38
*** rusam is now known as amgedr10:39
*** mckoan is now known as mckoan|away10:40
fabatera[m]Makes sense:... (full message at <https://libera.ems.host/_matrix/media/r0/download/libera.chat/925962bd1f3fd2f81161aaf04a1908a94a608dbe>)10:42
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto10:43
rburtonask your actual question, please, it makes things easier10:43
rburtonare you trying to stop that? just set PREMIRRORS=""10:44
*** risca_ <risca_!~quassel@h-155-4-62-42.A980.priv.bahnhof.se> has quit IRC (Ping timeout: 260 seconds)10:45
fabatera[m]I was not sure it was working correctly at first. For this recipe (openthread), it spends a lot of time downloading the compressed file. Then it fails to check out a valid hash. That's actually the reason I'm looking at it. It works fine with the mirror.10:51
fabatera[m]Many thanks again!10:51
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Quit: Client closed)10:51
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)10:52
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto10:52
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Remote host closed the connection)10:52
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto10:53
*** risca <risca!~quassel@h-155-4-62-170.A980.priv.bahnhof.se> has joined #yocto10:55
*** marek <marek!~marek@90-64-64-141.dynamic.orange.sk> has quit IRC (Quit: Client closed)10:57
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto10:58
*** risca <risca!~quassel@h-155-4-62-170.A980.priv.bahnhof.se> has quit IRC (Ping timeout: 268 seconds)11:00
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)11:03
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto11:03
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Remote host closed the connection)11:03
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto11:04
*** risca <risca!~quassel@h-155-4-197-151.A980.priv.bahnhof.se> has joined #yocto11:05
*** wyre <wyre!~wyre@user/wyre> has quit IRC (Quit: ZNC 1.8.2 - https://znc.in)11:13
*** wyre <wyre!~wyre@user/wyre> has joined #yocto11:14
*** marek <marek!~marek@90-64-64-141.dynamic.orange.sk> has joined #yocto11:30
*** davidinux <davidinux!~davidinux@host-95-248-121-131.retail.telecomitalia.it> has quit IRC (Quit: WeeChat 3.5)11:30
*** davidinux <davidinux!~davidinux@host-95-248-121-131.retail.telecomitalia.it> has joined #yocto11:32
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)11:37
*** seninha <seninha!~seninha@user/seninha> has joined #yocto11:48
LetoThe2ndkanavin: as i can't find it ad hoc, can you point me to the sources for your layer tooling?11:58
*** Payam <Payam!~Payam@c188-150-219-9.bredband.tele2.se> has joined #yocto12:04
*** Payam <Payam!~Payam@c188-150-219-9.bredband.tele2.se> has quit IRC (Client Quit)12:08
*** d-s-e <d-s-e!~d-s-e@i59F7C2A6.versanet.de> has joined #yocto12:16
*** marek <marek!~marek@90-64-64-141.dynamic.orange.sk> has quit IRC (Quit: Client closed)12:36
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 268 seconds)12:39
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto12:39
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)12:44
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 268 seconds)12:44
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto12:44
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto12:44
kanavinLetoThe2nd, https://git.yoctoproject.org/poky/tree/meta/lib/bblayers/makesetup.py https://git.yoctoproject.org/poky/tree/meta/lib/bblayers/setupwriters12:48
kanavinhttps://git.yoctoproject.org/poky/tree/meta/files/layers.example.json https://git.yoctoproject.org/poky/tree/meta/files/layers.schema.json12:48
kanavinhttps://git.yoctoproject.org/poky/tree/scripts/oe-setup-layers12:48
kanavinLetoThe2nd, why?12:49
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto12:50
*** otavio <otavio!~otavio@191-221-69-78.user3p.brasiltelecom.net.br> has quit IRC (Remote host closed the connection)12:55
*** Payam <Payam!~Payam@c188-150-219-9.bredband.tele2.se> has joined #yocto12:56
*** marek <marek!~marek@90-64-64-141.dynamic.orange.sk> has joined #yocto13:01
LetoThe2ndkanavin: interested enthusiast asked me and wanted to have a look. its that simple.13:02
zeddiidid they ask enthusiastically ?13:04
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has quit IRC (Ping timeout: 250 seconds)13:04
LetoThe2ndsemi-enthusiastically.13:04
zeddiimeh. part time enthusiast then. :)13:05
LetoThe2ndzeddii: hehe13:06
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto13:10
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)13:14
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto13:14
*** gsalazar <gsalazar!~gsalazar@132.120.90.149.rev.vodafone.pt> has joined #yocto13:15
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has joined #yocto13:20
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has quit IRC (Ping timeout: 264 seconds)13:28
*** amitk <amitk!~amit@103.59.74.150> has joined #yocto13:28
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has joined #yocto13:28
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has quit IRC (Ping timeout: 264 seconds)13:37
*** amgedr <amgedr!~rusam@94.204.111.151> has quit IRC (Read error: Connection reset by peer)13:37
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has joined #yocto13:38
*** kscherer <kscherer!~kscherer@dsl-173-206-89-249.tor.primus.ca> has joined #yocto13:40
*** d-s-e <d-s-e!~d-s-e@i59F7C2A6.versanet.de> has quit IRC (Quit: Client closed)13:47
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto13:52
*** otavio <otavio!~otavio@191-221-69-78.user3p.brasiltelecom.net.br> has joined #yocto13:52
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 268 seconds)13:53
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto13:54
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)13:58
*** leonanavi <leonanavi!~Leon@46.55.231.62> has joined #yocto13:58
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto13:58
*** gsalazar <gsalazar!~gsalazar@132.120.90.149.rev.vodafone.pt> has quit IRC (Remote host closed the connection)13:59
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Ping timeout: 268 seconds)14:01
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Ping timeout: 252 seconds)14:06
*** leonanavi <leonanavi!~Leon@46.55.231.62> has quit IRC (Remote host closed the connection)14:08
*** manuel__ <manuel__!~manuel198@2a02:1748:dd5c:f290:c553:9012:6082:a89a> has quit IRC (Remote host closed the connection)14:11
*** manuel__ <manuel__!~manuel198@2a02:1748:dd5c:f290:c553:9012:6082:a89a> has joined #yocto14:11
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection)14:11
*** chep <chep!~chep@82-65-36-115.subs.proxad.net> has quit IRC (Ping timeout: 246 seconds)14:14
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)14:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto14:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 246 seconds)14:24
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto14:24
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto14:24
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto14:40
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has quit IRC (Ping timeout: 250 seconds)14:57
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Remote host closed the connection)14:58
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto15:06
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)15:08
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto15:09
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has joined #yocto15:11
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)15:13
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto15:13
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has quit IRC (Ping timeout: 268 seconds)15:17
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has joined #yocto15:18
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC (Quit: Leaving)15:18
*** ilunev <ilunev!~koolkhel@95.174.114.26> has joined #yocto15:25
*** marek <marek!~marek@90-64-64-141.dynamic.orange.sk> has quit IRC (Quit: Client closed)15:40
*** wmills <wmills!~wmills@pool-100-36-111-116.washdc.fios.verizon.net> has quit IRC (Ping timeout: 268 seconds)15:41
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 265 seconds)15:58
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)16:04
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto16:05
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has quit IRC (Ping timeout: 260 seconds)16:09
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has joined #yocto16:09
*** zpfvo <zpfvo!~fvo@i59F5CC46.versanet.de> has quit IRC (Quit: Leaving.)16:24
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)16:25
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto16:25
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Remote host closed the connection)16:25
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto16:26
*** frieder <frieder!~frieder@200116b824bcf0810000000000001cba.dip.versatel-1u1.de> has quit IRC (Remote host closed the connection)16:31
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Quit: Client closed)16:38
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)16:50
michaeloPfooh, mailing lists are back (that was scheduled maintenance)16:52
*** PhoenixMage <PhoenixMage!~phoenix@206.83.113.15> has quit IRC (Ping timeout: 268 seconds)17:06
*** PhoenixMage <PhoenixMage!~phoenix@206.83.113.15> has joined #yocto17:08
*** PhoenixMage <PhoenixMage!~phoenix@206.83.113.15> has quit IRC (Ping timeout: 260 seconds)17:16
*** PhoenixMage <PhoenixMage!~phoenix@206.83.113.15> has joined #yocto17:17
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 268 seconds)17:29
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto17:29
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)17:31
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 268 seconds)17:34
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto17:34
*** Payam <Payam!~Payam@c188-150-219-9.bredband.tele2.se> has quit IRC (Ping timeout: 265 seconds)17:46
*** whuang0389 <whuang0389!~whuang038@cpef81d0f8974b3-cmf81d0f8974b0.cpe.net.fido.ca> has joined #yocto18:00
whuang0389is there a common run-ptest file now? it used to be that each recipe had their own run-ptest defined18:00
matrix_help[m]Win up to $1000 in crypto trading when you invest with just the minimum of $50... (full message at <https://libera.ems.host/_matrix/media/r0/download/libera.chat/955e952b535af78cd2932645d9ab7ee199f915c8>)18:01
matrix_help[m]Win up to $1000 in crypto trading when you invest with just the minimum of $50... (full message at <https://libera.ems.host/_matrix/media/r0/download/libera.chat/955e952b535af78cd2932645d9ab7ee199f915c8>)18:01
whuang0389specifically looking at this recipe: https://layers.openembedded.org/layerindex/recipe/300276/18:01
whuang0389actually nvm. i just noticed an inherit ptest18:01
*** whuang0389 <whuang0389!~whuang038@cpef81d0f8974b3-cmf81d0f8974b0.cpe.net.fido.ca> has quit IRC (Quit: Client closed)18:06
*** matrix_help[m] <matrix_help[m]!~matrixhel@2001:470:69fc:105::2:931f> has quit IRC (Quit: User was banned)18:06
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto18:10
*** florian_kc <florian_kc!~florian@dynamic-093-133-031-222.93.133.pool.telefonica.de> has joined #yocto18:11
marc1hi, looking for information or examples on using Github Actions along with Yocto builds and local runners. Thanks!18:20
*** ptsneves <ptsneves!~Thunderbi@031011128148.dynamic-3-poz-k-0-2-0.vectranet.pl> has quit IRC (Ping timeout: 264 seconds)18:27
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has quit IRC (Read error: Connection reset by peer)18:34
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has joined #yocto18:34
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto18:39
*** sgw <sgw!~swold_loc@user/sgw> has quit IRC (Remote host closed the connection)18:54
*** amitk <amitk!~amit@103.59.74.150> has quit IRC (Ping timeout: 252 seconds)18:59
*** sgw <sgw!~swold_loc@user/sgw> has joined #yocto19:04
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 268 seconds)19:05
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto19:05
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Quit: Leaving.)19:06
*** Payam <Payam!~Payam@c83-250-236-236.bredband.tele2.se> has joined #yocto19:09
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 265 seconds)19:14
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto19:14
*** Haxxa <Haxxa!~Haxxa@202-65-79-43.ip4.superloop.com> has quit IRC (Quit: Haxxa flies away.)19:15
*** Estrella___ <Estrella___!~quassel@192-063-174-177.res.spectrum.com> has joined #yocto19:15
*** Haxxa <Haxxa!~Haxxa@202-65-79-43.ip4.superloop.com> has joined #yocto19:16
*** Estrella_ <Estrella_!~quassel@134.238.165.31> has quit IRC (Ping timeout: 260 seconds)19:19
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto19:36
*** glima <glima!~glima@131.107.8.200> has joined #yocto19:38
glimaany easy way to tweak VIRTUAL-RUNTIME_init_manager to be a custom script (that will ultimately invoke systemd)?19:39
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Client Quit)19:41
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto19:46
rburtonwrite a recipe which contains that script19:49
rburtonthat variable is simply used to be sure that something providing init is installed19:51
glimaack, ty19:55
Saur[m]marek: This morning you asked about some shell code related to uuids that didn't work. The reason it doesn't work is because the result of inlined Python code (i.e., what's inside `${@...}`) is expanded first by bitbake. Then the result of that expansion (i.e., a string) is inserted verbatim into the shell code, and then the shell code is executed. This means that you cannot pass a local shell variable to the inline Python code as you try to do.20:16
Saur[m]Typically what you would do in a case like this is to make all of it a Python function instead.20:16
*** mvlad <mvlad!~mvlad@2a02:2f08:4605:ca00:24d7:51ff:fed6:906d> has quit IRC (Remote host closed the connection)20:43
*** paowz <paowz!~paowz@2a01:e0a:144:d020:b5af:9336:2946:8487> has quit IRC (Ping timeout: 268 seconds)20:48
*** Minvera <Minvera!~Minvera@user/Minvera> has quit IRC (Remote host closed the connection)21:00
*** paowz <paowz!~paowz@2a01:e0a:144:d020:667d:deab:1d6a:3a99> has joined #yocto21:01
*** justache is now known as justHaunted21:11
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto21:24
*** florian_kc <florian_kc!~florian@dynamic-093-133-031-222.93.133.pool.telefonica.de> has quit IRC (Ping timeout: 252 seconds)21:24
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 248 seconds)21:29
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto21:29
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)21:30
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 265 seconds)21:33
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto21:34
*** florian_kc <florian_kc!~florian@dynamic-093-133-031-222.93.133.pool.telefonica.de> has joined #yocto21:46
*** dgriego <dgriego!~dgriego@user/dgriego> has joined #yocto22:31
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Ping timeout: 258 seconds)22:47
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto22:48
*** kscherer <kscherer!~kscherer@dsl-173-206-89-249.tor.primus.ca> has quit IRC (Quit: Konversation terminated!)23:06
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)23:28
*** florian_kc <florian_kc!~florian@dynamic-093-133-031-222.93.133.pool.telefonica.de> has quit IRC (Ping timeout: 252 seconds)23:45
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving)23:50

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