qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
vthor has quit [Ping timeout: 240 seconds]
lexano has quit [Ping timeout: 252 seconds]
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #yocto
nerdboy has quit [Ping timeout: 268 seconds]
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
Jones42__ has joined #yocto
Jones42_ has quit [Ping timeout: 260 seconds]
vthor has quit [Ping timeout: 240 seconds]
amitk has joined #yocto
schtobia has quit [Remote host closed the connection]
amitk has quit [Ping timeout: 260 seconds]
ablu has quit [Read error: Connection reset by peer]
ablu has joined #yocto
xmn has quit [Ping timeout: 268 seconds]
kanavin has quit [Remote host closed the connection]
schtobia has joined #yocto
MrCryo has joined #yocto
MrCryo has quit [Remote host closed the connection]
florian__ has joined #yocto
kanavin has joined #yocto
kanavin has quit [Ping timeout: 240 seconds]
kanavin has joined #yocto
florian__ has quit [Ping timeout: 272 seconds]
simone has joined #yocto
leon-anavi has joined #yocto
MrCryo has joined #yocto
MrCryo has quit [Quit: MrCryo]
MrCryo has joined #yocto
MrCryo has quit [Quit: MrCryo]
MrCryo has joined #yocto
leon-anavi has quit [Remote host closed the connection]
vthor has joined #yocto
lexano has joined #yocto
xmn has joined #yocto
MrCryo has quit [Quit: MrCryo]
MrCryo has joined #yocto
simonew has joined #yocto
simone has quit [Ping timeout: 255 seconds]
amitk has joined #yocto
mbulut has joined #yocto
vthor has quit [Ping timeout: 256 seconds]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
mbulut has quit [Ping timeout: 264 seconds]
mbulut has joined #yocto
vthor has quit [Ping timeout: 260 seconds]
Kubu_work has joined #yocto
Kubu_work has quit [Client Quit]
tgamblin has quit [Ping timeout: 255 seconds]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
<khem>
infact we have too much compression if we let lose these algos each invocation wants to use every last resource on the machine
<khem>
you have to bridle them
<khem>
what would be interesting is to find which one suits us best
<khem>
and the optimum parallelism
khem has quit [Quit: WeeChat 4.2.2]
khem has joined #yocto
florian__ has joined #yocto
MrCryo has quit [Remote host closed the connection]
KanjiMonster has quit [Ping timeout: 252 seconds]
KanjiMonster has joined #yocto
jmiehe has joined #yocto
tgamblin has joined #yocto
jmiehe has quit [Quit: jmiehe]
vthor has quit [Ping timeout: 240 seconds]
ptsneves has joined #yocto
vthor has joined #yocto
enok has joined #yocto
ptsneves has quit [Quit: ptsneves]
Piraty has quit [Quit: -]
Piraty has joined #yocto
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
zenstoic has joined #yocto
zenstoic has quit []
vvn has quit [Quit: WeeChat 4.2.2]
vvn has joined #yocto
<mbulut>
when force-refreshing a patch (which is in a 3rd party layer) because of fuzz using devtool, is there a way to place the updated patch in my own layer's append recipe such that the original patch is not applied?
<mbulut>
or do I have to update the patch in the original layer?
enok has quit [Quit: enok]
Ad0 has quit [Ping timeout: 260 seconds]
enok has joined #yocto
michael_e has joined #yocto
florian__ has quit [Ping timeout: 255 seconds]
enok has quit [Ping timeout: 268 seconds]
Ad0 has joined #yocto
goliath has quit [Quit: SIGSEGV]
michael_e has quit [Ping timeout: 256 seconds]
<JaMa>
mbulut: read about FILESPATH
<mbulut>
JaMa, the way I understand FILESPATH and FILESEXTRAPATHS is that when prepending to the latter in custom layer (and supplying some file to be overridden), the upstream layer's recipe will pick up my version of the file because it matches first (due to prepend)
Vonter_ has quit [Ping timeout: 260 seconds]
<mbulut>
This always worked fine for files used in the upstream recipes, however when I tried to do the same to a patch that I wanted to have overridden, the build log still showed the patch fuzz
<mbulut>
that's why I was unsure if the same rules apply for do_patch
<mbulut>
It looked like it was double applying the patch (upstream first, then mine) which is not what I want, of course
Vonter has joined #yocto
<mbulut>
I worked around the problem by now though...