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
About the lock:
running kas with --lock can improve this situation but for that it might be better to have an external repository (like quic-yocto/ci-manifest.git) just to save the hashes on the kas yaml. this way we don't pollute the local kas config of the bsp layer and not force the users to a specific version.
Yeah, that is my thinking as well. We can probably always use the latest in PRs and generate a lock file after the merge happens, publishing into another external repo.
Yeah, that is my thinking as well. We can probably always use the latest in PRs and generate a lock file after the merge happens, publishing into another external repo.
For now can you look at automatically generating the lock files (guess via kas dump) and making it available in deploy as well? We will store the builds over NFS (for CI and developer access), so we can make the lock files available as part of the builds.
Need to define a configuration file that captures the known stable commits for following projects:
This should helpful for user who want to work on a known stable checkout on the main.
The text was updated successfully, but these errors were encountered: