zelgomer has quit [Remote host closed the connection]
zelgomer has joined #yocto
amitk has quit [Remote host closed the connection]
mbulut has joined #yocto
<PhoenixMage>
khem: I am pretty sure thats just the completion function, not the module which should be a *.so (assuming dynamicly compiled). zpty (as opposed to _zpty) should show up as a runnable command in zsh and you should see zsh/zpty show up in zmodload -L
mbulut has quit [Ping timeout: 255 seconds]
<PhoenixMage>
I want to populate a variable in bitbake with the output of a command, similar to using VAR = $(oe-run-native openssl-native openssl rand -base64 24) which I am hoping would give me the output of openssl rand -base64 24
Haxxa has quit [Remote host closed the connection]
<jclsn>
python3native runs through, but I doubt it built it correctly
florian has joined #yocto
dvergatal has joined #yocto
amitk has joined #yocto
florian has quit [Ping timeout: 260 seconds]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
alessioigor has quit [Quit: alessioigor]
florian has joined #yocto
brazuca has joined #yocto
tnovotny has joined #yocto
tnovotny has quit [Quit: Leaving]
Chaser has quit [Quit: Chaser]
brazuca has quit [Quit: Client closed]
florian has quit [Ping timeout: 240 seconds]
* Ch^W
expresses mild annoyance at how opinionated netcat is to no one in particular...
Chaser has joined #yocto
Chaser has quit [Client Quit]
Chaser has joined #yocto
Chaser has quit [Remote host closed the connection]
hexdump has joined #yocto
<hexdump>
Hello, what can be the reason for this error- runqemu - ERROR - Setting up tap device failed:..Run runqemu-gen-tapdevs to manually create one. (image was successfully created, error happens when running runqemu x86-64 nographic)
Chaser has joined #yocto
alessioigor has joined #yocto
<LetoThe2nd>
hexdump: unless you have a specific need, use "runqemu x86-64 nographic slirp" for userspace networking
brazuca has joined #yocto
<hexdump>
Thx, that works, but just read there is perf overhead with this network stack. As for the specific use case, the image needs to stream events to external cloud, so perf. is a bit important. Do you recommend any changes in the qemuboot.conf?
PhoenixMage has quit [Ping timeout: 255 seconds]
goliath has joined #yocto
Chaser has quit [Quit: Chaser]
sugarbeet has quit [Ping timeout: 255 seconds]
sugarbeet has joined #yocto
amitk has quit [Ping timeout: 260 seconds]
hexdump has quit [Quit: Client closed]
vquicksilver has quit [Quit: WeeChat 3.8]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
pbsds has quit [Ping timeout: 264 seconds]
arisut has quit [Remote host closed the connection]
arisut has joined #yocto
<jclsn>
How to make a patch request again? Send a mail to openembedded-core@lists.openembedded.org ??
florian has joined #yocto
pbsds has joined #yocto
florian has quit [Ping timeout: 272 seconds]
<dvergatal>
RP: I think I have finally fixed all issues with ACLs and xattrs, gladly we have bought new Hetzner cloud server and I'm able to finally do the reproducible test within less than 3h instead of notebook ~20h...
<dvergatal>
RP: there was one last issue which I have discovered after re-running passed test without removal of build directory which is being reused after nth run, meaning that 1st was passing and starting from 2nd to an nth all were failling but its now solved now
<dvergatal>
RP: I will push the patches after one last re-run to be 100% sure it is all OK
RedVelvet has joined #yocto
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #yocto
florian has joined #yocto
RedVelvet has quit [Quit: Quit]
florian has quit [Ping timeout: 252 seconds]
alessioigor has quit [Quit: alessioigor]
florian has joined #yocto
pbsds has quit [Ping timeout: 246 seconds]
_whitelogger has joined #yocto
hexdump has joined #yocto
pbsds has joined #yocto
<hexdump>
Hi, there seems to be a size mismatch when I am installing a pre-built binary 'demo' on my local (SRC_URI = "file://${THISDIR}/files/demo" ) through a custom recipe. Binary ends up where I want it to be, but it won't execute with the error: "-sh: /usr/bin/demo: not found". Recipe - https://bpa.st/DXVQ