You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the `rust_target` function, we dynamically construct lookups for
BUILD_OS, TARGET_OS, BUILD_ARCH, TARGET_ARCH, etc. As a result Bitbake
is not able to automatically dertermine our reliance on these variables
when generating the sstate cache.
This commit manually adds vardeps onto those variables.
Signed-off-by: Nick Stevens <[email protected]>
0 commit comments