<Turmo1l>
Does anyone know if there's a way to force a recipe to use sstate if it's there? Basically ignore if dependencies changed. Kinda a weird use case, but I'm trying to build something from an SDK and I don't want it to rebuild some stuff
<Turmo1l>
Perhaps using something like SIGGEN_EXCLUDERECIPES_ABISAFE ?
<Turmo1l>
Or SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
Turmo1l has quit [Quit: Client closed]
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #yocto
nerdboy has quit [Ping timeout: 276 seconds]
Vonter has quit [Ping timeout: 276 seconds]
tlwoerner_ has quit [Remote host closed the connection]
tlwoerner_ has joined #yocto
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
roussinm has quit [Quit: WeeChat 3.8]
KhazAkar has joined #yocto
sakman has quit [Ping timeout: 276 seconds]
sakman has joined #yocto
Lihis_ has joined #yocto
rfried6 has joined #yocto
simond47227 has joined #yocto
yocton_ has joined #yocto
hrberg_ has joined #yocto
dvergata1 has joined #yocto
mcfrisk_ has joined #yocto
corey has joined #yocto
hrberg has quit [*.net *.split]
Lihis has quit [*.net *.split]
rfried has quit [*.net *.split]
simond4722 has quit [*.net *.split]
yocton has quit [*.net *.split]
mcfrisk has quit [*.net *.split]
C-o-r-E has quit [*.net *.split]
dvergatal has quit [*.net *.split]
olani has quit [*.net *.split]
grma has quit [*.net *.split]
Lihis_ is now known as Lihis
rfried6 is now known as rfried
simond47227 is now known as simond4722
alperak has joined #yocto
geoff_ has quit [Remote host closed the connection]
hrberg_ has quit [Remote host closed the connection]
jmd has left #yocto [ERC 5.4 (IRC client for GNU Emacs 28.2)]
Kubu_work has joined #yocto
<rburton>
if turmol1 comes back to read the logs, then eSDK works with "locked" hashes and you can do the same. if youre using nanbield then bblock will do what you want, otherwise itsjust a helper tool and you can do it yourself. Look up the last few slides in my presentation "why is my build so slow"
olani has joined #yocto
camus has quit [Remote host closed the connection]
ptsneves has joined #yocto
camus has joined #yocto
kpo_ has quit [Ping timeout: 255 seconds]
flom84 has joined #yocto
camus has quit [Quit: camus]
Haxxa has quit [Ping timeout: 255 seconds]
Haxxa has joined #yocto
flom84 has quit [Ping timeout: 264 seconds]
goliath has quit [Quit: SIGSEGV]
jmd has joined #yocto
florian has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
florian has quit [Ping timeout: 255 seconds]
jmd has quit [Remote host closed the connection]
<adrianf>
rburton: so far I'm not able to follow, also after reading bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=13425. How does your SDK workflow look like? My workflow is: I have a simple recipe without native support or other extra complicated details. Then I work on that with externalsrc. I want to run the do_install task without e.g. running
<adrianf>
the do_compile task.
<adrianf>
Basically I would like to: bitbake -b a-recipe --run-only-one-task do_install
jmd has joined #yocto
<adrianf>
This call should then probably invalidate some signatures of task which are after do_install.