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
<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]