mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
image: fix runtime conf access for native architecture
This commit is contained in:
parent
6000679817
commit
e460e7d0be
1 changed files with 1 additions and 1 deletions
2
image.py
2
image.py
|
@ -373,7 +373,7 @@ def cmd_build(profile_name: str = None, local_repos: bool = True, build_pkgs: bo
|
||||||
|
|
||||||
packages = BASE_PACKAGES + DEVICES[device] + FLAVOURS[flavour]['packages'] + profile['pkgs_include']
|
packages = BASE_PACKAGES + DEVICES[device] + FLAVOURS[flavour]['packages'] + profile['pkgs_include']
|
||||||
|
|
||||||
if arch != config.runtime['native']:
|
if arch != config.runtime['arch']:
|
||||||
build_enable_qemu_binfmt(arch)
|
build_enable_qemu_binfmt(arch)
|
||||||
|
|
||||||
if local_repos and build_pkgs:
|
if local_repos and build_pkgs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue