<BenBE2>
the Yocto project to get some beforehand feedback?
<mcfrisk>
BenBE2: htop is in meta-openembedded/meta-oe so contact is openembedded-devel@lists.openembedded.org and maintainer Khem Raj <raj.khem@gmail.com> aka khem here
mvlad has joined #yocto
<BenBE2>
mcfrisk: Thx for these pointers.
rber|res has joined #yocto
<RP>
BenBE2: we don't like carrying patches so finding a way to work with upstream on issues like that is something we're very happy to do/see!
<BenBE2>
Having been working with FLOSS for >20 years, I figured moving things upstream would be a nice way to go. Currently drafting a mail to khem. Not on oe-devel ATM.
khimaros has quit [Remote host closed the connection]
khimaros has joined #yocto
jetm has joined #yocto
khimaros has quit [Remote host closed the connection]
khimaros has joined #yocto
mckoan is now known as mckoan|away
sakoman has quit [Ping timeout: 248 seconds]
ptsneves has quit [Ping timeout: 265 seconds]
<jdiez>
what's a good way to copy the deploy/ dir to a webserver? `rsync -az` will often copy too much because it looks at the modification time of files (which are touched by bitbake even if the contents don't change), `rsync --checksum` requires a full read of the deploy dir on both sides
Jones42__ has joined #yocto
Jones42_ has quit [Ping timeout: 248 seconds]
sakoman has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
Tyaku has quit [Quit: Lost terminal]
Starfoxxes has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
kanavin has quit [Ping timeout: 252 seconds]
luc4 has quit [Ping timeout: 265 seconds]
<BenBE2>
RP: The patch in question is marked Inappropriate, thus not strictly necessary for porting upstream, but having the build system accomodate this kind of selection too doesn't hurt.
<BenBE2>
jdiez: If you've got the memory: --checksum to a second local directory, only than -az to the remote
<jdiez>
BenBE2: good idea, thx!
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
alessioigor has quit [Remote host closed the connection]
<RP>
BenBE2: that could just mean the patch isn't appropriate in its current form
<RP>
BenBE2: anyway, my main point was just to say thanks for thinking about this and we do support it and are happy to see it!
|Xagen has quit [Ping timeout: 248 seconds]
alessioigor has joined #yocto
Daanct12 has quit [Quit: WeeChat 4.3.5]
Xagen has joined #yocto
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
florian_kc has joined #yocto
Tyaku has joined #yocto
Jones42_ has joined #yocto
Jones42__ has quit [Ping timeout: 265 seconds]
rfuentess has quit [Remote host closed the connection]
<ente>
jdiez: if you use rsync via ssh, rsync --checksum should be fine because it can spawn another rsync process on the remote side
<ente>
and that shouldn't require copying everything to checksum it locally
kanavin has joined #yocto
<jdiez>
ente: but both sides need to read the complete folder if i understand it correctly
<rburton>
surely both sides need to read _their_ copy
<rburton>
then they can compare checksums
Saur_Home74 has quit [Quit: Client closed]
Saur_Home74 has joined #yocto
enok has joined #yocto
jmd has left #yocto [ERC 5.4 (IRC client for GNU Emacs 28.2)]
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
alessioigor has quit [Remote host closed the connection]
mbulut has joined #yocto
<rburton>
mesa update: clang is only needed for intel drivers if vulkan is enabled
<rburton>
so that's an interesting option
enok has quit [Ping timeout: 252 seconds]
Kubu_work has quit [Quit: Leaving.]
BenBE2 has joined #yocto
goliath has joined #yocto
Saur_Home74 has quit [Quit: Client closed]
Saur_Home74 has joined #yocto
jmd has left #yocto [ERC 5.4 (IRC client for GNU Emacs 28.2)]
dgriego has quit [Quit: Bye]
florian_kc has quit [Ping timeout: 248 seconds]
florian has quit [Quit: Ex-Chat]
<rburton>
moto-timo: py removal patchbomb sent
Minvera has joined #yocto
cabazon78 has joined #yocto
<rburton>
(and addition to meta-py)
<cabazon78>
Hey, I have a custom minimal image now that boots fine on QEMU with SeaBios and boots fine with Lenovo laptop with UEFI but I have to turn off secure boot. Do you know what do I need to do to be able to boot on UEFI platform (x86) with secure boot on?
<moto-timo>
rburton: thank you for making the world a better place
<rburton>
cabazon78: look up meta-secure-core
<cabazon78>
thanks!
goliath has quit [Quit: SIGSEGV]
<rburton>
you "just" need to sign your bootloader etc
<rburton>
"just" is doing a lot of work - the entire point of secure boot is that you don't boot arbitrary code...
zpfvo has quit [Remote host closed the connection]
<cabazon78>
in the UEFI options I see the submenu 'secure boot keys', so perhaps I could overwrite the original key?
Saur_Home74 has quit [Quit: Client closed]
<rburton>
cabazon78: you use a presigned stub loader to get into grub
<cabazon78>
rburton would that be the one on efi partition? boot.efi?
cabazon78 has quit [Quit: Client closed]
mbulut has quit [Ping timeout: 276 seconds]
<BenBE2>
Is there a quick tutorial for writing recipies for python3 packages when that package needs to build some native libraries? (DearPyGUI in my case, available on pip, but no binaries for my target platfom)
BenBE2 is now known as BenBE
goliath has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
khem has quit [Quit: WeeChat 4.3.5]
cbrake has quit [Quit: WeeChat 4.3.5]
goliath has quit [Quit: SIGSEGV]
berton has quit [Quit: Connection closed for inactivity]
mischief has joined #yocto
amitk has quit [Ping timeout: 276 seconds]
Starfoxxes has quit [Read error: Connection reset by peer]
florian_kc has joined #yocto
frieder has quit [Remote host closed the connection]
dmoseley has quit [Ping timeout: 248 seconds]
xphn has quit [Ping timeout: 252 seconds]
xphn has joined #yocto
<RP>
BenBE: when it comes to native libraries the build systems can vary so much it makes such a guide hard to write/maintain :(
mvlad has quit [Remote host closed the connection]
dmoseley has joined #yocto
viric has quit [Read error: Connection reset by peer]
dankm has quit [Remote host closed the connection]
dankm has joined #yocto
Haxxa has quit [Quit: Haxxa flies away.]
BenBE has quit [Ping timeout: 264 seconds]
Haxxa has joined #yocto
Jones42_ has quit [Ping timeout: 248 seconds]
alessioigor has joined #yocto
Jones42_ has joined #yocto
alessioigor has quit [Remote host closed the connection]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jdiez>
I'm trying to use gcc in a target (qemux86-64) in this case. I've installed packagegroup-core-buildessential. trying to compile a hello.c throws this error: "x86_64-poky-linux-gcc: fatal error: cannot execute 'as': execvp: No such file or directory". there's no `as` package as far as I can tell. what am I doing wrong?