<Jones42>
khem: thanks for the pointer. I guess that makes sense when genimage is the last thing to execute. in my case I want to run do_image_verity afterwards, so I guess I have to work around that.
<Jones42>
Also thanks for the hint regarding the u-boot-tooling. I'd say by now I know enough to hack my way around things, but doing it "right" (i.e. in a way it won't fall on my feet some day) is a whole different level...
<mbulut>
just a little thing i came across today: the bitbake documentation states somewhere that 'only bitbake style python functions can be tasks' but contrarily, many tasks (e.g. like do_install) in upstream recipes are shell functions -- actually i've never seen a non shell do_install... also, i'm able to hook a custom shell function in as a task -- so is this part of the doc just outdated or am i fundamentally misreading something here?
<yocton>
That section compares "BitBake-Style Python Functions" and "Python Functions" not python vs shell
<mbulut>
d'oh!
<mbulut>
context is important, thx :)
<yocton>
yup :)
rfuentess has quit [Remote host closed the connection]
sakoman has quit [Ping timeout: 244 seconds]
sakoman has joined #yocto
sugoi has joined #yocto
fffarmadupe has quit [Quit: Lost terminal]
sugoi has quit [Ping timeout: 252 seconds]
xmn has joined #yocto
RobertBerger has quit [Ping timeout: 252 seconds]
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 260 seconds]
lexano has joined #yocto
vthor has quit [Ping timeout: 248 seconds]
wojci__ has quit [Ping timeout: 265 seconds]
tgamblin_ is now known as tgamblin
tgamblin has quit [Ping timeout: 246 seconds]
tgamblin has joined #yocto
mbulut_ has joined #yocto
tgamblin has quit [Remote host closed the connection]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
mbulut_ has quit [Ping timeout: 245 seconds]
Guest99 has joined #yocto
<khem>
Jones42: no worries, regarding image tasks order, usually you want the final done-done image before bundling it up I guess that what you are targetting with verity stuff as well
Guest99 has quit [Ping timeout: 256 seconds]
wojci__ has joined #yocto
wojci__ has quit [Ping timeout: 276 seconds]
CrazyGecko has quit [Quit: Konversation terminated!]
CapEnt has joined #yocto
reatmon_ has quit [Remote host closed the connection]
<Guest4>
Can anyone tell me where to write the network configurations in yocto scarthgap with sysvinit as init system? Older yocto settings wrote in /var/etc/network/interfaces. /var/etc/network/ doesn't exist in latest kernel.
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
norvil has joined #yocto
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
Guest4 has quit [Quit: Client closed]
<Saur>
RP: meta-poky is not compatible with styhead...
<Saur>
And meta-yocto-bsp.
Guest7 has joined #yocto
Guest7 has quit [Client Quit]
jmd has quit [Remote host closed the connection]
Narpat has joined #yocto
Narpat is now known as nrpt
reatmon_ has quit [Read error: Connection reset by peer]
reatmon_ has joined #yocto
iokill has quit [Ping timeout: 252 seconds]
iokill has joined #yocto
tgamblin has quit [Ping timeout: 252 seconds]
tgamblin has joined #yocto
vthor is now known as vThor
vThor is now known as vthor
nrpt has quit [Quit: Client closed]
jmd has joined #yocto
<RP>
Saur: hmm, could have sworn I'd done that but clearly not!
jmd has quit [Remote host closed the connection]
florian_kc has joined #yocto
Algotech has joined #yocto
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
xmn has quit [Ping timeout: 276 seconds]
norvil has quit [Quit: Client closed]
mbulut_ has joined #yocto
Starfoxxes has joined #yocto
mbulut_ has quit [Ping timeout: 252 seconds]
mbulut has quit [Ping timeout: 260 seconds]
florian_kc has quit [Ping timeout: 252 seconds]
Vonter has quit [Ping timeout: 265 seconds]
Vonter has joined #yocto
ablu has quit [Ping timeout: 252 seconds]
ablu has joined #yocto
lexano has quit [Ping timeout: 260 seconds]
lexano has joined #yocto
frieder has quit [Remote host closed the connection]
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
jmd has quit [Remote host closed the connection]
lexano has quit [Ping timeout: 272 seconds]
florian_kc has joined #yocto
lexano has joined #yocto
v0n has quit [Quit: WeeChat 4.3.0]
vvn has quit [Quit: WeeChat 4.3.0]
vvn has joined #yocto
sotaoverride has quit [Quit: Lost terminal]
florian_kc has quit [Ping timeout: 245 seconds]
<tlwoerner>
when i try to build chromium i get: tmp-glibc/hosttools/ld: cannot find -lstdc++: No such file or directory
<tlwoerner>
doesn't that come with the hosttools?
<tlwoerner>
it seems as though installing libstdc++-12-dev on the host seems to fix it?
<RP>
tlwoerner: we probably assume that is part of build-essential or equivalence and present on the host