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
The main task performed by the wrapper is to create a clean dir
to execute the real yocto-check-layer, so we can do the same.
The /bin/bash is because the source command is not provided by /bin/sh.
We also clone the meta-qcom again in the new builddir from the REPO_DIR
to avoid any polution/untracked files that may exist in the repository.
This creates a clean copy of the meta-qcom repo inside the new build dir.
Signed-off-by: Jose Quaresma <[email protected]>
0 commit comments