Skip to content

Commit

Permalink
mock: map armv7hl to the /usr/bin/qemu-arm-static binary
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Nov 24, 2022
1 parent b7457f6 commit 817c3c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mock/docs/site-defaults.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@
## mapping from target_arch (or forcearch) to arch in /usr/bin/qemu-*-static
# config_opts['qemu_user_static_mapping'] = {
# 'aarch64': 'aarch64',
# 'armv7hl': 'arm',
# 'i386': 'i386',
# 'i686': 'i386',
# 'ppc64': 'ppc64',
Expand Down
1 change: 1 addition & 0 deletions mock/py/mockbuild/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def setup_default_config_opts():
# mapping from target_arch (or forcearch) to arch in /usr/bin/qemu-*-static
config_opts["qemu_user_static_mapping"] = {
'aarch64': 'aarch64',
'armv7hl': 'arm',
'i386': 'i386',
'i686': 'i386',
'ppc64': 'ppc64',
Expand Down

0 comments on commit 817c3c3

Please sign in to comment.