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"
seninha has quit [Quit: Leaving]
seninha has joined #yocto
Tokamak has quit [Ping timeout: 255 seconds]
GNUmoon2 has quit [Ping timeout: 258 seconds]
Tokamak has joined #yocto
GNUmoon2 has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
Tokamak has quit [Ping timeout: 244 seconds]
Tokamak has joined #yocto
camus has quit [Read error: Connection reset by peer]
camus has joined #yocto
sakoman has quit [Quit: Leaving.]
camus has quit [Remote host closed the connection]
camus has joined #yocto
camus has quit [Remote host closed the connection]
camus has joined #yocto
camus has quit [Ping timeout: 264 seconds]
camus has joined #yocto
jclsn has quit [Ping timeout: 240 seconds]
jclsn has joined #yocto
GNUmoon2 has quit [Remote host closed the connection]
GNUmoon2 has joined #yocto
seninha has quit [Remote host closed the connection]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
seninha has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
seninha has quit [Remote host closed the connection]
amitk has joined #yocto
mrnuke has quit [Ping timeout: 240 seconds]
mrnuke has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
beneth has quit [Read error: Connection reset by peer]
alessioigor has joined #yocto
paddymahoney2 has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
alessioigor has quit [Remote host closed the connection]
paddymahoney2 has quit [Remote host closed the connection]
alessioigor has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
alessioigor has quit [Client Quit]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
rob_w has joined #yocto
wyre_ is now known as wyre
tomzy_0 has joined #yocto
goliath has joined #yocto
ThomasRoos[m] has joined #yocto
frieder has joined #yocto
GNUmoon2 has quit [Read error: Connection reset by peer]
GNUmoon2 has joined #yocto
goliath has quit [Quit: SIGSEGV]
Schlumpf has joined #yocto
<milkylainen> Hi. How do I let a native tool use stdin? Seems like the environment steals stdin, disabling all form of active input? I
<milkylainen> I want the environment to be able to ask for a password (encrypted dsa keys).
zpfvo has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
<mckoan> good morning
wCPO2 has joined #yocto
tre has joined #yocto
wCPO has quit [Ping timeout: 248 seconds]
wCPO2 is now known as wCPO
goliath has joined #yocto
prabhakarlad has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
pwn has joined #yocto
pwn is now known as pwn_
<pwn_> I try to run: bitbake tftp-hpa-server but i get an error:
<qschulz> milkylainen: I would assume that is not possible
<pwn_> ERROR: Nothing PROVIDES 'tftp-hpa-server'. Close matches:
<pwn_>   tftp-hpa RPROVIDES tftp-hpa-server
<qschulz> milkylainen: for SSH keys with passwords, you typically use the ssh-agent for this transparently
<qschulz> same for gpg I guess. Is there a way to use a keyring or something like that for those encyrpted dsa keys?
<qschulz> pwn_: bitbake tftp-hpa
<pwn_> How exactly does that work? if i only add IMAGE_INSTALL+="tftp-hpa" to my recipe than the server is not installed..
patersonc[m] has left #yocto [#yocto]
<qschulz> you can bake recipes, not packages
<qschulz> the output of bitbaking a recipe are packages
patersonc[m] has joined #yocto
patersonc[m] has left #yocto [#yocto]
<qschulz> pwn_: IMAGE_INSTALL is on packages
patersonc[m] has joined #yocto
<pwn_> Ahhh.. ahhhhhhhhhhhhh
<qschulz> so you need tftp-hpa-server
<qschulz> IMAGE_INSTALL, RDEPENDS, RRECOMMENDS are on packages (and some packages have the same name as the recipe)
<qschulz> DEPENDS, bitbake <recipe> are on recipes
<pwn_> Would i be able to do IMAGE_INSTALL+="tftp-hpa-server", without including IMAGE_INSTALL+="tftp-hpa" ?
<qschulz> pwn_: if tftp-hpa-server does not RDEPENDS on tftp-hpa in some ways, yes
<pwn_> Is there a way to list what packages are provided by a recipe? i searched for bitbake provides but did not find anything
<qschulz> if it does, if it is incorrect you need to fix the recipe. if it does and it is correct, it will be pulled in automatically so you don't need to specify it
<qschulz> if it doesn't but should, you need to fix the recipe to explicit this runtime dependency
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
<pwn_> Thanks!
<milkylainen> qschulz: Well. This is signing TF-A bits. And I don't like the idea of storing passwords in variables.
<milkylainen> qschulz: So not any kind of user authentication here. The password really needs to be an obnoxious query. :)
leon-anavi has joined #yocto
florian has joined #yocto
ardo has quit [Read error: Connection reset by peer]
<qschulz> milkylainen: agents and keyrings are pretty safe? you're not using variables, it's part of the host OS so you have nothing to handle
<qschulz> milkylainen: if it;s really sensitive, do the signing manually
<qschulz> ideally on an air-tight machine with no network access
ardo has joined #yocto
pwn_ has quit [Quit: Client closed]
ardo has quit [Quit: ZNC 1.8.2 - https://znc.in]
ardo has joined #yocto
<milkylainen> qschulz: Mmm. Probably will get to that point later on.
xmn has quit [Ping timeout: 252 seconds]
xmn has joined #yocto
florian_kc has joined #yocto
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
Artturin[m] has quit [Quit: You have been kicked for being idle]
ramacassis[m] has quit [Quit: You have been kicked for being idle]
MarkKonnov[m] has quit [Quit: You have been kicked for being idle]
zpfvo has quit [Ping timeout: 264 seconds]
ptsneves has joined #yocto
landgraf has joined #yocto
zpfvo has joined #yocto
seninha has joined #yocto
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #yocto
seninha has quit [Remote host closed the connection]
seninha has joined #yocto
<wyre> I guess gPXE is an alternative to U-Boot, right?
<wyre> but U-Boot actually has capabilities to boot from network, apparently 🤔
<qschulz> wyre: you can load binaries from network with tftp in U-Boot
<wyre> qschulz, sure, but what about the fs?
<qschulz> the fs?
<qschulz> what's the actual question?
<wyre> qschulz, the file system, yes, that's not a binary and I guess I should provide to the target system a nfs for it
<qschulz> wyre: I should have said "files"
<qschulz> you can load whatever you want from the network
<qschulz> into RAM
<qschulz> wyre: nfs will be mounted by the kernel, U-Boot absolutely do not care about this
<wyre> qschulz, sure but the proper way is to use nfs to provide it, according to the U-Boot parameters I can read in its environment
<qschulz> (though apparently U-Boot might be able to load files from nfs too, but I have never used it)
<qschulz> wyre: to provide what?
<wyre> qschulz, to provide the file system
<wyre> root file system, I mean
<qschulz> wyre: you need the kernel to know where to load the rootfs yes
<qschulz> wyre: this is passed by U-Boot via the bootargs enviornment variable
<qschulz> but it's literally just text
<wyre> qschulz, sure, "nfsroot=${serverip}:${nfsroot},v3,tcp" you mean that part, right?
<qschulz> and the content of bootargs is kernel-specific
<qschulz> wyre: sounds about right yes
<wyre> yes,I see
<wyre> my point now is how to create that nfs to provide the filesystem to the kernel
<qschulz> wyre: create a tarball of your image and untar it in one of the exported nfs directories
<wyre> qschulz, sure, that's what I'll try 😊
<qschulz> wyre: tarballs can be generated by bitbake directly by setting IMAGE_FSTYPES properly IIRC
xmn has quit [Quit: ZZZzzz…]
eirikb has joined #yocto
mrnuke has quit [*.net *.split]
yudjinn[m]1 has quit [*.net *.split]
gstinocher[m] has quit [*.net *.split]
chep has quit [*.net *.split]
qschulz has quit [*.net *.split]
alejandrohs has quit [*.net *.split]
vmeson has quit [*.net *.split]
pabigot has quit [*.net *.split]
mlaga97 has quit [*.net *.split]
ldts has quit [*.net *.split]
alimon has quit [*.net *.split]
paulg has quit [*.net *.split]
paowz_ has quit [*.net *.split]
mrnuke has joined #yocto
yudjinn[m]1 has joined #yocto
chep has joined #yocto
qschulz has joined #yocto
pabigot has joined #yocto
alimon has joined #yocto
ldts has joined #yocto
paowz_ has joined #yocto
gstinocher[m] has joined #yocto
mlaga97 has joined #yocto
alejandrohs has joined #yocto
vmeson has joined #yocto
paulg has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
zpfvo has quit [Ping timeout: 240 seconds]
tomzy_0 has quit [Quit: Client closed]
ptsneves has quit [Ping timeout: 248 seconds]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
zpfvo has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
<wyre> qschulz, it seems to be able to boot https://bpa.st/DQQA but ... not sure why systemd isn't confortable with the root file system through nfs 🤔
<qschulz> wyre: \o/
zpfvo has quit [Ping timeout: 268 seconds]
zpfvo has joined #yocto
ptsneves has joined #yocto
zpfvo has quit [Ping timeout: 252 seconds]
zpfvo has joined #yocto
tre has quit [Remote host closed the connection]
davidinux has quit [Ping timeout: 240 seconds]
Tyaku has joined #yocto
eirikb has quit [Ping timeout: 252 seconds]
<Tyaku> exit
Tyaku has quit [Client Quit]
davidinux has joined #yocto
davidinux has quit [Ping timeout: 244 seconds]
davidinux has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
alessioigor has joined #yocto
amitk has quit [Ping timeout: 252 seconds]
eirikb has joined #yocto
zpfvo has quit [Ping timeout: 268 seconds]
eirikb has quit [Ping timeout: 252 seconds]
rob_w has quit [Remote host closed the connection]
woky_ is now known as woky
<alessioigor> Hi all, Is there a way to know why a package is rebuilt (when it isn't supposed to be)?
zpfvo has joined #yocto
<JaMa> alessioigor: bitbake -g
<qschulz> alessioigor: yes, use bitbake-diffsigs
<JaMa> ah, missed "re" in rebuilt
<JaMa> dump signatures before and after with -Snone and then compare them with bitbake-diffsigs as qschulz said
<qschulz> alessioigor: note that if any dependency of your package is rebuilt, your package will be rebuilt even if nothing changed
<qschulz> (well, +- hashequiv server nowadays)
sakoman has joined #yocto
<alessioigor> Thanks JaMa and qschulz for very fast replies ;-)
<alessioigor> schulz: The package is an initramfs image so (if I no miss something) it shouldn't have almost any dependencies,,,
davidinux has quit [Ping timeout: 252 seconds]
davidinux has joined #yocto
Guest2237 has joined #yocto
Schlumpf has quit [Quit: Client closed]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
goliath has quit [Quit: SIGSEGV]
zeddii has joined #yocto
alessioigor has quit [Quit: alessioigor]
leon-anavi has quit [Quit: Leaving]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
frieder has quit [Remote host closed the connection]
xmn has joined #yocto
alex88 has quit [Ping timeout: 260 seconds]
mckoan is now known as mckoan|away
alessioigor has joined #yocto
goliath has joined #yocto
zpfvo has quit [Remote host closed the connection]
<alessioigor> It seems that my initramfs image recipe rebuild is triggered by os-release... How can remove os-release frm the former dependencies?
<alessioigor> Thanks in advance!
<qschulz> alessioigor: what exactly changes in os-release to trigger a rebuild?
<qschulz> alessioigor: bitbake -g <initramfs-recipe> and use your favorite text editor to read the .dot files
<qschulz> From quickly going through poky, it seems that only systemd pulls the package (but I'd check if i were you)
<qschulz> and it pulls it with an RRECOMMENDS
<qschulz> so you can probably just add BAD_RECOMMENTAIONS = "os-release" or NO_RECOMMENDATIONS = "1" to your initramfs image recipe
<alessioigor> I changed only the version number (aka DISTRO_VERSION)
<alessioigor> I don't known why my initramfs recipe pull in systemd!
<alessioigor> qschulz: I'm going to try your suggestion...
<qschulz> alessioigor: because it might be the init system?
<alessioigor> qschulz: not of the initramfs
<alessioigor> Probably I made a mistake..
<qschulz> alessioigor: bitbake -g to figure things out first
<alessioigor> qschulz: Ok, thank you. It's very kind of you!
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 264 seconds]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
astlep55 has quit [Read error: Connection reset by peer]
astlep550 has joined #yocto
justache- has joined #yocto
woky_ has joined #yocto
woky has quit [Ping timeout: 252 seconds]
justache has quit [Ping timeout: 252 seconds]
<sotaoverride> No matter what I put in my patch for ca-certificates I Cant get them to work with openssl1.0.2u. The issue started out with ca-certificate giving the openssl rehash invalid command error. Ive tried using hastcert and c_rehash instead of rehash (patching ca-certificates) but nothng worked.
<sotaoverride> khem: suggested checking what command is available in my sysroot, seems like c_reshash is. tryingto get a better handle on this problem and would appreciate any help. Im not very clear on sysroots etc...
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
zeddii has quit [Read error: Connection reset by peer]
alessioigor has quit [Quit: alessioigor]
zeddii has joined #yocto
zeddii has quit [Read error: Connection reset by peer]
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
zeddii has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
dtometzki has quit [Quit: ZNC 1.8.2 - https://znc.in]
ptsneves has quit [Ping timeout: 268 seconds]
florian_kc has joined #yocto
dtometzki has joined #yocto
eirikb has joined #yocto
eirikb has quit [Client Quit]
eirikb has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
davidinux has quit [Read error: Connection reset by peer]
davidinux has joined #yocto
davidinux has quit [Ping timeout: 260 seconds]
davidinux has joined #yocto
seninha has quit [Quit: Leaving]
otavio has quit [Remote host closed the connection]
otavio has joined #yocto
CobaltBlue has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
justache- is now known as justache
alimon has quit [Ping timeout: 244 seconds]
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
rsalveti has joined #yocto
seninha has joined #yocto
alimon has joined #yocto
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
sakoman has quit [Quit: Leaving.]
sakoman has joined #yocto
paowz_ has quit [Ping timeout: 244 seconds]
ecdhe_ has quit [Read error: Connection reset by peer]
ecdhe has joined #yocto
alejandrohs has quit [Ping timeout: 244 seconds]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
alejandrohs has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
CobaltBlue has quit [Quit: Do not go gentle into that good night.]
florian_kc has quit [Ping timeout: 244 seconds]
alex88 has joined #yocto