mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2026-01-27 11:01:24 +01:00
shared-repo-unpack: Call layer-config
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b0a779f725
commit
98f101ee93
|
|
@ -25,6 +25,7 @@ shared = sys.argv[2]
|
|||
targetdir = sys.argv[3]
|
||||
target = sys.argv[4]
|
||||
|
||||
scriptsdir = os.path.dirname(os.path.realpath(__file__))
|
||||
ourconfig = utils.loadconfig(__file__)
|
||||
|
||||
stashdir = ourconfig["REPO_STASH_DIR"]
|
||||
|
|
@ -45,3 +46,5 @@ for repo in sorted(repos.keys()):
|
|||
else:
|
||||
utils.printheader("Fetching repo %s" % repo)
|
||||
utils.fetchgitrepo(targetdir, repo, repos[repo], stashdir)
|
||||
|
||||
subprocess.check_call([scriptsdir + "/layer-config", targetdir, target])
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user