ndec changed the topic of #yocto to: "Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Join us or Speak at Yocto Project Summit (2022.05) May 17 - 19, more: https://yoctoproject.org/summit | Join the community: https://www.yoctoproject.org/community | IRC logs available at https://www.yoctoproject.org/irc/ | Having difficulty on the list or with someone on the list, contact YP community mgr ndec"
fitzsim has quit [*.net *.split]
alicef has quit [*.net *.split]
Chaser has quit [*.net *.split]
JPEW has quit [*.net *.split]
KanjiMonster has quit [*.net *.split]
reatmon has quit [*.net *.split]
rfs613 has quit [*.net *.split]
smooge has quit [*.net *.split]
neverpanic has quit [*.net *.split]
reatmon has joined #yocto
neverpanic has joined #yocto
JPEW has joined #yocto
fitzsim has joined #yocto
Tokamak has joined #yocto
SSmoogen has joined #yocto
alicef has joined #yocto
rfs613 has joined #yocto
Chaser has joined #yocto
KanjiMonster has joined #yocto
starblue1 has quit [Ping timeout: 255 seconds]
starblue1 has joined #yocto
Crofton has quit [Ping timeout: 255 seconds]
perdmann has quit [Ping timeout: 240 seconds]
perdmann has joined #yocto
Crofton has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
starblue1 has quit [Ping timeout: 272 seconds]
starblue1 has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
xenador77 has quit [Remote host closed the connection]
sakoman has quit [Quit: Leaving.]
starblue1 has quit [Ping timeout: 240 seconds]
xenador77 has joined #yocto
xenador77 has quit [Remote host closed the connection]
starblue1 has joined #yocto
perdmann has quit [Ping timeout: 240 seconds]
jpuhlman_ has joined #yocto
jpuhlman is now known as Guest564
Guest564 has quit [Killed (iridium.libera.chat (Nickname regained by services))]
jpuhlman_ is now known as jpuhlman
perdmann has joined #yocto
perdmann has quit [Ping timeout: 268 seconds]
perdmann has joined #yocto
starblue1 has quit [Ping timeout: 272 seconds]
starblue1 has joined #yocto
prabhakarlad has quit [Ping timeout: 252 seconds]
sakoman has joined #yocto
perdmann has quit [Ping timeout: 240 seconds]
perdmann has joined #yocto
perdmann has quit [Ping timeout: 240 seconds]
perdmann has joined #yocto
seninha has quit [Quit: Leaving]
alicef has quit [Quit: install gentoo]
jmiehe1 has joined #yocto
alicef has joined #yocto
jmiehe has quit [Ping timeout: 276 seconds]
jmiehe1 is now known as jmiehe
pgowda_ has joined #yocto
perdmann has quit [Ping timeout: 240 seconds]
perdmann has joined #yocto
amitk has joined #yocto
wkawka has joined #yocto
perdmann has quit [Ping timeout: 268 seconds]
perdmann has joined #yocto
perdmann has quit [Ping timeout: 268 seconds]
perdmann has joined #yocto
sakoman has quit [Quit: Leaving.]
perdmann has quit [Ping timeout: 240 seconds]
perdmann has joined #yocto
Fanfwe42 has quit [Ping timeout: 276 seconds]
Fanfwe has joined #yocto
perdmann has quit [Ping timeout: 268 seconds]
perdmann has joined #yocto
leon-anavi has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
perdmann has quit [Ping timeout: 268 seconds]
perdmann has joined #yocto
<wkawka> Hi, can I somehow check what is enabled on my kernel on already booted machine?
<wkawka> I run `bitbake -c menuconfig virtual/kernel` on my host and it says that my config is enabled
<wkawka> but on the machine when im trying to load a module it says that is diabled
<wkawka> disabled*
chbae has joined #yocto
Schlumpf has joined #yocto
<chbae> Could anyone share schedule and information for Yocto Project Summit in ELCE (2022.09)?
PaowZ has joined #yocto
mckoan|away is now known as mckoan
<mckoan> good morning
mvlad has joined #yocto
<mihai> good morning
<chbae> good morning
<mckoan> wkawka: Depending on your system, you'll find it in any one of these: /proc/config.gz - /boot/config - /boot/config-$(uname -r)
<chbae> mckoan Thank you but that's ELCE info and I would like to know yocto summit info (2022.09)
<mckoan> chbae: probably it will be a new format: Hackathon/Mini Summit. We are still discussing it.
<chbae> @mck
<chbae> mckoan is it decided when it will happen? I would like to adjust my schedule for ELCE.
<mckoan> chbae: unofficially at the moment, September 12, afternoon - 2 - 5 pm
<mckoan> chbae: you should wait more details from people in the US later
<chbae> Cool. Thank you for information.
amitk_ has joined #yocto
amitk has quit [Ping timeout: 268 seconds]
goliath has quit [Quit: SIGSEGV]
dev1990 has joined #yocto
Chaser has quit [Quit: WeeChat 2.8]
manuel1985 has joined #yocto
<wkawka> I'm trying to find how can I steer leds in linux system. I already know i can pass 1 or 0 into /sys/class/leds/led/brightness but i want more
<wkawka> for example what are the options I can set to trigger
dacav has joined #yocto
<mckoan> wkawka: depends on the kernel version and the features you want to manage
<mckoan> wkawka: for example this is the best practice https://www.kernel.org/doc/Documentation/devicetree/bindings/leds/leds-gpio.txt
prabhakarlad has joined #yocto
<qschulz> wkawka: you say "my config is enabled" and then "trying to load a module", those are not compatible
<qschulz> I mean, for me "enabled" is "y" in the config option :)
<qschulz> so, you're building it as a module but it does not work on the target
<mckoan> qschulz: semanically both are enabled (as static or module)
<qschulz> I highly suspect you didn't add the appropriate kernel module package to your image
<mckoan> *semantically
<qschulz> mckoan: yeah, just realized it's my brain doing the difference but it's not that obvious
<wkawka> Yes, there was 2 configs first as module and second as enabled (y)
<wkawka> that like was supposed to be y
<qschulz> by obvious I mean that people can understand different things
<qschulz> wkawka: when building as a module, the module will likely be in its own package named something like kernel-modules-leds-gpio or something like that
nemik has quit [Ping timeout: 272 seconds]
<qschulz> wkawka: you can check by running oe-pkgdata-util list-pkgs -r virtual/kernel (more or less, didn't check the arguments)
<wkawka> it works already, the problem was that I thought that these configs should be combined, but they didn't
<qschulz> wkawka: and as mckoan kind of highlighted, just enabling led gpio driver is probably not enough, you'll needd to modify the device tree if there isn't already support for it
<qschulz> wkawka: I do not follow
nemik has joined #yocto
goliath has joined #yocto
<qschulz> wkawka: what is the issue right now?
<qschulz> what are you trying to do, what have you done so far and where are you stuck
<wkawka> Currently nothing, I'm looking how to set trigger for led
ptsneves has joined #yocto
<wkawka> It is working as intended
<qschulz> ah so the question from two hours ago is answered then :)
<qschulz> didn't get that sorry
<wkawka> Thank you
<qschulz> wkawka: https://www.kernel.org/doc/Documentation/ABI/testing/ and look for the sysfs-class-led* files
<qschulz> wkawka: you'll also discover that the OSS community is a small world hehe
kanavin has quit [Ping timeout: 240 seconds]
florian has joined #yocto
perdmann has quit [Ping timeout: 272 seconds]
perdmann has joined #yocto
Tokamak has quit [Remote host closed the connection]
kanavin has joined #yocto
perdmann has quit [Ping timeout: 244 seconds]
DaxTailor has joined #yocto
perdmann has joined #yocto
davidinux has quit [Ping timeout: 272 seconds]
chep has quit [Read error: Connection reset by peer]
<DaxTailor> Hello, i'm building a system for an AMD V1000 but got stuck on the MESA radeonsi dri lib. Has someone an idea how to build this lib? Other dri libs are been build (i915_dri.so for example).
chep has joined #yocto
<qschulz> DaxTailor: did you add r600 to mesa's PACKAGECONFIG?
<DaxTailor> I tried. This was in mesa.inc, right?
<qschulz> yes
<DaxTailor> Build is running now, maybe I was using the wrong bitbake target. Lets wait and hope....
<qschulz> DaxTailor: bitbake-getvar -r mesa PACKAGECONFIG (or something like tht) should return the value of PACKAGECONFIG for mesa recipe
<qschulz> at least you wouldn't have to wait super long to see if it made it
<qschulz> DaxTailor: also, since it's not enabled by default, I wouldn't be super surprised if it's not working anymore and might need some tweaks to the recipe (just so you don't put your full trust in the recipe)
<DaxTailor> At the end it says ... "     gallium     r600      ..., looks like the change is in use. Maybe I have to set a -D... for the mesa build system to build this driver.
<qschulz> DaxTailor: it seems you also need gallium-llvm
berndlaser[m] has left #yocto [#yocto]
perdmann has quit [Ping timeout: 268 seconds]
<qschulz> nope, nevermind
<qschulz> DaxTailor: check GALLIUMDRIVERS recipe has r600 in it
perdmann has joined #yocto
<DaxTailor> Is that a different recipe? The build finished but did not build the driver.
<qschulz> check also PACKAGECONFIG_CONFARGS variable to see if the -D you are looking for is correctly set
<qschulz> DaxTailor: no, same mesa.inc
<DaxTailor> GALLIUMDRIVERS="swrast,i915,iris,crocus,r600,virgl" That was already ther.
<DaxTailor> I wrote this an now I get an error the LLVM is missing: GALLIUMDRIVERS:append =",radeonsi"
<qschulz> DaxTailor: ah so you do want radeonsi and not r600
<qschulz> DaxTailor: so you do need to add gallium-llvm to your PACKAGECONFIG
<DaxTailor> I'm confused now. glxgears is looking for radeonsi_dri.so, but to enable that I have to set r600. The amdgpu kernel and X11 driver are already working.
<qschulz> DaxTailor: r600 and radeonsi seems to be different beasts in mesa.inc
<DaxTailor> When I see this correct, r600 is an AMD GPU, but the GPU in the V1000 is based on VEGA.
<DaxTailor> Lets see what happen next with the build. @qsch
<DaxTailor> Many tanks so far. I would have  looked in a lot of other places. :)
perdmann has quit [Ping timeout: 268 seconds]
perdmann has joined #yocto
starblue1 has quit [Ping timeout: 255 seconds]
starblue1 has joined #yocto
chbae has quit [Quit: Client closed]
dvorkindmitry has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
<DaxTailor> @qschulz Thank you very much, now its working, glxgears show 0% in top, before it was 14%.
<qschulz> DaxTailor: my pleasure :) have fun!
perdmann has quit [Ping timeout: 264 seconds]
perdmann has joined #yocto
Etienne93 has joined #yocto
<qschulz> moto-timo: i am struggling to get crops/poky container to start on fedora36, have you run a container with rootless podman by any chance?
Schlumpf has quit [Quit: Ping timeout (120 seconds)]
perdmann has quit [Ping timeout: 268 seconds]
perdmann has joined #yocto
manuel_ has joined #yocto
ruslan has joined #yocto
manuel1985 has quit [Ping timeout: 272 seconds]
perdmann has quit [Ping timeout: 255 seconds]
perdmann has joined #yocto
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
davidinux has joined #yocto
<ruslan> Hello!
<ruslan> I compiled gcc and add it to image through IMAGE_FEATURES += "tools-sdk".
<ruslan> It was added successfully, but not entirely. Particularly, I need libsupc++.a, and found it in ${WORKDIR}:
<ruslan> ${WORKDIR}/<target>/gcc/<version>/recipe-sysroot/usr/lib/libsupc++.a
<ruslan> I also added libstdc++-dev package to the IMAGE_INSTALL and RDEPEDS variables.
<ruslan> But I haven't found it in the actual image.
<ruslan> What did I do wrong and what do I need to do in order to add libsupc++.a to the final IMAGE?
<ruslan> Is there IMAGE_FEATURE called "tools-sdk-dev" for example?
ardo has quit [Quit: ZNC 1.8.2 - https://znc.in]
ardo has joined #yocto
<landgraf> ruslan: libstdc++-staticdev
perdmann has quit [Ping timeout: 244 seconds]
RichardGolledge[ has joined #yocto
<ruslan> landgraf: thanks, I will try
perdmann has joined #yocto
<landgraf> ruslan: you can check list of files package install with 'rpm -qpl tmp/deploy/rpm/*/<name>rpm'
<mihai> or
<mihai> $ oe-pkgdata-util find-path '*/libsupc++.a'
<mihai> libstdc++-staticdev: /usr/lib/libsupc++.a
<landgraf> mihai: more yocto-way indeed
ardo has quit [Ping timeout: 268 seconds]
ardo has joined #yocto
<ruslan> landgraf: I tried this:
<ruslan> apt-file find supc++
<ruslan> It gave me libstdc++-dev, which I added to RDEPENDS, but not libstdc++-staticdev
<rburton> yeah, don't expect debian's packaging to be identical to yocto
<rburton> pkgdata is the tool you want
<ruslan> But thanks for the mention about oe-pkgdata-util, it realy works better
<ptsneves> @ruslan were you ever working with pinea64 phone?
ardo has quit [Read error: Connection reset by peer]
<ptsneves> and yocto naturally
<ruslan> ptsneves: no
<ptsneves> @ruslan Oh :( I guess Ruslan is a common name https://forum.pine64.org/showthread.php?tid=6518
ardo has joined #yocto
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
SSmoogen is now known as smooge
jatedev has joined #yocto
yannd has quit [Remote host closed the connection]
<jatedev> Is the hash server at typhoon.yocto.io down?
<jclsn[m]> Can anyone tell me what the difference between u-boot-imx and imx-boot is?
<jclsn[m]> imx-boot depends on u-boot, so I guess it is some kind of wrapper around it?
<jclsn[m]> I guess the SPL and U-Boot are built as separate images and then merged into one?
<rburton> https://github.com/Freescale/meta-freescale/blob/master/recipes-bsp/imx-mkimage/imx-boot_1.0.bb looks like imx-boot takes already-built binaries and creates the structure needed by the hw
<jatedev> JaMa: both DNS entries resolve to the same IP. The IP does not respond to pings
<rburton> halstead: ^ hashequiv server down?
<jclsn[m]> rburton: Yeah, you need to recompile imx-boot to obtain an updated u-boot version. I guess imx-boot is the only image to flash then
<mihai> afaik u-boot-imx is imx's fork of u-boot
<jclsn[m]> mihai: I know that
<jclsn[m]> But it seems that you need to specify a defconfig and .dtb in imx-boot as well. I am just a bit confused for which recipe to write a .bbappend now. It seems kind of redundant if you have to do it for both
Schlumpf has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
Schlumpf has quit [Ping timeout: 252 seconds]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
<mihai> any tips on getting the spdx output in tag format?
<rburton> you'll have to post-process it
<mihai> right, with what? :)
<mihai> suggestions of existing tools or scripts that can actually do it are welcomed
florian_kc has joined #yocto
xmn has joined #yocto
<JPEW> mihai: There are a few tools written in several languages... unfortunately, which one is "most" up to date depends on who last updated their favorite language. https://github.com/spdx/tools-java has historically been the most up to date
<JPEW> But, YMMV on if that can correctly convert the JSON to TagValue.... our SPDX uncovers a few bugs in what the tooling can accept as valid and I'm not sure if they have been fixed yet
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
jmiehe has quit [Ping timeout: 255 seconds]
florian has quit [Quit: Ex-Chat]
<mihai> JPEW: thanks, I was looking over the python tools converter which only accepts tag or rdf as input, I was trying to stay away from the java one, maybe I'll give that a try
<mihai> otherwise I'll have to write something up, which I was also trying to avoid :)
ptsneves has quit [Quit: ptsneves]
ptsneves1 has joined #yocto
<JPEW> The Java one is the one I've had luck with before.... looks like the go one was updated recently as well
nemik has quit [Ping timeout: 268 seconds]
<JPEW> mihai: You could update the Python tooling to make it better; they take pull requests :)
nemik has joined #yocto
ptsneves1 is now known as ptsneves
florian_kc has quit [Ping timeout: 268 seconds]
<mihai> fair point :)
prabhakarlad has quit [Quit: Client closed]
<rburton> khem: https://github.com/llvm/llvm-project/issues/56609 if you have any insight into this bit of clang
<halstead> rburton: The hashserv is responsive again.
<halstead> RP: It's the max open files issues. Even with the number way up.
<halstead> We'll have it on it's own server soon. But we will probably need to find the leak too.
kscherer has joined #yocto
<rburton> RP: release build almost done, green so far
sakoman has joined #yocto
prabhakarlad has joined #yocto
ruslan has quit [Quit: Client closed]
joseogando has joined #yocto
perdmann has quit [Ping timeout: 268 seconds]
perdmann has joined #yocto
seninha has joined #yocto
<RP> halstead: can we run lsof whilst it is broken, see if we can see what is going on
<RP> JPEW: anything else we should log?
<JPEW> RP: Let me check if there are relevent logging messages
<RP> halstead: what is the limit currently? I'm seeing ~5000 open files in total atm. Not sure if you restarted it yet?
* JPEW wishes python had more logging levels below DEBUG
joseogando has quit [Ping timeout: 252 seconds]
DaxTailor has quit [Quit: Client closed]
<JPEW> It might generate a lot of logging data, but we can try passing `--log DEBUG` to the server
<JPEW> If we can see what the file descriptor are (sockets, etc.) that would be helpful too probably
wkawka has quit [Quit: Client closed]
prabhakarlad has quit [Quit: Client closed]
<JPEW> RP: I'm wondering if enabling TCP keep-alive on the server would help; maybe there are clients disappearing without a clean disconnect
<JPEW> And the socket sticks around waiting for data
Etienne93 has quit [Quit: Client closed]
chep has quit [Read error: Connection reset by peer]
chep has joined #yocto
<RP> JPEW: how long would those stick around for? That seems possible
<JPEW> I;m not sure how long they would stick around ATM
<JPEW> RP: Since the server only sends a response to a request from the client, it's _possible_ that the socket would never disappear if it's not closed and the client never sends a response, but I'm not sure
goliath has quit [Quit: SIGSEGV]
<JPEW> s/client sends a response/client sends a request/
prabhakarlad has joined #yocto
<moto-timo> qschulz: I have not run rootless podman, no.
<moto-timo> qschulz: and Fedora since 28 has been progressively more frustrating
<qschulz> moto-timo: here the issue is that podman complains the volume is mounted with 0:0 uid:gid I think
<qschulz> then I passed the usual --userns=keep-id
<qschulz> but then it fails with:
<qschulz> sudo: unknown user: pokyuser
<qschulz> sudo: unable to initialize policy plugin
<moto-timo> the crops containers were designed long before podman existed :(
<qschulz> moto-timo: like many pieces of sw :)
chep has quit [Read error: Connection reset by peer]
joseogando has joined #yocto
ptsneves has quit [Ping timeout: 268 seconds]
chep has joined #yocto
Bardon_ has joined #yocto
joseogando has quit [Remote host closed the connection]
joseogando has joined #yocto
Bardon has quit [Ping timeout: 240 seconds]
mux[m] has joined #yocto
manuel_ has quit [Ping timeout: 244 seconds]
joseogando has quit [Ping timeout: 252 seconds]
vvn has quit [Quit: WeeChat 3.5]
vvn has joined #yocto
v0n has quit [Quit: WeeChat 3.5]
joseogando has joined #yocto
pgowda_ has quit [Quit: Connection closed for inactivity]
jmiehe has joined #yocto
jatedev has quit [Quit: Client closed]
<rburton> khem: https://github.com/llvm/llvm-project/issues/56609 if you have any thoughts or if you know anything about clang internals
<phako[m]> sigh
<phako[m]> how do I deal with software that runs some random python script to detect whether or not a package is installed?
<phako[m]> and WTF bjam.
goliath has joined #yocto
<rburton> bjam is the worst thing ever
<kergoth> RP: I've had https://gist.github.com/kergoth/49f98320ccd84a7dc22fa8fd85ef9830 laying around for a bit, not sure if it's the best approach, but could be related to the kernel debug bits mentioned in the status report?
<kergoth> was needed to include all the necessary source files for gcc and libstdc++ for us
nemik has quit [Ping timeout: 272 seconds]
<rburton> phako[m]: figure out what the crazy script is doing, see if you can override it, or fix it to handle syssroots etc. it's not unknown to just rip out entire custom scripts and replace them with a pkg-config call
nemik has joined #yocto
<kergoth> yawn
<khem> rburton: seems a clang bug here its specific to asm files
<rburton> yeah, definitely
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
DrewMoseley[m] has joined #yocto
<RP> kergoth: heh, can you guess what my local patch does? :)
<RP> kergoth: https://git.yoctoproject.org/poky-contrib/commit/?h=rpurdie/t222&id=0dda89254a7d9886fbe8fd0615337fd83f234d6e
<kergoth> hah, same idea, yours is better integrated though :) sorry for not submitting our backlog sooner!
mckoan is now known as mckoan|away
<kergoth> trying to fix that now, finally have time between fires
joseogando has quit [Ping timeout: 252 seconds]
warthog9 has quit [Ping timeout: 268 seconds]
warthog9 has joined #yocto
jpuhlman_ has joined #yocto
jpuhlman_ is now known as jpuhlman
jpuhlman is now known as Guest6899
joseogando has joined #yocto
florian_kc has joined #yocto
dtometzki has quit [Read error: Connection reset by peer]
dtometzki has joined #yocto
<RP> kergoth: sounds good! there are definitely a few things we need to fix like this...
<RP> kergoth: I'm a little torn on whether I should put kernel_cc in there or not as it ends up duplicating a lot with kernel-devsrc
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
perdmann has quit [Ping timeout: 255 seconds]
perdmann has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
leon-anavi has quit [Quit: Leaving]
nemik has joined #yocto
joseogando has quit [Ping timeout: 252 seconds]
seninha has quit [Ping timeout: 255 seconds]
florian_kc has quit [Ping timeout: 260 seconds]
jatedev has joined #yocto
perdmann has quit [Ping timeout: 240 seconds]
perdmann has joined #yocto
seninha has joined #yocto
Tokamak has joined #yocto
florian_kc has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
seninha has quit [Ping timeout: 272 seconds]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
florian_kc has quit [Ping timeout: 255 seconds]
jmiehe has quit [Ping timeout: 276 seconds]
<JPEW> RP: sent the keep-alive patch
seninha has joined #yocto
jatedev has quit [Ping timeout: 252 seconds]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
perdmann has quit [Ping timeout: 272 seconds]
perdmann has joined #yocto
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
florian_kc has joined #yocto
florian_kc has quit [Ping timeout: 268 seconds]
seninha has quit [Quit: Leaving]
seninha has joined #yocto
florian_kc has joined #yocto
amitk_ has quit [Ping timeout: 268 seconds]
<hushmoney> is there a prescribed method of passing command line arguments to a given task? such as "bitbake foo -c bar bar-args...". i think that i can whitelist an environment var and pass through that but i wanted to check first because that feels a little klunky
<JPEW> hushmoney: I don't think passing arguments to tasks is allowed
<hushmoney> thanks, i thought so. it doesn't make sense in most cases. i'm writing a phony convenience task, that's the only reason why i want to do it
joseogando has joined #yocto
florian_kc has quit [Ping timeout: 260 seconds]
alessioigor has joined #yocto
davidinux has quit [Ping timeout: 268 seconds]
joseogando has quit [Ping timeout: 252 seconds]
alessioigor has quit [Client Quit]
florian_kc has joined #yocto
perdmann has quit [Ping timeout: 268 seconds]
perdmann has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
goliath has quit [Quit: SIGSEGV]
jmiehe has joined #yocto
perdmann has quit [Ping timeout: 268 seconds]
perdmann has joined #yocto
joseogando has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
<dl9pf> RP: I think I have a fix for connman-ncurses. It was ignoring/overwriting CFLAGS, thus also the DEBUG_PREFIX_MAP. Should land soon.
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
Tokamak has quit [Ping timeout: 244 seconds]
Tokamak has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
joseogando has quit [Ping timeout: 252 seconds]
lexano has quit [Quit: Leaving]
lexano has joined #yocto
lexano has quit [Client Quit]
lexano has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
<RP> dl9pf: great, thanks. That sounds like the right kind of fix :)
<RP> JPEW: great.
<RP> halstead: could you see if that patch from JPEW helps for hashserv?
<RP> JPEW: thanks
<RP> JPEW: I think I can see the hashserv starting to build up ESTABLISHED socket connections as you mentioned FWIW
GNUmoon has joined #yocto
perdmann has quit [Ping timeout: 272 seconds]
perdmann has joined #yocto
<halstead> RP, JPEW: gladly
kscherer has quit [Quit: Konversation terminated!]
mihai has quit [Quit: Leaving]
perdmann has quit [Ping timeout: 244 seconds]
perdmann has joined #yocto
<JPEW> RP: ya that makes sense. Hopefully that fixes it
florian_kc has quit [Ping timeout: 260 seconds]
Tokamak has quit [Ping timeout: 244 seconds]
Tokamak has joined #yocto
mvlad has quit [Remote host closed the connection]