ostbuild: Actually compose devel image from devel base
Otherwise we don't have gcc, gdb, git etc...
This commit is contained in:
parent
7fc3630222
commit
914f9ffc61
|
|
@ -321,7 +321,7 @@ class OstbuildBuild(builtins.Builtin):
|
|||
|
||||
def _compose_arch(self, architecture, components):
|
||||
runtime_base = self._get_base('runtime', architecture)
|
||||
devel_base = self._get_base('runtime', architecture)
|
||||
devel_base = self._get_base('devel', architecture)
|
||||
runtime_contents = [runtime_base + ':/']
|
||||
devel_contents = [devel_base + ':/']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue