From 110d04440c5d6ec75bf252802badfe5b992bb38e Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Fri, 20 Nov 2015 13:57:31 +0000 Subject: WIP Add support for multiple sources per chunk TODO: - Add API to the cache server to retrieve a submodule commit from a given path. - Fix cross-bootstrap command. Change-Id: I3475c2bcb648a272fee33bc878a521f79d4e6581 --- morphlib/artifactresolver.py | 1 + 1 file changed, 1 insertion(+) (limited to 'morphlib/artifactresolver.py') diff --git a/morphlib/artifactresolver.py b/morphlib/artifactresolver.py index f3936df1..2b40752d 100644 --- a/morphlib/artifactresolver.py +++ b/morphlib/artifactresolver.py @@ -189,6 +189,7 @@ class ArtifactResolver(object): # Resolve now to avoid a search for the parent morphology later chunk_source.build_mode = info['build-mode'] chunk_source.prefix = info['prefix'] + chunk_source.extra_sources = info['extra-sources'] # Add these chunks to the processed artifacts, so other # chunks may refer to them. -- cgit v1.2.1