*** tgamblin <tgamblin!~tgamblin@d24-150-219-207.home.cgocable.net> has quit IRC (Ping timeout: 245 seconds) | 00:00 | |
*** reatmon_ <reatmon_!~reatmon@192.91.75.29> has quit IRC (Remote host closed the connection) | 00:28 | |
*** reatmon_ <reatmon_!~reatmon@192.91.75.29> has joined #yocto | 00:29 | |
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Remote host closed the connection) | 00:32 | |
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto | 00:34 | |
*** tgamblin <tgamblin!~tgamblin@d24-150-219-207.home.cgocable.net> has joined #yocto | 00:59 | |
*** tgamblin_ <tgamblin_!~tgamblin@d24-150-219-207.home.cgocable.net> has quit IRC (Ping timeout: 248 seconds) | 01:01 | |
*** Jones42_ <Jones42_!~Jones42@user/Jones42> has joined #yocto | 01:03 | |
*** Jones42 <Jones42!~Jones42@user/Jones42> has quit IRC (Ping timeout: 272 seconds) | 01:07 | |
*** jclsn <jclsn!~jclsn@2a04:4540:6539:d000:2ce:39ff:fecf:efcd> has quit IRC (Ping timeout: 246 seconds) | 01:25 | |
*** jclsn <jclsn!~jclsn@2a04:4540:6538:df00:2ce:39ff:fecf:efcd> has joined #yocto | 01:27 | |
*** tgamblin <tgamblin!~tgamblin@d24-150-219-207.home.cgocable.net> has quit IRC (Ping timeout: 252 seconds) | 01:41 | |
*** tgamblin <tgamblin!~tgamblin@d24-150-219-207.home.cgocable.net> has joined #yocto | 01:46 | |
*** xmn <xmn!~xmn@2600:4040:9398:a200:390c:f81:a074:eea5> has joined #yocto | 02:10 | |
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8071:65c3:7240:7ac4:a2ef:418f:db2c> has quit IRC (Ping timeout: 265 seconds) | 02:50 | |
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has joined #yocto | 03:17 | |
*** BiteriaFedoral <BiteriaFedoral!~BiteriaFe@2804:880:130e:5700:69b3:2157:6abe:896> has joined #yocto | 03:17 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 03:18 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 03:18 | |
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8071:65c3:7240:7ac4:a2ef:418f:db2c> has joined #yocto | 03:19 | |
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8071:65c3:7240:7ac4:a2ef:418f:db2c> has quit IRC (Ping timeout: 272 seconds) | 03:43 | |
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has quit IRC (Ping timeout: 252 seconds) | 03:44 | |
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8071:65c3:7240:7ac4:a2ef:418f:db2c> has joined #yocto | 03:55 | |
*** BiteriaFedoral <BiteriaFedoral!~BiteriaFe@user/BiteriaFedoral> has quit IRC (Quit: Client closed) | 04:38 | |
*** marka <marka!~marka@149.115.66.185> has quit IRC (Quit: ZNC 1.8.2 - https://znc.in) | 04:38 | |
*** steelswords <steelswords!~steelswor@user/steelswords1010> has quit IRC (Read error: Connection reset by peer) | 04:42 | |
*** steelswords <steelswords!~steelswor@user/steelswords1010> has joined #yocto | 04:44 | |
*** marka <marka!~marka@149.115.66.185> has joined #yocto | 04:46 | |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto | 05:23 | |
*** goliath <goliath!~goliath@user/goliath> has joined #yocto | 05:40 | |
*** wojci <wojci!~wojci@0x573e61cb.static.cust.fastspeed.dk> has joined #yocto | 05:42 | |
*** BenBE <BenBE!~benbe@user/benbe> has quit IRC (Ping timeout: 246 seconds) | 05:44 | |
*** ray-san <ray-san!~ray-san@195.50.168.194> has joined #yocto | 05:51 | |
*** rink_ <rink_!~rink@grief.zhmu.nl> has joined #yocto | 05:58 | |
rink_ | hi all | 05:59 |
---|---|---|
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 05:59 | |
rink_ | beginner question - I have a (custom) package that complains with | 05:59 |
rink_ | QA Issue: mdil-compat: Files/directories were installed but not shipped in any package: | 05:59 |
rink_ | Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install | 05:59 |
rink_ | So, I added: 'do_install:append() { rm -f /usr/bin/some-file } | 06:00 |
rink_ | but that does not work | 06:00 |
rink_ | I'm guessing I need this path to be relative to something... but, where? | 06:00 |
rink_ | Can someone help me? :-) | 06:00 |
rink_ | [the do_install:append() has a newline after {, but I don't know howto IRC that properly] | 06:01 |
OnkelUlla | rink_: Please try "rm -f ${D}${bindir}/some-file" instead. | 06:04 |
rink_ | OnkelUlla, thanks, I'll try that | 06:04 |
rink_ | [this is a temporary solution anyway, the package needs to be split but that's of course more involved at this point] | 06:04 |
*** frieder <frieder!~frieder@i59F664E6.versanet.de> has joined #yocto | 06:29 | |
*** xmn <xmn!~xmn@2600:4040:9398:a200:390c:f81:a074:eea5> has quit IRC (Quit: ZZZzzz…) | 06:31 | |
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto | 06:32 | |
*** Jones42_ is now known as Jones42 | 06:33 | |
Jones42 | OnkelUlla: now that I see you, I have a question regarding your image-type-verity.bbclass | 06:36 |
*** Haxxa <Haxxa!~Haxxa@116.255.4.123> has quit IRC (Ping timeout: 252 seconds) | 06:36 | |
Jones42 | A colleague recently pointed me towards https://git.yoctoproject.org/meta-security/tree/classes/dm-verity-img.bbclass . So now I'm a bit confused regarding the differences between that one and your proposed bbclass and why you made the effort of writing your own. | 06:37 |
*** BenBE <BenBE!~benbe@user/benbe> has joined #yocto | 06:42 | |
*** mckoan|away is now known as mckoan | 06:48 | |
OnkelUlla | Jones42: The main reason was to be able to append the hash tree directly to a filesystem image to have a compact container. All additionally required metadata is concentrated in a small shell script to be included into an initramfs. We chose a Python based implementation for better readability instead of a shell-based class. | 06:52 |
*** gsalazar <gsalazar!~gsalazar@107.105.60.94.rev.vodafone.pt> has joined #yocto | 06:59 | |
*** Haxxa <Haxxa!~Haxxa@116.255.4.123> has joined #yocto | 07:03 | |
Jones42 | OnkelUlla: understood, thanks. | 07:09 |
*** zpfvo <zpfvo!~fvo@i59F5CE3D.versanet.de> has joined #yocto | 07:10 | |
Jones42 | OnkelUlla: I've hacked it a bit to also generate a u-boot boot script that I can add to the signed FIT image. This removes the need for a initramfs (using the dm-early-init mechanism) | 07:11 |
*** rfuentess <rfuentess!~rfuentess@lfbn-lyo-1-1566-5.w90-52.abo.wanadoo.fr> has joined #yocto | 07:14 | |
*** kanavin_ <kanavin_!~Alexander@2a02:2455:86a1:c500:cfe8:f434:3125:3cb3> has joined #yocto | 07:19 | |
*** steelswords2 <steelswords2!~steelswor@user/steelswords1010> has joined #yocto | 07:19 | |
*** ello_ <ello_!~ello@107-182-46-85.volcanocom.com> has joined #yocto | 07:21 | |
*** ello <ello!~ello@107-182-46-85.volcanocom.com> has quit IRC (Quit: ZNC 1.9.1 - https://znc.in) | 07:21 | |
*** kanavin <kanavin!~Alexander@2a02:2455:86a1:c500:cfe8:f434:3125:3cb3> has quit IRC (Read error: Connection reset by peer) | 07:21 | |
*** rbox <rbox!~user@user/rbox> has quit IRC (Remote host closed the connection) | 07:21 | |
*** LocutusOfBorg <LocutusOfBorg!~locutusof@host-95-231-134-228.business.telecomitalia.it> has quit IRC (Read error: Connection reset by peer) | 07:21 | |
*** LocutusOfBorg <LocutusOfBorg!~locutusof@host-95-231-134-228.business.telecomitalia.it> has joined #yocto | 07:21 | |
*** Habbie <Habbie!peter@lorentz.7bits.nl> has quit IRC (Ping timeout: 246 seconds) | 07:21 | |
*** frieder <frieder!~frieder@i59F664E6.versanet.de> has quit IRC (Ping timeout: 246 seconds) | 07:21 | |
*** steelswords <steelswords!~steelswor@user/steelswords1010> has quit IRC (Ping timeout: 246 seconds) | 07:21 | |
*** steelswords2 is now known as steelswords | 07:21 | |
*** frieder <frieder!~frieder@i59F664E6.versanet.de> has joined #yocto | 07:21 | |
OnkelUlla | Jones42: You mean a script to construct a kernel commandline parameter "dm-mod.create=[...]" as described in https://www.kernel.org/doc/Documentation/device-mapper/dm-init.txt? | 07:21 |
*** Habbie2 <Habbie2!peter@lorentz.7bits.nl> has joined #yocto | 07:21 | |
*** rbox <rbox!~user@user/rbox> has joined #yocto | 07:21 | |
*** mvlad <mvlad!~mvlad@2a02:2f05:810e:b200:e88e:21ff:fe65:be18> has joined #yocto | 07:22 | |
Jones42 | OnkelUlla: jup. The annoying part was to shove it into the fitimage and re-sign the whole thing after the rootfs was built. For some reason rootfs has the kernel as a dependency and so I had to do some fitimage unpack/repack hackery. | 07:31 |
rink_ | OnkelUlla, thanks so much that solved it \o/ | 07:33 |
OnkelUlla | rink_: Good to hear - happy hacking! | 07:33 |
*** Habbie2 <Habbie2!peter@lorentz.7bits.nl> has quit IRC (Quit: WeeChat 2.3) | 07:46 | |
*** Habbie <Habbie!peter@lorentz.7bits.nl> has joined #yocto | 07:47 | |
OnkelUlla | Jones42: This is because you produce the fitimage via the kernel recipe (KERNEL_IMAGETYPES = "fitImage" and KERNEL_CLASSES:append = " kernel-fitimage"), right? | 07:51 |
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 07:51 | |
Jones42 | OnkelUlla: yes. We use the NXP BSP, so I just used what's there. i.e. kernel-fitimage.bbclass and uboot-sign.bbclass | 07:54 |
Jones42 | I'm aware of your fitimage class, but I didn't want to bother integrating that, and went with what's already in oe | 07:55 |
Jones42 | I can't tell you how many "This should really not be this complicated"-moments I had in the last months... | 07:57 |
OnkelUlla | Jones42: Unfortunately I can understand your moments quite well... :D | 08:09 |
*** Guest37 <Guest37!~Guest37@201.red-79-151-83.dynamicip.rima-tde.net> has joined #yocto | 08:10 | |
*** Guest37 <Guest37!~Guest37@201.red-79-151-83.dynamicip.rima-tde.net> has quit IRC (Write error: Broken pipe) | 08:11 | |
*** ak77 <ak77!~ak77@93-103-41-115.dynamic.t-2.net> has quit IRC (Ping timeout: 245 seconds) | 08:11 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Remote host closed the connection) | 08:11 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 08:12 | |
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto | 08:23 | |
*** zpfvo <zpfvo!~fvo@i59F5CE3D.versanet.de> has quit IRC (Ping timeout: 248 seconds) | 08:27 | |
*** zpfvo <zpfvo!~fvo@i59F5CE3D.versanet.de> has joined #yocto | 08:43 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Remote host closed the connection) | 08:52 | |
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto | 08:57 | |
*** wojci_ <wojci_!~wojci@0x573e61cb.static.cust.fastspeed.dk> has joined #yocto | 08:58 | |
*** jpuhlman <jpuhlman!~jpuhlman@50.240.203.141> has quit IRC (Ping timeout: 255 seconds) | 08:58 | |
*** wojci <wojci!~wojci@0x573e61cb.static.cust.fastspeed.dk> has quit IRC (Ping timeout: 260 seconds) | 09:00 | |
*** jpuhlman <jpuhlman!~jpuhlman@50.240.203.141> has joined #yocto | 09:02 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 09:14 | |
OnkelUlla | Jones42: The idea to totally avoid an initramfs by using "dm-mod.create=[...]" sounds quite good, I wasn't aware of that parameter. | 09:55 |
OnkelUlla | Jones42: Will try it out as soon as time allows - thanks for sharing! | 09:56 |
Jones42 | OnkelUlla: nice to know that I was finally able to provide something helpful instead of just annoying people in here :-) | 09:59 |
Jones42 | here's two links I found helpful: https://www.timesys.com/security/dm-verity-without-an-initramfs/ , https://archive.fosdem.org/2023/schedule/event/image_linux_secureboot_dmverity/ | 09:59 |
OnkelUlla | Jones42: No one knows everything, thus it's good to have such places for open discussions. :) | 10:03 |
OnkelUlla | Jones42: Thanks for the URLs, I am going to have a look! | 10:03 |
*** ak77 <ak77!~ak77@93-103-41-115.dynamic.t-2.net> has joined #yocto | 10:06 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Ping timeout: 256 seconds) | 10:09 | |
*** prabhakalad <prabhakalad!~prabhakar@165.225.17.161> has quit IRC (Remote host closed the connection) | 10:19 | |
*** prabhakalad <prabhakalad!~prabhakar@165.225.17.161> has joined #yocto | 10:19 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 10:24 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 10:24 | |
*** mbulut_ <mbulut_!~mbulut@31.18.142.72> has joined #yocto | 10:46 | |
*** sakoman <sakoman!~sakoman@98.142.47.158> has quit IRC (Ping timeout: 252 seconds) | 10:54 | |
*** enok <enok!~Thunderbi@185.102.18.74> has joined #yocto | 11:08 | |
*** sakoman <sakoman!~sakoman@98.142.47.158> has joined #yocto | 11:10 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 11:13 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Remote host closed the connection) | 11:15 | |
kilobyte_ch | I'm running Yocto/Bitbake/KAS in a Docker Container. While building a Bitbake (more or less this one: https://github.com/geoffrey-vl/pjsip-yocto/blob/master/pjproject_2.6.bb) I get this exception: [..]is owned by uid 1000, gid 1000, which doesn't match any user/group on target[..] Is this caused by the docker container? Any idea how to deal with this? | 11:22 |
kilobyte_ch | Full Error: https://paste.debian.net/1327742/ | 11:22 |
*** amitk_ <amitk_!~amit@58.84.61.190> has joined #yocto | 11:30 | |
*** amitk <amitk!~amit@58.84.60.178> has quit IRC (Ping timeout: 276 seconds) | 11:33 | |
*** enok <enok!~Thunderbi@185.102.18.74> has quit IRC (Ping timeout: 255 seconds) | 11:37 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 11:39 | |
*** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (Ping timeout: 252 seconds) | 12:01 | |
*** ablu <ablu!~m-bfyrfh@user/Ablu> has joined #yocto | 12:02 | |
RP | JaMa: I've sent out some bitbake/core tweaks which should help a lot with https://bugzilla.yoctoproject.org/show_bug.cgi?id=15515 | 12:08 |
RP | JaMa: I've not fixed the do_package_qa references yet but it should at least be possible now | 12:08 |
RP | JaMa: I'm also wondering what to do with setuptools :/ | 12:19 |
RobertBerger | ... probably you already know this, but if you do e.g. a do_configure:append and there is Python exception whatever you see as an error is not really helpful, since it shows the code for do_configure with some line number which has nothing to do with the prepended code | 12:30 |
RobertBerger | sorry prepend instead of append | 12:30 |
*** alimon <alimon!~alimon@189.172.112.213> has joined #yocto | 12:39 | |
RP | RobertBerger: is the line number that of the original code being appended to? | 12:40 |
*** Xagen__ <Xagen__!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 255 seconds) | 12:42 | |
RobertBerger | @RP: That's the exception you get: https://pastebin.com/L4RFCFkH | 12:47 |
RP | RobertBerger: what line is the do_configure in that file? somewhere above that? | 12:48 |
RobertBerger | @RP so I guess line 0398 | 12:49 |
RP | RobertBerger: it is probably worth a bug report, esp if you can get an example just using oe-core | 12:49 |
RobertBerger | The .inc file which contains the problem does not even have so many lines ;) | 12:49 |
RP | RobertBerger: https://github.com/rauc/meta-rauc/blob/master/classes-recipe/bundle.bbclass#L346 - it is just above that | 12:50 |
RP | RobertBerger: I can see why the code did this (the appended function is much longer but python reads the original from disk) | 12:51 |
RobertBerger | I will try to come up with some test case. At the moment I am more worried about the current state of the devtool and hope that I will come up with some tests for this ;) | 12:51 |
RP | we're abusing python's standard exception printing code so I'm not sure there is much we could do about this :( | 12:51 |
RobertBerger | Probably some doc would help - I was fighting 2 days to find the problem ;) | 12:52 |
RobertBerger | Is there somewhere a file which is .bb with all the require, includes, classes included? Like in C a preprocessor output? | 12:55 |
*** raghavgururajan <raghavgururajan!ea769b8000@user/raghavgururajan> has quit IRC (Remote host closed the connection) | 13:00 | |
*** jonesv <jonesv!e7e4272e85@2a03:6000:1812:100::10b5> has quit IRC (Remote host closed the connection) | 13:00 | |
*** sfo <sfo!d6f77adfe3@user/sfo/x-3716460> has quit IRC (Remote host closed the connection) | 13:00 | |
*** tostr <tostr!60aa75e090@user/tostr> has quit IRC (Remote host closed the connection) | 13:00 | |
*** tleb <tleb!6dbdd9ebc9@2a03:6000:1812:100::10cf> has quit IRC (Remote host closed the connection) | 13:00 | |
*** tleb <tleb!6dbdd9ebc9@2a03:6000:1812:100::10cf> has joined #yocto | 13:01 | |
*** sfo <sfo!d6f77adfe3@user/sfo/x-3716460> has joined #yocto | 13:01 | |
*** raghavgururajan <raghavgururajan!ea769b8000@user/raghavgururajan> has joined #yocto | 13:01 | |
*** tostr <tostr!60aa75e090@user/tostr> has joined #yocto | 13:01 | |
*** jonesv <jonesv!e7e4272e85@2a03:6000:1812:100::10b5> has joined #yocto | 13:01 | |
*** xmn <xmn!~xmn@2600:4040:9398:a200:2584:4715:b5b9:4ab3> has joined #yocto | 13:02 | |
OnkelUlla | RobertBerger: You could do a "bitbake-getvar -r <RECIPE> do_configure", does that help? | 13:08 |
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection) | 13:35 | |
RP | RobertBerger: not really | 13:37 |
*** Xagen <Xagen!~Xagen@4.14.206.69> has joined #yocto | 13:44 | |
*** wojci_ <wojci_!~wojci@0x573e61cb.static.cust.fastspeed.dk> has quit IRC (Ping timeout: 252 seconds) | 13:53 | |
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 14:31 | |
*** Jones42_ <Jones42_!~Jones42@user/Jones42> has joined #yocto | 14:34 | |
*** ray-san <ray-san!~ray-san@195.50.168.194> has quit IRC (Ping timeout: 276 seconds) | 14:35 | |
*** Jones42 <Jones42!~Jones42@user/Jones42> has quit IRC (Ping timeout: 252 seconds) | 14:37 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Remote host closed the connection) | 14:48 | |
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat) | 14:55 | |
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 246 seconds) | 14:59 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 15:14 | |
*** BenBE <BenBE!~benbe@user/benbe> has quit IRC (Ping timeout: 265 seconds) | 15:22 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Remote host closed the connection) | 15:35 | |
*** jmd <jmd!~user@2001:a61:2b0b:2c01:58dc:32d:3d4c:e7a> has joined #yocto | 15:36 | |
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto | 15:42 | |
* landgraf really hates "No SPDX file found for package" message which appears from nowhere :-/ | 15:46 | |
*** jmd <jmd!~user@2001:a61:2b0b:2c01:58dc:32d:3d4c:e7a> has left #yocto (ERC 5.4 (IRC client for GNU Emacs 28.2)) | 15:47 | |
*** frieder <frieder!~frieder@i59F664E6.versanet.de> has quit IRC (Remote host closed the connection) | 15:53 | |
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Quit: Leaving.) | 15:54 | |
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Quit: WeeChat 4.4.1) | 15:57 | |
*** mckoan is now known as mckoan|away | 15:57 | |
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 16:01 | |
RP | landgraf: an older release? I think we did fix that eventually | 16:02 |
*** Jones42__ <Jones42__!~Jones42@user/Jones42> has joined #yocto | 16:05 | |
*** zpfvo <zpfvo!~fvo@i59F5CE3D.versanet.de> has quit IRC (Remote host closed the connection) | 16:06 | |
*** florian_kc <florian_kc!~florian@dynamic-002-243-154-020.2.243.pool.telefonica.de> has joined #yocto | 16:07 | |
*** Jones42_ <Jones42_!~Jones42@user/Jones42> has quit IRC (Ping timeout: 252 seconds) | 16:09 | |
*** goliath <goliath!~goliath@user/goliath> has joined #yocto | 16:15 | |
*** BenBE <BenBE!~benbe@user/benbe> has joined #yocto | 16:18 | |
*** rfuentess <rfuentess!~rfuentess@lfbn-lyo-1-1566-5.w90-52.abo.wanadoo.fr> has quit IRC (Remote host closed the connection) | 16:20 | |
*** RobertBerger <RobertBerger!~rber|res@213-225-32-117.nat.highway.a1.net> has quit IRC (Ping timeout: 252 seconds) | 16:24 | |
JaMa | RP: "I'm also wondering what to do with setuptools :/" I've moved the CCACHE_DISABLE from python3-numpy to setuptools3.bbclass, but that's just work around, I was hoping that the author of setuptools upgrade will reply something | 16:43 |
RP | JaMa: I guess my options are revert or try and upgrade to a newer version... | 16:50 |
*** Jones42__ is now known as Jones42 | 16:58 | |
Jones42 | I just wanted to do_patch:append() and found out that it wants python code. Is there any way to append a shell script? | 17:02 |
landgraf | RP: scarthgap | 17:07 |
RP | landgraf: I don't know then, sorry :/ | 17:11 |
*** gsalazar <gsalazar!~gsalazar@107.105.60.94.rev.vodafone.pt> has quit IRC (Ping timeout: 272 seconds) | 17:20 | |
*** florian_kc <florian_kc!~florian@dynamic-002-243-154-020.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 246 seconds) | 17:22 | |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving) | 17:28 | |
*** prabhakalad <prabhakalad!~prabhakar@165.225.17.161> has quit IRC (Ping timeout: 244 seconds) | 17:31 | |
*** florian_kc <florian_kc!~florian@dynamic-002-243-154-020.2.243.pool.telefonica.de> has joined #yocto | 17:35 | |
*** florian_kc <florian_kc!~florian@dynamic-002-243-154-020.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 265 seconds) | 17:57 | |
*** florian_kc <florian_kc!~florian@dynamic-002-243-154-020.2.243.pool.telefonica.de> has joined #yocto | 18:00 | |
khem | Jones42:do_patch is usually mimicing append via SRC_URI += in simple terms. What would you like to do ? | 18:04 |
khem | you can do something like do_patch[postfuncs] | 18:07 |
khem | see ltp recipe e.g. | 18:07 |
*** dankm <dankm!~dan@user/dankm> has quit IRC (Remote host closed the connection) | 18:19 | |
*** dankm <dankm!~dan@user/dankm> has joined #yocto | 18:21 | |
*** risca <risca!~quassel@h-155-4-62-62.A980.priv.bahnhof.se> has quit IRC (Ping timeout: 252 seconds) | 18:32 | |
*** risca <risca!~quassel@h-155-4-62-62.A980.priv.bahnhof.se> has joined #yocto | 18:35 | |
tgamblin | RP: I was going to try to upgrade to a newer one shortly, since setuptools 74.x is out | 18:38 |
tgamblin | JaMa: Did I see you saying somewhere that the setuptools change broke recipes other than numpy, or am I just misremembering? | 18:38 |
*** enok <enok!~Thunderbi@94.191.137.52.mobile.tre.se> has joined #yocto | 18:43 | |
tgamblin | JaMa: also, do you have the specific build error you encountered for numpy, so I can tell if I'm hitting the same issue? Was there a specific arch/local.conf setup you built for? | 18:43 |
JaMa | tgamblin: all setuptools recipes seem to be affected when ccache is enabled (the hint is g++ command duplicated in the failing command line) | 18:56 |
JaMa | tgamblin: https://git.openembedded.org/openembedded-core-contrib/commit/?h=jansa/master&id=9210b267c97e26c38c8a9bc1a79e342e0aac76bd | 18:56 |
JaMa | tgamblin: https://lists.openembedded.org/g/openembedded-core/message/203658 | 18:56 |
tgamblin | JaMa: thanks | 18:57 |
*** mbulut_ <mbulut_!~mbulut@31.18.142.72> has quit IRC (Quit: Leaving) | 19:14 | |
*** enok <enok!~Thunderbi@94.191.137.52.mobile.tre.se> has quit IRC (Ping timeout: 272 seconds) | 19:25 | |
*** florian_kc <florian_kc!~florian@dynamic-002-243-154-020.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 246 seconds) | 19:29 | |
*** florian_kc <florian_kc!~florian@dynamic-002-243-154-020.2.243.pool.telefonica.de> has joined #yocto | 19:42 | |
*** florian_kc is now known as florian | 19:48 | |
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has joined #yocto | 19:55 | |
*** prabhakalad <prabhakalad!~prabhakar@165.225.17.161> has joined #yocto | 19:58 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 20:05 | |
*** 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 #yocto | 20:17 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Remote host closed the connection) | 20:29 | |
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has quit IRC (Quit: enok) | 20:30 | |
*** enok71 <enok71!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has joined #yocto | 20:30 | |
*** enok71 is now known as enok | 20:33 | |
tgamblin | since I mistakenly replied to the mailing list discussion about wangmy's setuptools upgrade: setuptools 74.x seems to break with numpy 1.26.4, so I'll wait for the numpy 2.0.1 upgrade to go in before sending an upgrade for setuptools 74.x | 20:34 |
JaMa | tgamblin: does the setuptools upgrade fix the issue with ccache? I've checked the git log before sending the report and I haven't seen any fixes for CC/CXX parsing there | 20:37 |
tgamblin | JaMa: No, I don't see anything that suggests it would, but I thought I'd try it anyway and see if the upgrade would work in the process. It doesn't, though | 20:37 |
JaMa | tgamblin: or you don't have ccache enabled and the error you reported is independent from what I've seen | 20:37 |
tgamblin | JaMa: I have your ccache patch on my local branch | 20:38 |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 20:40 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 20:40 | |
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 20:41 | |
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has quit IRC (Remote host closed the connection) | 20:59 | |
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has joined #yocto | 21:00 | |
*** tec <tec!~tec@217.115.15.70> has quit IRC (Ping timeout: 272 seconds) | 21:05 | |
*** tec <tec!~tec@217.115.15.70> has joined #yocto | 21:06 | |
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has quit IRC (Ping timeout: 246 seconds) | 21:12 | |
*** mvlad <mvlad!~mvlad@2a02:2f05:810e:b200:e88e:21ff:fe65:be18> has quit IRC (Remote host closed the connection) | 21:13 | |
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has joined #yocto | 21:15 | |
jonmason | khem: poky commit f43f393ef0246b7bee6eed8bcf8271cf2b8cdf40 breaks openssh when built with clang and musl | 21:29 |
*** mbulut <mbulut!~mbulut@31.18.142.72> has joined #yocto | 21:30 | |
jonmason | khem: fail looks like https://gitlab.com/jonmason00/meta-arm/-/jobs/7676823364 | 21:32 |
*** Xagen <Xagen!~Xagen@4.14.206.69> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…) | 21:38 | |
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has quit IRC (Quit: enok) | 21:39 | |
*** Kubu_work <Kubu_work!~kubu@lfbn-nan-1-335-137.w82-120.abo.wanadoo.fr> has joined #yocto | 21:39 | |
*** enok71 <enok71!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has joined #yocto | 21:40 | |
*** Kubu_work <Kubu_work!~kubu@lfbn-nan-1-335-137.w82-120.abo.wanadoo.fr> has quit IRC (Client Quit) | 21:40 | |
*** enok71 is now known as enok | 21:42 | |
*** enok <enok!~Thunderbi@c-4550e353.06-290-73746f71.bbcust.telenor.se> has quit IRC (Quit: enok) | 22:19 | |
RP | khem: I've restarted master-next again, I keep finding issues with those patches :/ | 22:30 |
*** florian <florian!~florian@dynamic-002-243-154-020.2.243.pool.telefonica.de> has quit IRC (Ping timeout: 260 seconds) | 22:33 | |
*** jbo <jbo!~jbo@user/tct> has quit IRC (Quit: ZNC 1.9.0 - https://znc.in) | 22:51 | |
*** mbulut <mbulut!~mbulut@31.18.142.72> has quit IRC (Remote host closed the connection) | 22:56 | |
*** mbulut <mbulut!~mbulut@ip1f128e48.dynamic.kabel-deutschland.de> has joined #yocto | 22:56 | |
*** jbo <jbo!~jbo@user/tct> has joined #yocto | 23:22 | |
*** vthor <vthor!~thor@user/vthor> has quit IRC (Ping timeout: 276 seconds) | 23:31 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 23:31 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 23:31 | |
*** vthor <vthor!~thor@149.19.169.49> has joined #yocto | 23:32 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!