Monday, 2024-06-03

*** Ad0 <Ad0!~Ad0@93.124.245.194> has joined #yocto00:11
*** xmn <xmn!~xmn@2600:4040:9398:a200:b4ac:9539:1d18:bcac> has quit IRC (Ping timeout: 260 seconds)00:12
*** v0n <v0n!~vivien@bras-base-mtrlpq02huw-grc-03-174-88-247-147.dsl.bell.ca> has quit IRC (Quit: WeeChat 4.2.2)00:16
*** davidinux <davidinux!~davidinux@45.11.82.37> has quit IRC (Ping timeout: 268 seconds)01:04
*** davidinux <davidinux!~davidinux@45.11.82.37> has joined #yocto01:04
*** enok <enok!~Thunderbi@94.191.152.70> has joined #yocto01:05
*** lexano <lexano!~lexano@pool-174-119-69-134.cpe.net.cable.rogers.com> has quit IRC (Ping timeout: 268 seconds)01:08
*** enok <enok!~Thunderbi@94.191.152.70> has quit IRC (Ping timeout: 268 seconds)01:48
khemRP: yeah I was thinking about it as well and it seems it might not be needed anymore01:59
khemhere is a different build failure, still libtool related - https://errors.yoctoproject.org/Errors/Details/784870/01:59
*** jclsn <jclsn!~jclsn@2a04:4540:6536:d100:2ce:39ff:fecf:efcd> has quit IRC (Ping timeout: 246 seconds)02:02
*** jclsn <jclsn!~jclsn@2a04:4540:6532:e400:2ce:39ff:fecf:efcd> has joined #yocto02:03
*** mbulut_ <mbulut_!~mbulut@31.18.142.81> has quit IRC (Ping timeout: 268 seconds)02:04
*** amitk <amitk!~amit@58.84.61.177> has joined #yocto02:21
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto02:56
*** bgreen <bgreen!~quassel@2600:1010:a11c:fba4:1ac0:4dff:fe33:40b8> has joined #yocto02:58
bgreenIs it possible to make a (image related) task run whenever the output of a git command changes?  For example, I have a function in my image recipe that writes the output of 'git describe' to a file in /etc.  It works, but the function is being cached.  It won't rerun if, for example, I run (git tag <somename>) on the repo, causing the out put of 'git describe' to change.  It will only rerun if something else causes the image to be03:03
bgreenrebuilt.03:03
*** xmn <xmn!~xmn@2600:4040:9398:a200:5892:3ec3:aad:7505> has joined #yocto03:21
*** sgw <sgw!~swold@user/sgw> has quit IRC (Quit: Leaving.)04:12
*** sgw <sgw!~swold@user/sgw> has joined #yocto04:15
*** merit <merit!~merit@c-24-6-254-165.hsd1.ca.comcast.net> has quit IRC (Read error: Connection reset by peer)04:17
*** sgw <sgw!~swold@user/sgw> has quit IRC (Ping timeout: 246 seconds)04:19
*** merit <merit!~merit@c-24-6-254-165.hsd1.ca.comcast.net> has joined #yocto04:22
*** simonew <simonew!~ile@ip1f13dd7f.dynamic.kabel-deutschland.de> has quit IRC (Ping timeout: 252 seconds)04:54
*** goliath <goliath!~goliath@user/goliath> has joined #yocto04:55
*** jmd <jmd!~user@2001:a61:2b57:a201:4b92:15ba:c66d:13b9> has joined #yocto05:00
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto05:16
*** dash_hope <dash_hope!~dash_hope@54-240-198-33.amazon.com> has joined #yocto05:44
*** dash_hope is now known as anish[1]05:47
*** anish[1] is now known as peoliye05:47
*** xmn <xmn!~xmn@2600:4040:9398:a200:5892:3ec3:aad:7505> has quit IRC (Ping timeout: 268 seconds)05:52
*** Kubu_work <Kubu_work!~kubu@lfbn-nan-1-335-137.w82-120.abo.wanadoo.fr> has joined #yocto05:53
*** ehussain <ehussain!~Thunderbi@2400:adc5:122:ef00:b11f:8085:261d:750e> has joined #yocto05:53
*** alperak <alperak!uid641238@id-641238.ilkley.irccloud.com> has joined #yocto05:54
*** Saur_Home59 <Saur_Home59!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed)06:00
*** Saur_Home59 <Saur_Home59!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto06:01
*** peoliye <peoliye!~dash_hope@user/peoliye> has quit IRC (Ping timeout: 250 seconds)06:10
*** Saur_Home6 <Saur_Home6!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto06:12
*** Saur_Home59 <Saur_Home59!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Ping timeout: 250 seconds)06:16
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto06:24
*** mvlad <mvlad!~mvlad@2a02:2f05:821a:fb00:e88e:21ff:fe65:be18> has joined #yocto06:35
*** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (Ping timeout: 246 seconds)06:46
*** ablu <ablu!~m-bfyrfh@user/Ablu> has joined #yocto06:47
*** jmd <jmd!~user@2001:a61:2b57:a201:4b92:15ba:c66d:13b9> has quit IRC (Remote host closed the connection)06:47
RPbgreen: AUTOREV is what you want but it does come at a cost of always parsing that recipe06:53
RPbgreen: that will vary with the revision, but perhaps not always the description I guess. You could probably tweak things to make the description work06:54
RPharder though as you need a local repo for that which the system doesn't have at parsing, you can't do it remotely iirc06:54
*** mckoan_ is now known as mckoan06:56
*** rfuentess <rfuentess!~rfuentess@lfbn-lyo-1-1566-5.w90-52.abo.wanadoo.fr> has joined #yocto06:57
*** enok <enok!~Thunderbi@94.191.152.34.mobile.tre.se> has joined #yocto06:57
*** zpfvo <zpfvo!~fvo@i59F5CDE4.versanet.de> has joined #yocto06:59
*** Beartama <Beartama!~Thunderbi@dsl-hkibng42-567339-239.dhcp.inet.fi> has joined #yocto07:11
LetoThe2ndyo dudX07:14
mckoanLetoThe2nd: hey07:20
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto07:35
*** altru <altru!~altru@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto07:36
*** Beartama <Beartama!~Thunderbi@dsl-hkibng42-567339-239.dhcp.inet.fi> has quit IRC (Ping timeout: 264 seconds)07:43
*** prabhakalad <prabhakalad!~prabhakar@147.161.225.104> has joined #yocto07:48
*** enok <enok!~Thunderbi@94.191.152.34.mobile.tre.se> has quit IRC (Ping timeout: 240 seconds)07:52
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: Client closed)08:15
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto08:17
*** suihkulokki <suihkulokki!~voipio@ec2-54-77-41-85.eu-west-1.compute.amazonaws.com> has joined #yocto08:19
*** sukbeom <sukbeom!~sukbeom@121.172.255.83> has quit IRC (Quit: Ping timeout (120 seconds))08:27
*** sukbeom <sukbeom!~sukbeom@121.172.255.83> has joined #yocto08:28
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto08:28
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto08:32
*** ehussain <ehussain!~Thunderbi@2400:adc5:122:ef00:b11f:8085:261d:750e> has quit IRC (Ping timeout: 256 seconds)08:50
*** ehussain <ehussain!~Thunderbi@2404:3100:1897:1188:2387:5bcd:b0ed:2f6f> has joined #yocto08:55
*** ehussain <ehussain!~Thunderbi@2404:3100:1897:1188:2387:5bcd:b0ed:2f6f> has quit IRC (Client Quit)08:58
*** Jones42 <Jones42!~Jones42@user/Jones42> has joined #yocto09:07
*** cb5r <cb5r!~cb5r@user/cb5r> has joined #yocto09:19
RPkhem: that second error looks like $global_symbol_pipe isn't set. Will need debugging09:19
*** mbulut_ <mbulut_!~mbulut@ip1f128e51.dynamic.kabel-deutschland.de> has joined #yocto09:41
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto09:41
*** michael_e9 <michael_e9!~michael_e@user/michael-e:30278> has joined #yocto09:44
*** Jones42_ <Jones42_!~Jones42@user/Jones42> has joined #yocto09:44
*** Jones42 <Jones42!~Jones42@user/Jones42> has quit IRC (Ping timeout: 240 seconds)09:47
*** OnkelUlla <OnkelUlla!~user@dude03.red.stw.pengutronix.de> has quit IRC (Remote host closed the connection)09:49
*** cb5r <cb5r!~cb5r@user/cb5r> has quit IRC (Ping timeout: 250 seconds)10:10
*** OnkelUlla <OnkelUlla!~user@dude03.red.stw.pengutronix.de> has joined #yocto10:15
*** xmn <xmn!~xmn@2600:4040:9398:a200:80dd:46d3:671a:7c9d> has joined #yocto10:15
*** amitk <amitk!~amit@58.84.61.177> has quit IRC (Ping timeout: 246 seconds)10:24
*** altru <altru!~altru@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Quit: Client closed)10:29
*** mckoan is now known as mckoan|away10:35
*** cb5r <cb5r!~cb5r@user/cb5r> has joined #yocto10:39
cb5rIs it possible to get some additional debug output of the QA checks? - I have a recipe that fails QA [arch] checks for some different architecture binary files despite having `INSANE_SKIP_${PN} += "arch"` (old bitbake 1.40) set in the recipe.10:42
rburtoncb5r: is that set on the right package?10:55
cb5rrburton: I have a recipe called `app-engine-prebuilt.bb` which includes `recipes/rootfs/app-engine.inc` and it is set in the latter. I also tried putting into both files (inc + bb) but that didn't work either.11:00
rburtoncan you share the recipe?  i'd also check that the arch test in your _very old_ thud release is actually per-package and not recipe-scoped.11:01
rburtonEOL 2019, just saying11:02
cb5rI know @ EOL but unfortunately it's not in my control :/11:02
cb5rThe .bb only downloads a tarball (via SRC_URI) and the .inc then does a `cp -r ${WORKDIR}/*  ${D}/targetdir`.11:06
cb5rWhat is extremely weird though is that I do have some artifact tarballs for this here that do not fail. If i take one that works, repack it using gzip and use that - the QA check suddenly fails. if I then just delete those files that fail, the recipe succeeds. I cannot make sense of this11:08
rburtondo you mean ${S}/*?  WORKDIR/ will include a lot of stuff you don't want.11:10
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: Client closed)11:12
*** cb5r31 <cb5r31!~cb5r@user/cb5r> has joined #yocto11:13
cb5r31rburton: You are right - it's actually `${WORKDIR}/SUBDIR/*` I am copying.11:13
rburtonset S correctly and you can just copy ${S}11:14
rburtonbut without seeing the recipe its impossible to help, beyond 'look at the package_qa log'11:14
*** cb5r <cb5r!~cb5r@user/cb5r> has quit IRC (Ping timeout: 250 seconds)11:17
*** cb5r31 is now known as cb5r11:17
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto11:17
*** Jones42_ <Jones42_!~Jones42@user/Jones42> has quit IRC (Quit: Leaving)11:21
*** Jones42 <Jones42!~Jones42@user/Jones42> has joined #yocto11:21
cb5rrburton: here are the .bb and .inc files: https://upaste.de/raw/krN11:27
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC (Ping timeout: 252 seconds)11:30
rburtonwhy do you DEPEND on curl and openssl?11:32
*** Saur_Home19 <Saur_Home19!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto11:32
rburtonalso you don't need to cd to make a relative symlink11:33
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Quit: Leaving)11:35
*** Saur_Home6 <Saur_Home6!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Ping timeout: 250 seconds)11:36
*** lexano <lexano!~lexano@pool-174-119-69-134.cpe.net.cable.rogers.com> has joined #yocto11:38
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto11:39
*** amitk <amitk!~amit@58.84.62.221> has joined #yocto11:40
*** tnovotny_ <tnovotny_!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto11:41
cb5rrburton: I don't know why the author (not me) did that. I guess curl and openssl shound be RDEPENDS as the app being deployed requires it to run on the device..?11:45
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC (Ping timeout: 272 seconds)11:45
rburtonpossibly the app wants them and that satisfies the link generation11:46
cb5rWell, yes, the actual "app" being deployed definitely requires it on the device. But alongside there are many scripts and - what's causing me problems during build - binaries for some other architecture processor that's on the same board.11:49
cb5rHow can I check that the arch test is per-package and not recipe-scoped? - And what would I need to change if it were only recipe scoped?11:55
rburtonits per-package, i looked at insane.bbclass already11:58
rburtoni'd start by skimming the package_qa log to see if anything interesting is in there. and checking that the package it warns on is the one you expect.11:58
cb5rOne thing I just noticed in the do_package_qa los is that is runs "NOTE: Checking Package: app-prebuilt" without complaint. Then it does the same for "app-prebuilt-doc", "app-prebuilt-staticdev" and "app-prebuilt-dbg". << On the latter (*-dbg) it fails the check.12:03
rburtonthere you go12:04
rburtoncan you paste the actual message that bitbake says when you build the recipe?12:05
*** gvmeson <gvmeson!~rmacleod@198-48-226-243.cpe.pppoe.ca> has quit IRC (Quit: Konversation terminated!)12:05
cb5rrburton: https://upaste.de/raw/nh812:09
jclsnHow is Qualcomm support looking in general? We are looking into new SoCs currently. I mean patching the kernel, device tree and U-Boot should be doable, but getting OP-TEE to work could be hard I think12:09
rburtoncb5r: right, that says the package with the problem is app-prebuilt-dbg.  this is why i said to check you were using the right package name.12:10
cb5rI understand now. I have actually no idea why/how/where these other packages with the doc, dbg etc. suffixes are created.12:11
rburtonautomatically12:11
*** altru <altru!~altru@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto12:11
rburtonthe -dbg package is all of the debug symbols from the main package12:12
*** hiagofranco <hiagofranco!~hiagofran@67.159.246.222> has joined #yocto12:14
*** hiagofranco <hiagofranco!~hiagofran@67.159.246.222> has quit IRC (Client Quit)12:15
JaMarburton: please check simit's reply in https://patchwork.yoctoproject.org/project/oe-core/patch/20240508104826.481616-1-simit.ghane@lge.com/ should he send v2 with just commit subject fixed with libgcrypt: prefix?12:16
*** cb5r <cb5r!~cb5r@user/cb5r> has quit IRC (Ping timeout: 250 seconds)12:26
*** cb5r <cb5r!~cb5r@user/cb5r> has joined #yocto12:28
cb5rrburton: OK, thanks! I get it now... Adding `INSANE_SKIP_${PN}-dbg += "arch"` to the recipe did the trick12:28
rburtonrelatively new releases actually spell out the recipe name12:29
*** krissmaster <krissmaster!~kriss@213.239.83.90> has quit IRC (Remote host closed the connection)12:33
*** mvlad <mvlad!~mvlad@2a02:2f05:821a:fb00:e88e:21ff:fe65:be18> has quit IRC (Ping timeout: 268 seconds)12:44
*** mvlad <mvlad!~mvlad@2a02:2f05:821a:fb00:e88e:21ff:fe65:be18> has joined #yocto12:47
*** nayfe <nayfe!~nayfe@147.161.184.189> has joined #yocto12:51
Jones42so I have a (more or less hello-world-)application written in rust. It works pretty fine until i try "devtool modify ...".12:51
Jones42do_compile tries to access the internet (Could not resolve host: index.crates.io) and fails.12:51
Jones42is there any difference between the workspace layer and the usual layers?12:52
nayfeHello, i'm in the process of migrating from kirkstone to scarthgap, I'm wondering if there was a change of order between ROOTFS_POSTPROCESS_COMMAND step and do_install:append from recipes?12:56
nayfeI know it's ugly but i used to patch some rootfs files from recipes with postprocess stuff and it seems my modifications are made before do_install?12:56
nayfeoverriding /etc/default/ssh for instance12:57
*** tgamblin_ is now known as tgamblin13:03
*** cb5r <cb5r!~cb5r@user/cb5r> has quit IRC (Quit: Client closed)13:07
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: Client closed)13:13
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto13:17
*** michael_e9 <michael_e9!~michael_e@user/michael-e:30278> has quit IRC (Quit: Client closed)13:17
nayfeok it's maybe more read_only_rootfs_hook with overlayfs-etc new stuff conflicting with my custom solution13:23
*** sa7mfo <sa7mfo!~sa7mfo@83-233-6-197.cust.bredband2.com> has joined #yocto13:27
*** vthor <vthor!~thor@user/vthor> has joined #yocto13:28
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 255 seconds)13:40
KanjiMonsterlooks like the recent go linker changes (in kirkstone) broke arm at least for us; go links against /lib/ld-linux-armhf.so.3, but libc6 only ships a /lib/ld-linux.so.3 (on a cortex a15 machine)13:53
KanjiMonstersry, cortex a913:55
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)13:57
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Ping timeout: 250 seconds)14:19
*** mvlad <mvlad!~mvlad@2a02:2f05:821a:fb00:e88e:21ff:fe65:be18> has quit IRC (Remote host closed the connection)14:21
*** mvlad <mvlad!~mvlad@2a02:2f05:821a:fb00:e88e:21ff:fe65:be18> has joined #yocto14:21
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto14:24
*** gvmeson <gvmeson!~rmacleod@198-48-226-243.cpe.pppoe.ca> has joined #yocto14:31
*** gvmeson is now known as vmeson14:34
*** mjm_ <mjm_!~mjm@user/mjm> has joined #yocto14:53
*** mjm <mjm!~mjm@user/mjm> has quit IRC (Ping timeout: 272 seconds)14:58
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: Client closed)14:59
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto15:06
RPhalstead, JPEW: More timeouts: https://valkyrie.yoctoproject.org/#/builders/40/builds/33/steps/11/logs/stdio :(15:09
*** tnovotny_ <tnovotny_!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC (Remote host closed the connection)15:10
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto15:19
*** altru <altru!~altru@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Quit: Client closed)15:21
*** mbulut_ <mbulut_!~mbulut@ip1f128e51.dynamic.kabel-deutschland.de> has quit IRC (Remote host closed the connection)15:30
*** RyanEatmon <RyanEatmon!~RyanEatmo@192.91.75.29> has joined #yocto15:31
RyanEatmonWhat happens if you have say 24 parallel bitbakes running on 24 different machines and all try to hit the hash equiv server over and over again?15:32
*** RyanEatmon <RyanEatmon!~RyanEatmo@192.91.75.29> has quit IRC (Client Quit)15:33
JPEWRyanEatmon: We've been trying to make the server able to scale better to handle those sorts of situations15:33
JPEWRP: We could try increasing the timeout15:33
*** LocutusOfBorg <LocutusOfBorg!~locutusof@151.58.174.15> has quit IRC (Read error: Connection reset by peer)15:34
*** RyanEatmon <RyanEatmon!~RyanEatmo@192.91.75.12> has joined #yocto15:34
*** RyanEatmon84 <RyanEatmon84!~RyanEatmo@192.228.67.14> has joined #yocto15:35
*** RyanEatmon <RyanEatmon!~RyanEatmo@192.91.75.12> has quit IRC (Client Quit)15:35
RyanEatmon84What happens if you have say 24 parallel bitbakes running on 24 different machines and all try to hit the hash equiv server over and over again?15:36
*** mbulut <mbulut!~mbulut@31.18.142.81> has joined #yocto15:36
*** LocutusOfBorg <LocutusOfBorg!~locutusof@151.58.174.15> has joined #yocto15:36
JPEWRyanEatmon84: Reply in history if you have it15:36
RyanEatmon84I do not   I was having issues.15:37
JPEWRyanEatmon84: We've been trying to make the server able to scale better to handle those sorts of situations15:37
RyanEatmon84Would that require a hash equiv server with a larger number of parallel server running?15:38
RyanEatmon84I might need to get a bigger server instead of the dual core one I have now15:38
JPEWRyanEatmon84: Ya, the server will either be limited by CPU time, or the database speed15:39
RyanEatmon84Ok... time to talk to IT about getting a bigger server.  Thanks.15:39
JPEWIf it's CPU time, you can spin up more (a change just recently merged that lets multiple servers share a TCP port to do load balancing, so you'd want that). If it's the database.... you'll have to figure that one out15:39
RyanEatmon84Yeah.  I saw that and set it up to run two in parallel.15:40
RyanEatmon84I was just curious about running 24 bitbakes at the same time and hitting the server(s).15:40
JPEWRyanEatmon84: Ya, if you aren't consuming all the CPU, spinning up more server instances probably won't help15:40
JPEWHard to say15:40
RyanEatmon84ok.  so if the CPU is not high then this should be "ok".15:41
JPEWYou _should_ be able to scale the server to handle that just fine; I can't tell you exactly what you would need to do to make it work15:41
JPEWRight15:41
RyanEatmon84there is no limit on the number of active connections to the server?15:41
JPEWNot in the hash server itself; the OS may have some restrictions15:42
RyanEatmon84ok.  thanks.15:42
JPEWRP: near as I can tell, the raw TCP connection had no connection timeout. Websockets is a 10 second timeout by default15:43
JPEWTCP probably had the default OS TCP connection timeout, which is usually about 70 seconds15:44
ldywickiout of curiosity is there an existing blueprint how to get bitbake recipes under tests with i.e. github actions? I've seen multiple examples which involved variety of tools, but did not find any formal or informal recommendation in this area.15:46
*** RyanEatmon84 <RyanEatmon84!~RyanEatmo@192.228.67.14> has quit IRC (Quit: Client closed)15:46
*** jmd <jmd!~user@2001:a61:2b57:a201:4b92:15ba:c66d:13b9> has joined #yocto15:49
*** dash_hope <dash_hope!~dash_hope@2601:646:a281:500:a14f:21aa:2673:8485> has joined #yocto15:52
halsteadRP: I'll have a hervserv up near valkyrie soon.15:56
*** nayfe <nayfe!~nayfe@147.161.184.189> has quit IRC (Quit: Client closed)15:58
*** dash_hope <dash_hope!~dash_hope@user/peoliye> has quit IRC (Quit: Client closed)16:01
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 256 seconds)16:05
*** tlwoerner <tlwoerner!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has quit IRC (Quit: Leaving)16:08
*** tlwoerner <tlwoerner!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has joined #yocto16:09
*** zpfvo <zpfvo!~fvo@i59F5CDE4.versanet.de> has quit IRC (Quit: Leaving.)16:12
qschulzldywicki: https://github.com/agherzan/meta-raspberrypi I think this layer does CI on GitHub16:18
ldywickiawesome, will have a look on it16:20
RPJPEW: So we probably hit the 10s websockets timeout?16:25
RPhalstead: ok, cool!16:25
* JPEW looks closely just to make sure16:26
halsteadRP: I'm about ready to start rebooting. Should I let your a-full finish first?16:26
JPEWRP: Yes, in all of the recent timeout cases, it's been the 10 second websockets timeout16:27
RPhalstead: no, kill it. It was started 7h ago and is clearly a slow one :(16:27
halsteadThanks.16:27
*** rfuentess <rfuentess!~rfuentess@lfbn-lyo-1-1566-5.w90-52.abo.wanadoo.fr> has quit IRC (Remote host closed the connection)16:27
RPJPEW: hopefully scaling the servers will help16:28
JPEWYa. 10 seconds may also be a little aggressive for a cross continent link16:29
* RP wonders whether to back out master-next changes and test with less risk of keep things in and hope for the best16:33
RPs/of/or/16:33
JPEWRP: Ya, either way it's confusing from an API perspective that the timeout is different than the invoke timeout, so I sent a patch to fix that16:45
RPJPEW: that makes sense and might help a bit too16:54
RPhalstead: could we run a master-next after maintenance please?16:55
halsteadSure. ;)16:55
halsteadRP: I just messaged in infra seconds before you.16:56
RPhalstead: I just saw and have started one thanks16:56
RPJPEW: I included your patch16:56
RPhalstead: if you need to stop valkyrie, that is fine too16:56
halsteadRP: Thank you. I don't need to interrupt it yet. I'll message when I do.16:57
RPhalstead: I'll be offline for a bit so just do it when needed17:00
halsteadRP: Shall I start another afterward?17:00
*** Saur_Home93 <Saur_Home93!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto17:01
*** Saur_Home19 <Saur_Home19!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Ping timeout: 250 seconds)17:05
*** Saur_Home3 <Saur_Home3!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto17:11
*** jmd <jmd!~user@2001:a61:2b57:a201:4b92:15ba:c66d:13b9> has quit IRC (Remote host closed the connection)17:11
*** Saur_Home93 <Saur_Home93!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Ping timeout: 250 seconds)17:15
*** sa7mfo <sa7mfo!~sa7mfo@83-233-6-197.cust.bredband2.com> has quit IRC (Quit: Client closed)17:30
bgreenRP: I don't think AUTOREV will get me what I need.  This isn't for a recipe with a SRC_UR that includes a git repo I want to pull fromI.  I have a toplevel local git repository, and layer repos are checked out beneath it.  I use the variable WORKSPACE to point to the toplevel repo.  During the do_rootfs or do_image stage of image creation, I just want a function to be executed any time the output of `cd ${WORKSPACE} && git describe`17:34
bgreen changes, so that I can write the description to a file under /etc in the rootfs.17:34
bgreenCurrently, the only way I can get this to work is by setting the nostamp flag on the task in question.  It isn't sufficient to set a variable to the result of a function that calls git describe, and then have my task have a dependency on that variable.17:38
*** florian_kc <florian_kc!~florian@dynamic-077-177-182-202.77.177.pool.telefonica.de> has joined #yocto18:11
*** mjm_ is now known as mjm18:22
*** Saur_Home11 <Saur_Home11!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto18:23
*** jmd <jmd!~user@2001:a61:2b57:a201:4b92:15ba:c66d:13b9> has joined #yocto18:26
*** Saur_Home91 <Saur_Home91!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto18:26
*** Saur_Home3 <Saur_Home3!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Ping timeout: 250 seconds)18:27
*** Saur_Home11 <Saur_Home11!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Ping timeout: 250 seconds)18:30
*** Saur_Home45 <Saur_Home45!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto18:41
*** Saur_Home91 <Saur_Home91!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Ping timeout: 250 seconds)18:44
*** Saur_Home48 <Saur_Home48!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto18:50
*** Saur_Home45 <Saur_Home45!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Ping timeout: 250 seconds)18:54
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has joined #yocto19:16
*** sakman <sakman!~sakman@208.111.77.233> has quit IRC (Remote host closed the connection)19:20
*** jmd <jmd!~user@2001:a61:2b57:a201:4b92:15ba:c66d:13b9> has quit IRC (Remote host closed the connection)19:21
*** Saur_Home19 <Saur_Home19!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto19:31
*** Saur_Home48 <Saur_Home48!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Ping timeout: 250 seconds)19:35
*** goliath <goliath!~goliath@user/goliath> has joined #yocto19:39
*** alperak <alperak!uid641238@id-641238.ilkley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)19:44
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving)19:45
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has quit IRC (Ping timeout: 240 seconds)20:00
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: Client closed)20:01
*** zwelch <zwelch!~zwelch@fluffy.mandolincreekfarm.com> has quit IRC (Ping timeout: 272 seconds)20:08
*** zwelch <zwelch!~zwelch@fluffy.mandolincreekfarm.com> has joined #yocto20:08
*** Saur_Home27 <Saur_Home27!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto20:09
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has joined #yocto20:11
*** Saur_Home19 <Saur_Home19!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Ping timeout: 250 seconds)20:13
*** Haxxa <Haxxa!~Haxxa@116.255.4.123> has quit IRC (Quit: Haxxa flies away.)20:15
*** Haxxa <Haxxa!~Haxxa@116.255.4.123> has joined #yocto20:18
*** amitk <amitk!~amit@58.84.62.221> has quit IRC (Ping timeout: 268 seconds)20:30
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has quit IRC (Ping timeout: 240 seconds)20:52
*** genericum <genericum!~genericum@mob-194-230-161-221.cgn.sunrise.net> has joined #yocto21:06
RPbgreen: you'll need to force the recipe to re-parse every time, then you can make git describe be a vardepvalue of a variable your task depends upon21:12
*** Saur_Home5 <Saur_Home5!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto21:13
*** genericum <genericum!~genericum@mob-194-230-161-221.cgn.sunrise.net> has quit IRC (Quit: Client closed)21:15
*** Saur_Home27 <Saur_Home27!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Ping timeout: 250 seconds)21:18
*** ajfriesen <ajfriesen!~ajfriesen@p5b27a0a0.dip0.t-ipconnect.de> has quit IRC (Read error: Connection reset by peer)21:18
*** mbulut <mbulut!~mbulut@31.18.142.81> has quit IRC (Ping timeout: 260 seconds)21:22
*** ajfriesen1 <ajfriesen1!~ajfriesen@p5b27a0a0.dip0.t-ipconnect.de> has joined #yocto21:24
*** mvlad <mvlad!~mvlad@2a02:2f05:821a:fb00:e88e:21ff:fe65:be18> has quit IRC (Remote host closed the connection)21:27
*** sgw <sgw!~swold@user/sgw> has joined #yocto21:39
*** Kubu_work <Kubu_work!~kubu@lfbn-nan-1-335-137.w82-120.abo.wanadoo.fr> has quit IRC (Quit: Leaving.)21:54
*** florian_kc <florian_kc!~florian@dynamic-077-177-182-202.77.177.pool.telefonica.de> has quit IRC (Ping timeout: 272 seconds)22:09
*** vthor <vthor!~thor@user/vthor> has quit IRC (Quit: kill -9 $pid)22:28
*** nerdboy <nerdboy!~nerdboy@gentoo/developer/nerdboy> has quit IRC (Ping timeout: 252 seconds)22:46
*** cambrian_invader <cambrian_invader!~cambrian_@50.217.174.170> has quit IRC (Ping timeout: 252 seconds)22:53
*** nerdboy <nerdboy!~nerdboy@gentoo/developer/nerdboy> has joined #yocto22:58
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Ping timeout: 255 seconds)23:10
*** dankm <dankm!~dan@user/dankm> has quit IRC (Remote host closed the connection)23:19
*** dankm <dankm!~dan@user/dankm> has joined #yocto23:21
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Remote host closed the connection)23:27
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto23:29

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