*** xmn <xmn!~xmn@2600:4040:9390:8c00:2596:4315:407a:929e> has quit IRC (Quit: ZZZzzz…) | 00:05 | |
*** Marian81 <Marian81!~Marian@c-73-219-138-101.hsd1.nh.comcast.net> has joined #yocto | 00:08 | |
Marian81 | Hi, I have a problem with an .wic file, if the size is less then 2.1G, the wic is generated with grub-efi-bootx64.efi if is above 2.1G grub-efi-bootx64.efi is not populated under the first partition /boot/EFI/BOOT/. Do you have any input? | 00:09 |
---|---|---|
*** xmn <xmn!~xmn@2600:4040:9390:8c00:4055:3d9b:b8e6:f2a6> has joined #yocto | 00:13 | |
yates_work | rburton: 1) rm -fR tmp, 2) bitbake core-image-printer (my custom image adapted from core-image-sate), 3) runqemu qemuarm and verified qemu machine runs, 4) find . -name "run.do_conf*" returned nothing. | 00:21 |
yates_work | sato | 00:21 |
*** alimon <alimon!~alimon@189.172.185.29> has joined #yocto | 00:26 | |
yates_work | any clues would be appreciated | 00:29 |
yates_work | from anyone | 00:29 |
yates_work | does bitbake remove successfully-completed run.do and log.do files? | 00:31 |
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Remote host closed the connection) | 00:32 | |
*** lolock_ <lolock_!~lolock@164.92.162.3> has quit IRC (Server closed connection) | 00:32 | |
*** lolock <lolock!~lolock@164.92.162.3> has joined #yocto | 00:32 | |
Marian81 | I will add a mistake in a recipe to find out where the logged are stored ... | 00:34 |
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto | 00:34 | |
Marian81 | wic ls is giving me "ERROR: Can't find executable 'mdir'" | 00:51 |
yates_work | btw, i'm running kirkstone | 00:56 |
yates_work | could it be that this image recipe is downloading preconfigured state from the repos? | 01:01 |
yates_work | fyi, my goal is to find the ./configure options used by the qtbase recipe | 01:03 |
*** davidinux <davidinux!~davidinux@45.11.80.236> has quit IRC (Ping timeout: 246 seconds) | 01:03 | |
yates_work | meta-qt5/recipes-qt/qt5/qtbase | 01:04 |
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto | 01:18 | |
*** davidinux <davidinux!~davidinux@host-79-40-131-238.business.telecomitalia.it> has joined #yocto | 01:20 | |
*** amitk_ <amitk_!~amit@58.84.60.172> has quit IRC (Ping timeout: 246 seconds) | 01:25 | |
*** lexano <lexano!~lexano@174.119.69.134> has quit IRC (Ping timeout: 246 seconds) | 01:32 | |
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 255 seconds) | 01:52 | |
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 01:53 | |
*** GParker_ <GParker_!~GParker@207.154.79.70> has joined #yocto | 01:56 | |
*** geoffhp <geoffhp!~GParker@207.154.79.70> has quit IRC (Ping timeout: 252 seconds) | 01:58 | |
*** sakman_ <sakman_!~sakman@99.209.85.164> has joined #yocto | 02:00 | |
*** sakman <sakman!~sakman@208.111.77.233> has quit IRC (Ping timeout: 245 seconds) | 02:02 | |
*** KanjiMonster <KanjiMonster!~KanjiMons@dslb-088-076-253-094.088.076.pools.vodafone-ip.de> has quit IRC (Ping timeout: 255 seconds) | 02:07 | |
*** KanjiMonster <KanjiMonster!~KanjiMons@dslb-002-205-020-122.002.205.pools.vodafone-ip.de> has joined #yocto | 02:07 | |
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…) | 02:10 | |
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto | 02:11 | |
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Client Quit) | 02:14 | |
*** vvn <vvn!~vivien@bras-base-mtrlpq02huw-grc-03-174-88-247-208.dsl.bell.ca> has quit IRC (Server closed connection) | 02:44 | |
*** vvn <vvn!~vivien@bras-base-mtrlpq02huw-grc-03-174-88-247-208.dsl.bell.ca> has joined #yocto | 02:44 | |
khem | yates_work: yes if there are no run.do_conf* scripts that means it was using it from sstate | 02:52 |
khem | you are lucky ! | 02:52 |
khem | if you enable rm_work via local.conf INHERIT += "rm_work" then it will delete the build area of the successfully built recipe too | 02:53 |
khem | Marian81: I think it should `rmdir` | 02:54 |
*** GParker__ <GParker__!~GParker@207.154.79.70> has joined #yocto | 02:56 | |
khem | Marian81: let me take it back, I think wic does need mdir which is a tool coming from mtools-native recipe so somehow its missing in your wic image deps | 02:57 |
khem | add `do_image_wic[depends] += "mtools-native:do_populate_sysroot` in your machine conf or local conf | 02:58 |
*** jclsn <jclsn!~jclsn@2a04:4540:6513:a200:2ce:39ff:fecf:efcd> has quit IRC (Ping timeout: 252 seconds) | 02:58 | |
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Quit: WeeChat 4.0.4) | 02:59 | |
*** GParker_ <GParker_!~GParker@207.154.79.70> has quit IRC (Ping timeout: 246 seconds) | 02:59 | |
*** alex88 <alex88!~alex88@user/alex88> has quit IRC (Ping timeout: 250 seconds) | 02:59 | |
*** jclsn <jclsn!~jclsn@2a04:4540:6537:cd00:2ce:39ff:fecf:efcd> has joined #yocto | 03:00 | |
*** polprog <polprog!~ath0@user/polprog> has quit IRC (Server closed connection) | 03:06 | |
*** polprog <polprog!~ath0@user/polprog> has joined #yocto | 03:06 | |
*** brazuca <brazuca!~brazuca@2804:7f4:3598:bdc1:2993:327:1f7d:1fcd> has quit IRC (Ping timeout: 245 seconds) | 03:10 | |
*** alex88 <alex88!~alex88@user/alex88> has joined #yocto | 03:16 | |
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 03:28 | |
*** Ablu <Ablu!~Ablu@user/Ablu> has joined #yocto | 03:28 | |
*** sakman_ is now known as sakman | 03:44 | |
*** sakman_ <sakman_!~sakman@208.111.77.233> has joined #yocto | 03:46 | |
*** sakman <sakman!~sakman@99.209.85.164> has quit IRC (Ping timeout: 246 seconds) | 03:48 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat) | 03:52 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto | 03:52 | |
*** zbr <zbr!zibri@shell.x20.se> has quit IRC (Server closed connection) | 04:01 | |
*** olof <olof!zibri@shell.x20.se> has joined #yocto | 04:01 | |
yates_work | khem: aha! i was thinking the cache's were under tmp. doh! | 04:22 |
yates_work | thank you! | 04:22 |
yates_work | is there anything wrong with just "rm -fR sstate-cache cache" ? | 04:28 |
yates_work | instead of using bitbake -c blah | 04:28 |
*** amitk <amitk!~amit@58.84.60.172> has joined #yocto | 04:58 | |
*** khem <khem!uid220931@id-220931.helmsley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity) | 05:07 | |
*** amitk <amitk!~amit@58.84.60.172> has quit IRC (Ping timeout: 252 seconds) | 05:09 | |
*** Ram-Z <Ram-Z!~Ram-Z@li1814-254.members.linode.com> has quit IRC (Server closed connection) | 05:18 | |
*** Ram-Z <Ram-Z!~Ram-Z@li1814-254.members.linode.com> has joined #yocto | 05:19 | |
*** Sai-Kiran <Sai-Kiran!~Sai-Kiran@49.37.242.118> has joined #yocto | 05:50 | |
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto | 05:52 | |
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto | 05:54 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 05:59 | |
*** l3s8g <l3s8g!~l3s8g@p200300de171f520000000000000005e9.dip0.t-ipconnect.de> has joined #yocto | 06:00 | |
*** Minvera <Minvera!~Minvera@user/Minvera> has quit IRC (Ping timeout: 246 seconds) | 06:02 | |
*** rfs613 <rfs613!~rfs613@bmtnon1340w-lp130-01-142-114-20-193.dsl.bell.ca> has quit IRC (Ping timeout: 255 seconds) | 06:18 | |
*** rfs613 <rfs613!~rfs613@174.94.49.189> has joined #yocto | 06:24 | |
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Ping timeout: 245 seconds) | 06:25 | |
*** louson <louson!~louson@2001:912:1480:1c0::1> has quit IRC (Server closed connection) | 06:32 | |
*** rfuentess <rfuentess!~rfuentess@2a01cb09e00d97837ca4e297da1679ea.ipv6.abo.wanadoo.fr> has joined #yocto | 06:34 | |
*** goliath <goliath!~goliath@user/goliath> has joined #yocto | 06:43 | |
*** davidinux <davidinux!~davidinux@host-79-40-131-238.business.telecomitalia.it> has quit IRC (Ping timeout: 255 seconds) | 06:48 | |
*** davidinux <davidinux!~davidinux@194.34.233.113> has joined #yocto | 06:49 | |
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto | 06:52 | |
*** linfax <linfax!~linfax@eumail.topcon.com> has joined #yocto | 06:53 | |
*** Marian81 <Marian81!~Marian@c-73-219-138-101.hsd1.nh.comcast.net> has quit IRC (Quit: Ping timeout (120 seconds)) | 06:53 | |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has joined #yocto | 06:59 | |
*** rfuentess <rfuentess!~rfuentess@2a01cb09e00d97837ca4e297da1679ea.ipv6.abo.wanadoo.fr> has quit IRC (Remote host closed the connection) | 07:12 | |
*** rfuentess <rfuentess!~rfuentess@2a01cb09e00d9783deb88cf304d061a1.ipv6.abo.wanadoo.fr> has joined #yocto | 07:13 | |
*** frieder <frieder!~frieder@i577B939B.versanet.de> has joined #yocto | 07:14 | |
LetoThe2nd | yo dudX | 07:15 |
Schlumpf | Good morning | 07:15 |
*** JerryM <JerryM!~jermain@149.3.168.10> has joined #yocto | 07:23 | |
*** lighteagle <lighteagle!~lighteagl@88-113-81-118.elisa-laajakaista.fi> has joined #yocto | 07:27 | |
*** mkazantsev <mkazantsev!~mkazantse@mail.orangedata.ru> has joined #yocto | 07:29 | |
*** AndreiM <AndreiM!~AndreiM@92.81.62.60> has joined #yocto | 07:40 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 07:42 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 07:43 | |
AndreiM | hi guys. I have a little problem while upgrading my project from dunfell to kirkstone with one of my recipes. Maybe you can guide me where to look at (hopefully). This is the issue: | 07:45 |
AndreiM | log.do_compile.263830 | 07:45 |
AndreiM | Log data follows: | 07:45 |
AndreiM | | DEBUG: Executing shell function do_compile | 07:45 |
AndreiM | | NOTE: VERBOSE=1 cmake --build /home/user/oe-core/build/tmp/work/armv7at2hf-neon-tdx-linux-gnueabi/shadowsocks-libev/3.3.5-r0/build --target all -- | 07:45 |
AndreiM | | Error: could not load cache | 07:45 |
*** kpo <kpo!~kpo@87-206-161-246.dynamic.chello.pl> has joined #yocto | 07:45 | |
olani- | yates_work: There is nothing wrong with it, but it's probably overkill. 'bitbake qtbase -c configure' would force bitbake to rerun the configure step and then you can check the files. | 07:48 |
olani- | yates_work: Sorry, that should be 'bitbake qtbase -c configure -f' to force the task to be rerun. | 07:49 |
AndreiM | in my .bb file I have "inherit cmake pkgconfig" . I'm not using any qt-related recipes | 07:51 |
AndreiM | sorry, I'm quite new to yocto and it feels a bit overwhelming now :)) | 07:52 |
*** ckayhan1 <ckayhan1!~ckayhan@176.235.144.138> has quit IRC (Ping timeout: 245 seconds) | 07:54 | |
olani- | AndreiM: I'm not sure I can help with cmake, but we probably need more of the log to help. Please don't paste it here but use some pastebin server. The recipe too if possible. | 07:56 |
LetoThe2nd | AndreiM: does your cmake thingy do any network access during compile? such as a shared cache? | 07:57 |
*** GParker_ <GParker_!~GParker@207.154.79.70> has joined #yocto | 08:04 | |
AndreiM | I just got the project from github and did not mingle with it's build | 08:07 |
*** GParker__ <GParker__!~GParker@207.154.79.70> has quit IRC (Ping timeout: 252 seconds) | 08:07 | |
AndreiM | looks like downgrading to PREFERRED_VERSION_mbedtls = "2.28.2" from 3.4.0 solved the problem. I don't think it's ok on the long term tho | 08:11 |
*** Guest10 <Guest10!~Guest10@194-16-1-10.customer.telia.com> has quit IRC (Quit: Client closed) | 08:11 | |
AndreiM | and adding in the recipe: | 08:12 |
AndreiM | do_compile() { | 08:12 |
AndreiM | cd ${S} | 08:12 |
AndreiM | cmake . | 08:12 |
AndreiM | cmake --build . | 08:12 |
AndreiM | } | 08:12 |
LetoThe2nd | AndreiM: the latter is definitely a bug because it breaks the do_configure stage. | 08:29 |
mcfrisk | sigh, re-clone of kernel git repo. I'll send a revert now.. | 08:30 |
AndreiM | why do you say it's a bug? it did all the steps (hopefully?) right....including the do_install and the later ones | 08:34 |
LetoThe2nd | AndreiM: the cmake.bbclass makes sure that all necessary bits and pieces for the cross build are in place. by bluntly calling "cmake ." in do_compile, you a) break the dependency chain of compile on configure, and b) almost certain mess up the required parameters. | 08:35 |
LetoThe2nd | (AFK for an hour or so now, sorry) | 08:35 |
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto | 08:39 | |
olani- | AndreiM: I'm not famillliar with shadowsocks-libev, but the build instructions here https://github.com/shadowsocks/shadowsocks-libev#linux all mention autotools not cmake. | 08:42 |
olani- | AndreiM: Did you find the recipe somewhere online as well? | 08:43 |
AndreiM | no, it was created by an ex-coleague and it was working with dunfell | 08:44 |
olani- | AndreiM: If you have 'inherit cmake' you shouldn't need to define your own do_compile (or do_configure). | 08:45 |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has quit IRC (Ping timeout: 252 seconds) | 08:45 | |
AndreiM | that's what I thought to be right (as you said) but somehow the newer version of cmake fails | 08:46 |
qschulz | AndreiM: if you really need to build from ${S} you can just change B to point to ${S}? | 08:47 |
*** ptsneves <ptsneves!~Thunderbi@031011128011.dynamic-3-poz-k-0-2-0.vectranet.pl> has joined #yocto | 08:48 | |
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 08:51 | |
AndreiM | this is the recipe: https://pastebin.com/qT3s2VeR | 08:53 |
AndreiM | qschulz the one that built successfully. But I think something is missing | 08:54 |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat) | 08:57 | |
qschulz | AndreiM: nowhere is it mentioned it supports cmake though | 08:57 |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto | 08:57 | |
qschulz | (yes I see there's a CMakeLists.txt file, but the instructions mention using autotools | 08:57 |
qschulz | so maybe use that instead? | 08:57 |
qschulz | AndreiM: I highly recommend to not use the git submodules in there especially since I believe we have recipes for those? | 08:58 |
qschulz | libsodium at least I think | 08:58 |
qschulz | to quote: If your system provides with those libraries, you should not install them from source.You should jump to this section and install them from the distribution repository instead. | 08:59 |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has joined #yocto | 09:01 | |
AndreiM | qschulz I'll try using autotools instead of cmake. About the submodules, they are part of the project (shadowsocks-libev). Maybe I'll need to modify those sources not to build/install them... | 09:02 |
qschulz | AndreiM: if you don't fetch them it should find them from the sysroot probably | 09:03 |
qschulz | if not, you need to patch the build system to find them in the sysroot | 09:04 |
qschulz | but the isntructions from shadowsocks-libev is to NOT use the git submodules if the libs are already in your system | 09:04 |
qschulz | so do it the proper way and add/use recipes instead for those dependencies | 09:04 |
*** GParker__ <GParker__!~GParker@207.154.79.70> has joined #yocto | 09:04 | |
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 246 seconds) | 09:06 | |
AndreiM | qschulz thanks for the guidance. I'll recreate sadowsocks-libev recipe from scratch and work from that. Sometimes it's easier and safer to do so instead of "upgrading" old stuff | 09:07 |
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 09:07 | |
*** GParker_ <GParker_!~GParker@207.154.79.70> has quit IRC (Ping timeout: 245 seconds) | 09:07 | |
*** davidinux <davidinux!~davidinux@194.34.233.113> has quit IRC (Ping timeout: 240 seconds) | 09:10 | |
qschulz | AndreiM: to be fair, I only checked the default branch of thegit repo, haven't checked if this waht you're using.. so maybe not so good advice | 09:10 |
*** mbulut <mbulut!~mbulut@31.18.15.188> has joined #yocto | 09:11 | |
*** ckayhan1 <ckayhan1!~ckayhan@176.235.144.138> has joined #yocto | 09:12 | |
*** davidinux <davidinux!~davidinux@host-79-40-131-238.business.telecomitalia.it> has joined #yocto | 09:12 | |
*** kpo <kpo!~kpo@87-206-161-246.dynamic.chello.pl> has quit IRC (Ping timeout: 252 seconds) | 09:18 | |
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Quit: Client closed) | 09:19 | |
*** mbulut <mbulut!~mbulut@31.18.15.188> has quit IRC (Quit: Leaving) | 09:21 | |
*** Saur <Saur!~pkj@nebula.axis.com> has quit IRC (Server closed connection) | 09:26 | |
*** Sai-Kiran <Sai-Kiran!~Sai-Kiran@49.37.242.118> has quit IRC (Quit: Client closed) | 09:26 | |
*** Saur <Saur!~pkj@nebula.axis.com> has joined #yocto | 09:27 | |
*** rfuentess <rfuentess!~rfuentess@2a01cb09e00d9783deb88cf304d061a1.ipv6.abo.wanadoo.fr> has quit IRC (Remote host closed the connection) | 09:39 | |
*** rfuentess <rfuentess!~rfuentess@lfbn-lyo-1-1294-101.w86-207.abo.wanadoo.fr> has joined #yocto | 09:46 | |
olani- | AndreiM: Try 'devtool add' to autogenerate as much as possible. | 09:51 |
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto | 09:52 | |
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Quit: Client closed) | 10:03 | |
*** GParker_ <GParker_!~GParker@207.154.79.70> has joined #yocto | 10:05 | |
*** GParker__ <GParker__!~GParker@207.154.79.70> has quit IRC (Ping timeout: 246 seconds) | 10:08 | |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has quit IRC (Ping timeout: 246 seconds) | 10:23 | |
RP | kanavin: https://autobuilder.yoctoproject.org/typhoon/#/builders/37/builds/7793 - cancelled builds appear to work, thanks! | 10:23 |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has joined #yocto | 10:24 | |
kanavin | RP: \0/ | 10:25 |
RP | kanavin: that was a lot simpler than I thought it was going to be! | 10:27 |
RP | It is little things like this which will help everyone - hopefully fewer out of space issues on the AB and less hassle for the admins too as a result | 10:28 |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has quit IRC (Ping timeout: 252 seconds) | 10:28 | |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has joined #yocto | 10:29 | |
kanavin | RP: I took time to study both the buildbot docs and then its code (grep for various related keywords), so I would visit every corner of it exhaustively. I have to say documentation alone didn't help, as it doesn't say outright 'alwaysRun' applies to cancelled builds as well. | 10:30 |
kanavin | I also understand better how the whole thing works now :) | 10:30 |
RP | kanavin: I'd looked at the docs myself but it certainly wasn't clear! It is helpful to have someone else who knows something about it :) | 10:31 |
RP | kanavin: I did have a look at that shadow static issue and got frustrated that libtool doesn't appear to follow it's own help text or docs :( | 10:34 |
RP | I was hoping we could do something like a do_compile:prepend () of sed -i -e 's#mode=link#mode=link -all-static#g' ${B}/*/Makefile | 10:34 |
kanavin | RP: I got frustrated mostly because the whole thing isn't working cohesively, even though it's all GNU. There's no way to put -all-static in there via autoconf, and there's also no way to add it after the fact with a libtool-specific makefile variable that would pass the flag. | 10:37 |
kanavin | and toying with things like LDFLAGS would clash in other places. | 10:38 |
kanavin | RP: did you try the sed hack? did it not work? | 10:38 |
RP | kanavin: it didn't work, I'm not sure why. libtool claims -all-static is an unknown option | 10:42 |
RP | kanavin: I'll probably poke more, I just thought I'd share ideas :) | 10:42 |
*** Guest4 <Guest4!~Guest4@37.16.71.42> has joined #yocto | 10:42 | |
rburton | haha gnu cohesion haha :) of course nothing works together, it's GNU :) | 10:42 |
kanavin | RP: right I can try to push it a bit more as well by applying the sed thing, it should help in theory and the option does exist, but it's still a hack | 10:43 |
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto | 10:44 | |
RP | kanavin: I appreciate it is horrible, I just worry about other issues more... | 10:44 |
rburton | speaking of , i should dig out my slibtool branch and see if it works still | 10:44 |
kanavin | RP: I also wrote a buildbot rant on linkedin, you might find it somewhat amusing https://www.linkedin.com/posts/alexander-kanavin-94585686_javascript-nodejs-frameworks-activity-7105914963914813440-Pppp | 10:52 |
kanavin | you can install buildbot in debian, and even start masters and workers, but there will not be any web ui! amazing! | 10:53 |
kanavin | wasted an hour on this or so | 10:54 |
kanavin | that's why the patch was untested btw, I hate containers with a passion | 10:54 |
kanavin | I'd say JS-based UI is buildbot's weakest link. something tells me you can do all of these dynamic things with plain html nowadays. | 10:56 |
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed) | 11:00 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 11:03 | |
RP | kanavin: at least they removed the coffeescript! | 11:03 |
RP | kanavin: the readmes in our autobuilder repo do document how to setup a test environment, easiest is if you create a local user for the purpose | 11:04 |
rburton | kanavin: as you're now a buildbot expert, do you think its even possible to embed the right <title> tag in the generated html for eg a link to a specfic build? or is the returned html always the same and the content is always generated on the client? | 11:04 |
kanavin | RP: right, I'll check them next time because anything more serious would've required that | 11:05 |
RP | rburton: can you be specific about the page you mean? | 11:06 |
kanavin | rburton, that I have no idea. I dived into specifically the build steps implementation and behavior. | 11:06 |
*** elfenix|cloud <elfenix|cloud!sid516192@id-516192.helmsley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity) | 11:06 | |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has quit IRC (Ping timeout: 252 seconds) | 11:22 | |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has joined #yocto | 11:23 | |
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto | 11:24 | |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has quit IRC (Ping timeout: 255 seconds) | 11:27 | |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has joined #yocto | 11:27 | |
*** yolo <yolo!~xxiao@li1120-73.members.linode.com> has quit IRC (Remote host closed the connection) | 11:30 | |
rburton | RP: eg https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/5701. guessing from the URL structure the server just returns identical html and the client fills it in | 11:31 |
*** Fanfwe <Fanfwe!~fanfwe@im.goudal.net> has quit IRC (Server closed connection) | 11:47 | |
*** Fanfwe <Fanfwe!~fanfwe@im.goudal.net> has joined #yocto | 11:48 | |
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed) | 11:53 | |
*** vladest1 <vladest1!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has joined #yocto | 11:54 | |
*** AndreiM <AndreiM!~AndreiM@92.81.62.60> has quit IRC (Quit: Client closed) | 11:54 | |
*** vladest1 <vladest1!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has quit IRC (Client Quit) | 11:56 | |
*** brazuca <brazuca!~brazuca@2804:7f4:3598:bdc1:894a:7b30:6ad9:eae3> has joined #yocto | 11:57 | |
*** wmills_ <wmills_!~wmills@pool-108-31-156-225.washdc.fios.verizon.net> has quit IRC (Remote host closed the connection) | 12:00 | |
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 246 seconds) | 12:07 | |
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has quit IRC (Quit: vladest) | 12:07 | |
RP | rburton: that page is generated from this https://github.com/buildbot/buildbot/blob/master/www/base/src/app/builders/builds/build.tpl.jade | 12:17 |
Guest4 | Hi, | 12:18 |
Guest4 | I have a recipe A.bb which DEPENDS on another recipe B.bb. | 12:18 |
Guest4 | B.bb only contains headers which are installed to ${includedir}. So ${PN} is empty (ALLOW_EMPTY:${PN} = "1"). The headers are in ${PN}-dev. | 12:18 |
Guest4 | Adding A to an image works fine. However, when building the SDK (do_populate_sdk) the headers from B are not installed. I checked the buildhistory and targets->depends.dot has "A-dev" -> "B-dev" [style=dotted]. Also the package A-dev RRECOMMENDS B-dev. Moreover, I found out that everything works fine when I set an explicit RDEPENDS from A-dev to | 12:18 |
Guest4 | B-dev. | 12:18 |
Guest4 | Can somebody please explain why the RRECOMMENDS does not lead to the installation of B-dev in the SDK? Is this somehow related to oe-core b44b0b9294675f89aa51ff84f532664f4c479677 ? | 12:18 |
RP | rburton: https://github.com/buildbot/buildbot/blob/master/www/base/src/app/builders/builds/build.route.js#L14 is interesting as it probably isn't working? | 12:18 |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 12:20 | |
RP | rburton: hmm, I see what you mean about the generated code | 12:20 |
RP | rburton: I think this is just how it works :( | 12:21 |
rburton | yeah | 12:21 |
rburton | mcfrisk: i think your change to testimage so that it sets a default TARGET_IP on slirp is fundamentally broken, and i'm annoyed that i didn't notice until after it merged | 12:25 |
yates_work | olani-: i see you. | 12:26 |
rburton | mcfrisk: guests running in slirp can't open ports <1024, so runqemu tells qemu that if the guest opens port 22, actually open 2222. so if you use slirp, you need to set TEST_TARGET_IP to localhost:2222, otherwise the ssh test will hit localhost. | 12:27 |
rburton | localhost:22 that is | 12:27 |
yates_work | olani-: sheesh! s/i see you/i see, thank you/ | 12:27 |
RP | rburton: how does that work for multiple images in parallel? | 12:29 |
JerryM | hey people anyone knowledgeable about sstate and useradd? Im having an issue where an sstate task fails, causing bitbake to return with an error even though it recovered succesfully | 12:30 |
JerryM | the cause is useradd reports an error while trying to add a group that is added in another package, saying it doesn't exists. the normal recipe has both RDPENDS and DEPENDS on the recipe that add this group, however when restoring from sstate this seems to fail often | 12:31 |
rburton | RP: it doesn't, this is why slirp isn't as good as tap | 12:31 |
rburton | most people using slirp are using it inside containers, so that's not a problem | 12:32 |
RP | JerryM: I think there are open bugs related to that? | 12:32 |
RP | rburton: how does a container solve that? | 12:32 |
JerryM | @RP it seems you are correct | 12:34 |
JerryM | I guess it's a general issue and not just on my end | 12:34 |
mcfrisk | RP: network namespaces | 12:35 |
RP | so qemu creates a new network namespace for each image under test? | 12:36 |
*** belsirk <belsirk!~rfuentess@37.166.220.175> has joined #yocto | 12:37 | |
mcfrisk | rburton: I think TEST_TARGET_IP needs to be split, the test frameworks/controller needs the externally visible one, and then inside the running target system another one. | 12:37 |
RP | JerryM: there are open bugs so if they match it is likely not just you | 12:37 |
mcfrisk | RP: for example running docker container to build and test images with qemu, slirp there won't be visible to outside of the docker container. like presumably kas | 12:38 |
*** rfuentess <rfuentess!~rfuentess@lfbn-lyo-1-1294-101.w86-207.abo.wanadoo.fr> has quit IRC (Ping timeout: 252 seconds) | 12:39 | |
RP | mcfrisk: but that container can run multiple testimages in parallel within it somehow? | 12:39 |
mcfrisk | RP: not with slirp | 12:40 |
JerryM | RP: yes it seems https://bugzilla.yoctoproject.org/show_bug.cgi?id=13419 is what I'm running into as well | 12:40 |
mcfrisk | but multiple containers using different network namespaces e.g. localhost port 2222, can run in parallel | 12:40 |
RP | mcfrisk: ok, I was thinking you meant a container somehow allowed that limitation to be avoided | 12:40 |
RP | multiple containers fair enough | 12:40 |
*** belsirk is now known as rfuentess | 12:46 | |
JerryM | I'll keep an eye on that and see if I can find some time to maybe dig into this, I'm not very confident I have enough knowldegde for that though | 12:50 |
mcfrisk | rburton: is your use case running exported tests with slirp? | 12:51 |
rburton | no, kas container, so the testimage happens inside the container too | 12:55 |
rburton | i have a patch to make it 'just work' with the standard setup | 12:55 |
rburton | but with the current code it looks like the slirp testimage qa test is verifying that the host has a sshd running | 12:55 |
mcfrisk | bugger. yea target should be 127.0.0.1:2222 but I fear some of the tests will fail due to the port number. selftests are a bit too special for my understanding.. | 12:57 |
rburton | the port is fine, testimage strips it out | 13:00 |
*** rfuentess <rfuentess!~rfuentess@37.166.220.175> has quit IRC (Ping timeout: 245 seconds) | 13:00 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat) | 13:02 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto | 13:02 | |
* mcfrisk wonders how runtime tests were failing and then passing with my changes if ssh is completely broken | 13:04 | |
rburton | yeah i'm now at the "how did this work" stage of debugging | 13:06 |
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto | 13:07 | |
mcfrisk | maybe missing TEST_SUITES = "ping ssh" | 13:07 |
*** linfax <linfax!~linfax@eumail.topcon.com> has quit IRC (Ping timeout: 255 seconds) | 13:12 | |
*** rfuentess <rfuentess!~rfuentess@2a01:cb16:2048:5bfb:3b0d:d646:c381:3ce4> has joined #yocto | 13:15 | |
*** tgamblin_ <tgamblin_!~tgamblin@2605:8d80:5e0:57d4:b43b:326b:4e55:10c1> has joined #yocto | 13:22 | |
*** tgamblin_ <tgamblin_!~tgamblin@2605:8d80:5e0:57d4:b43b:326b:4e55:10c1> has quit IRC (Remote host closed the connection) | 13:23 | |
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has joined #yocto | 13:23 | |
*** tgamblin <tgamblin!~tgamblin@2001:1970:5b1f:ab00:71eb:b8e9:8589:9ca5> has quit IRC (Ping timeout: 258 seconds) | 13:25 | |
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 13:29 | |
*** tgamblin <tgamblin!~tgamblin@2001:1970:5b1f:ab00:d875:6297:4e81:e577> has joined #yocto | 13:31 | |
RP | kanavin: FWIW the -all-static has to go after CCLD which is why it was breaking | 13:35 |
*** varjag <varjag!~user@188.95.241.196> has quit IRC (Quit: ERC (IRC client for Emacs 27.1)) | 13:38 | |
*** rfuentess <rfuentess!~rfuentess@2a01:cb16:2048:5bfb:3b0d:d646:c381:3ce4> has quit IRC (Read error: Connection reset by peer) | 13:43 | |
*** rfuentess <rfuentess!~rfuentess@2a01:cb16:2048:5bfb:e5c5:af00:eb10:8b39> has joined #yocto | 13:45 | |
RP | kanavin: https://git.yoctoproject.org/poky-contrib/commit/?h=rpurdie/t222&id=a8c7fa067571faceb09e0f376b3529fa298d19d9 works horrible as it is | 13:46 |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 13:48 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 13:48 | |
*** mkazantsev <mkazantsev!~mkazantse@mail.orangedata.ru> has quit IRC (Ping timeout: 252 seconds) | 13:53 | |
*** amitk <amitk!~amit@58.84.60.172> has joined #yocto | 13:54 | |
*** Xagen <Xagen!~Xagen@rrcs-98-6-114-13.sw.biz.rr.com> has joined #yocto | 13:57 | |
*** Guest4 <Guest4!~Guest4@37.16.71.42> has quit IRC (Quit: Client closed) | 14:07 | |
*** rfuentess <rfuentess!~rfuentess@2a01:cb16:2048:5bfb:e5c5:af00:eb10:8b39> has quit IRC (Read error: Connection reset by peer) | 14:12 | |
*** rfuentess <rfuentess!~rfuentess@37.166.220.175> has joined #yocto | 14:12 | |
*** wmills <wmills!~wmills@pool-108-31-156-225.washdc.fios.verizon.net> has joined #yocto | 14:13 | |
RP | kanavin: of course complete static linking breaks pseudo as it can't see the libc calls :( | 14:16 |
*** l3s8g <l3s8g!~l3s8g@p200300de171f520000000000000005e9.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 245 seconds) | 14:18 | |
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection) | 14:19 | |
*** GParker__ <GParker__!~GParker@207.154.79.70> has joined #yocto | 14:20 | |
*** ckayhan1 <ckayhan1!~ckayhan@176.235.144.138> has quit IRC (Ping timeout: 255 seconds) | 14:21 | |
*** amitk <amitk!~amit@58.84.60.172> has quit IRC (Ping timeout: 252 seconds) | 14:23 | |
*** GParker_ <GParker_!~GParker@207.154.79.70> has quit IRC (Ping timeout: 255 seconds) | 14:23 | |
*** lexano <lexano!~lexano@174.119.69.134> has joined #yocto | 14:30 | |
kanavin | RP: right, so maybe this should be a custom patch after all, there's a point where sed expressions start to crumble, and it's getting close to that :( or just abandon the idea, and do dynamic linking with handwritten setscene dependencies list as originally proposed :-/ | 14:31 |
*** brazuca <brazuca!~brazuca@2804:7f4:3598:bdc1:894a:7b30:6ad9:eae3> has quit IRC (Quit: Client closed) | 14:31 | |
RP | kanavin: well, I have a slightly different patch to test | 14:31 |
RP | kanavin: the impact of the inverted setscene dependencies shouldn't be underestimated :/ | 14:32 |
JPEW | JaMa: I'm horribly confused about how the /data0001 is showing up in the output of `git rev-parse --absolute-git-dir`; AFAICT that path shouldn't be encoded in the mirror tarball at all | 14:36 |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has quit IRC (Ping timeout: 252 seconds) | 14:37 | |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has joined #yocto | 14:38 | |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has quit IRC (Ping timeout: 252 seconds) | 14:42 | |
RP | kanavin: FWIW the simpler direct static libs approach appears to build | 14:43 |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has joined #yocto | 14:43 | |
RP | JPEW: someone needs to make our mirror tarballs reproducible? :/ | 14:44 |
JPEW | Git repos shouldn't have absolute paths in them _anwyay_ | 14:44 |
RP | JPEW: something bad does seem to be going on | 14:45 |
JPEW | Mikko's symlinks are a problem in what I added (which I can fix).... I kinda think the other one is actually some other latent bug | 14:46 |
*** Xagen <Xagen!~Xagen@rrcs-98-6-114-13.sw.biz.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…) | 14:54 | |
*** Xagen <Xagen!~Xagen@rrcs-98-6-114-13.sw.biz.rr.com> has joined #yocto | 14:57 | |
*** ldts <ldts!sid269548@id-269548.hampstead.irccloud.com> has quit IRC (Server closed connection) | 15:19 | |
*** ldts <ldts!sid269548@id-269548.hampstead.irccloud.com> has joined #yocto | 15:20 | |
*** otavio <otavio!~otavio@189-11-189-69.user3p.brasiltelecom.net.br> has quit IRC (Ping timeout: 246 seconds) | 15:23 | |
*** rfuentess <rfuentess!~rfuentess@37.166.220.175> has quit IRC (Read error: Connection reset by peer) | 15:23 | |
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat) | 15:35 | |
*** JerryM <JerryM!~jermain@149.3.168.10> has quit IRC (Quit: Konversation terminated!) | 15:39 | |
RP | mcfrisk: http://autobuilder.yocto.io/pub/non-release/20230913-11/testresults/qemuarm64-ptest/openssh.log - another failing openssh log | 15:41 |
RP | JPEW: can you use os.path.realpath(os.path.abspath()) in the fetcher to avoid that stat stuff? | 15:57 |
*** ptsneves <ptsneves!~Thunderbi@031011128011.dynamic-3-poz-k-0-2-0.vectranet.pl> has quit IRC (Ping timeout: 252 seconds) | 16:07 | |
JPEW | RP: I thought about that..... but it depends if you want to handle bind mounts or not | 16:13 |
JPEW | It proabbly would be OK for symlinks | 16:13 |
*** ptsneves <ptsneves!~Thunderbi@213.109.47.30> has joined #yocto | 16:15 | |
*** ptsneves <ptsneves!~Thunderbi@213.109.47.30> has quit IRC (Client Quit) | 16:16 | |
*** ptsneves <ptsneves!~Thunderbi@213.109.47.30> has joined #yocto | 16:18 | |
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Quit: Leaving.) | 16:20 | |
rburton | mcfrisk: aah so it works with qemu as the qemu runner parses the hostfwd options that are passed | 16:24 |
*** otavio <otavio!~otavio@189-11-189-69.user3p.brasiltelecom.net.br> has joined #yocto | 16:29 | |
mcfrisk | rburton: but we should fix the port to be 2222? testing that as well. | 16:31 |
rburton | i don't think so - the qemu runner does that on its own | 16:31 |
rburton | i just wanted to actually understand the flow | 16:32 |
rburton | i'll add a bigger comment :) | 16:32 |
mcfrisk | RP: bummer, not the same test as previously and not instrumented to capture the stderr which contains extra lines | 16:32 |
rburton | mcfrisk: this is extra fun because the FVP target is a bit like the qemu one but very bare-bones. i didn't know the qemu one would infer port mapping. | 16:32 |
mcfrisk | Is it possible to sftp/scp transfer some files from target when tests fails? openssh ptests leave a tar ball behind.. | 16:33 |
mcfrisk | rburton: sounds interesting :) | 16:34 |
mcfrisk | I'm thinking of extending oeqa so we could also write tests using plain serial console, like Lava tests are mostly written | 16:35 |
rburton | mcfrisk: have a look at the fvp runner in meta-arm, it has the serial console extension (and also power control). we want to slowly move the api into oeqa, but for now its fvp-specific. | 16:36 |
mcfrisk | rburton: perfect! | 16:37 |
*** mbulut <mbulut!~mbulut@ip1f120fbc.dynamic.kabel-deutschland.de> has joined #yocto | 16:38 | |
*** mbulut <mbulut!~mbulut@ip1f120fbc.dynamic.kabel-deutschland.de> has quit IRC (Client Quit) | 16:42 | |
*** frieder <frieder!~frieder@i577B939B.versanet.de> has quit IRC (Remote host closed the connection) | 16:51 | |
*** zpfvo <zpfvo!~fvo@i59F5CE46.versanet.de> has quit IRC (Quit: Leaving.) | 16:52 | |
JaMa | JPEW: sorry for confusion about that /data0001, it was just a log from error-report-web where I've noticed that warning and it was on one of the jenkins servers where I didn't know they changed /mnt/mirror-write use (we had writeable NFS mount there, but when the build infra was migrated someone kept the path, but used that for symlink and it doesn't make any sense to point DL_DIR there.. ) | 16:53 |
JPEW | JaMa: np | 16:53 |
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has quit IRC (Ping timeout: 245 seconds) | 16:53 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 16:53 | |
JPEW | Glad it's not actually some serious issue with encoding paths in mirror tarballs :) | 16:54 |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 16:54 | |
* JaMa too and it helped to discover why do_fetch was sometimes failing for us on git.libssh.org :) | 16:55 | |
JaMa | our git mirror was incorrectly using unreliably git:// instead of https:// for it and I was wondering why the builds are failing even after fixing the repo on PREMIRROR :) | 16:56 |
*** khem <khem!uid220931@id-220931.helmsley.irccloud.com> has joined #yocto | 16:57 | |
*** kscherer <kscherer!~kscherer@bras-base-toroon020aw-grc-25-76-71-129-107.dsl.bell.ca> has joined #yocto | 17:02 | |
*** kscherer <kscherer!~kscherer@bras-base-toroon020aw-grc-25-76-71-129-107.dsl.bell.ca> has quit IRC (Client Quit) | 17:03 | |
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 17:10 | |
*** ptsneves <ptsneves!~Thunderbi@213.109.47.30> has quit IRC (Ping timeout: 252 seconds) | 17:22 | |
*** ckayhan1 <ckayhan1!~ckayhan@176.235.144.138> has joined #yocto | 17:33 | |
halstead | khem: https://libera.chat didn't end up writing an official guide for setting up our own Matrix bridge. Is that still something you'd like to have? | 17:34 |
khem | yeah | 17:34 |
khem | I am using irccloud now a days here :) | 17:35 |
RP | mcfrisk: shame, is there anything we could do more generically for the logs? | 17:35 |
halstead | That what I use as well. irccloud is much easier than maintaining my old setup. | 17:35 |
RP | halstead: I'd not dare tell you what I do! :) | 17:36 |
khem | so IRC is not as painful as it use to be. | 17:36 |
halstead | Oh? Well I do have special alerts set up for messages from you RP. ;) | 17:37 |
RP | halstead: I try not to bother you too much :) | 17:38 |
RP | halstead: my setup is really old, I should really find something better | 17:38 |
halstead | I think irccloud is worth the money until Matrix (or something else) becomes the defacto FOSS choice. | 17:41 |
khem | matrix client (element) sucks, its not as slick as some other implementations | 17:43 |
khem | but neochat is good if you use linux/KDE | 17:43 |
rburton | RP: your irc configuration is an abomination | 17:43 |
halstead | I agree Element is pretty bad. I'll try neochat. There was a new client for Android in beta that might be good when it releases. | 17:45 |
RP | JPEW: maybe we should abstract that check into a function. I'm just worried it is getting a bit off topic for that location in the code... | 17:47 |
RP | JPEW: I hadn't considered bind mounts. Would we hit those normally though? | 17:47 |
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto | 17:53 | |
JPEW | mmm, ya probably not. Symlinks can be inconsistent in the same path, but bind mounts probably not. Although realpath is going to have to stat every path component to see if it's a symlink and readlink() it, so I don't think the performance of the stat is worse (it also exits after one iteration in the normal case) | 17:54 |
JPEW | I guess I could move it to a helper.... like bb.utils.path_is_descent_of()? | 17:55 |
RP | JPEW: I was thinking of something in bb.utils | 18:09 |
RP | JPEW: I was less worried about performance and more about just making the code readable | 18:10 |
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC (Quit: Leaving) | 18:19 | |
*** goliath <goliath!~goliath@user/goliath> has joined #yocto | 18:30 | |
JPEW | K | 18:40 |
*** brazuca <brazuca!~brazuca@2804:7f4:3598:bdc1:894a:7b30:6ad9:eae3> has joined #yocto | 18:42 | |
*** Kubu_work <Kubu_work!~kubu@2a01cb05945b7e009bdc688723a24f31.ipv6.abo.wanadoo.fr> has joined #yocto | 19:01 | |
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto | 19:22 | |
*** amitk <amitk!~amit@58.84.60.172> has joined #yocto | 19:24 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 19:24 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 19:24 | |
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat) | 19:34 | |
*** amitk <amitk!~amit@58.84.60.172> has quit IRC (Ping timeout: 255 seconds) | 19:37 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Read error: Connection reset by peer) | 19:40 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto | 19:40 | |
*** Xagen <Xagen!~Xagen@rrcs-98-6-114-13.sw.biz.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…) | 19:47 | |
*** Xagen <Xagen!~Xagen@rrcs-98-6-114-13.sw.biz.rr.com> has joined #yocto | 19:49 | |
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has quit IRC (Quit: Haxxa flies away.) | 20:16 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 20:16 | |
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has joined #yocto | 20:16 | |
*** florian <florian!~florian@dynamic-078-049-145-073.78.49.pool.telefonica.de> has joined #yocto | 20:18 | |
*** jgrossholtz <jgrossholtz!~jgrosshol@040180623.box.freepro.com> has quit IRC (Read error: Connection reset by peer) | 20:19 | |
*** jgrossholtz <jgrossholtz!~jgrosshol@040180623.box.freepro.com> has joined #yocto | 20:21 | |
*** yocti <yocti!~limnoria@mail.yoctoproject.org> has joined #yocto | 20:35 | |
*** ChanServ sets mode: +o yocti | 20:35 | |
*** brazuca <brazuca!~brazuca@2804:7f4:3598:bdc1:894a:7b30:6ad9:eae3> has quit IRC (Quit: Client closed) | 20:59 | |
*** chep` <chep`!~chep@82-65-36-115.subs.proxad.net> has joined #yocto | 21:00 | |
*** chep <chep!~chep@82-65-36-115.subs.proxad.net> has quit IRC (Read error: Connection reset by peer) | 21:01 | |
*** chep` is now known as chep | 21:01 | |
*** jclsn <jclsn!~jclsn@2a04:4540:6537:cd00:2ce:39ff:fecf:efcd> has quit IRC (Quit: WeeChat 4.0.4) | 21:09 | |
*** Kubu_work <Kubu_work!~kubu@2a01cb05945b7e009bdc688723a24f31.ipv6.abo.wanadoo.fr> has quit IRC (Quit: Leaving.) | 21:11 | |
*** Kubu_work <Kubu_work!~kubu@arennes-654-1-262-155.w2-13.abo.wanadoo.fr> has joined #yocto | 21:12 | |
*** Kubu_work <Kubu_work!~kubu@arennes-654-1-262-155.w2-13.abo.wanadoo.fr> has quit IRC (Client Quit) | 21:12 | |
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 21:14 | |
*** brazuca <brazuca!~brazuca@2804:7f4:3598:bdc1:894a:7b30:6ad9:eae3> has joined #yocto | 21:17 | |
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto | 21:33 | |
*** florian <florian!~florian@dynamic-078-049-145-073.78.49.pool.telefonica.de> has quit IRC (Ping timeout: 255 seconds) | 21:34 | |
*** brazuca <brazuca!~brazuca@2804:7f4:3598:bdc1:894a:7b30:6ad9:eae3> has quit IRC (Quit: Client closed) | 21:38 | |
mischief | how crazy is it to write a class that generates fake shared object versions? we've got a ton of recipes that dont do any versioning and it breaks shlibdeps. i hacked up one recipe to do this and was thinking of doing it for more.. | 21:46 |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat) | 21:47 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto | 21:47 | |
*** lighteagle <lighteagle!~lighteagl@88-113-81-118.elisa-laajakaista.fi> has quit IRC (Ping timeout: 252 seconds) | 21:51 | |
*** Xagen <Xagen!~Xagen@rrcs-98-6-114-13.sw.biz.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…) | 22:09 | |
khem | mischief: you seem to headed wrong way | 22:13 |
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has quit IRC (Remote host closed the connection) | 22:16 | |
mischief | i know what's in the other direction and i don't like it :) | 22:18 |
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has joined #yocto | 22:23 | |
*** brazuca <brazuca!~brazuca@2804:7f4:3598:bdc1:894a:7b30:6ad9:eae3> has joined #yocto | 22:28 | |
*** brazuca <brazuca!~brazuca@2804:7f4:3598:bdc1:894a:7b30:6ad9:eae3> has quit IRC (Quit: Client closed) | 22:39 | |
*** GParker__ <GParker__!~GParker@207.154.79.70> has quit IRC (Quit: Leaving) | 22:55 | |
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed) | 23:17 | |
*** brazuca <brazuca!~brazuca@2804:7f4:3598:bdc1:894a:7b30:6ad9:eae3> has joined #yocto | 23:34 | |
*** lexano <lexano!~lexano@174.119.69.134> has quit IRC (Ping timeout: 252 seconds) | 23:46 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!