Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
raspbian-base
Commits
cd99e929
Commit
cd99e929
authored
Nov 22, 2021
by
Alexander A. Klimov
😎
Browse files
Update QEMU
to avoid "semop(1): encountered an error: Function not implemented"
parent
830593c7
Pipeline
#21763
passed with stage
in 5 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
cd99e929
...
...
@@ -15,9 +15,9 @@ ifneq ($(CI_REGISTRY),)
IMAGE
:=
$(CI_REGISTRY)
/
$(IMAGE)
endif
QEMU_VERSION
=
v
4.0
.0-
5
QEMU_STATIC
=
https://github.com/multiarch/qemu-user-static/releases/download/
$(QEMU_VERSION)
/qemu-arm-static.tar.gz
QEMU_CHECKSUM
=
3
fc9536f712b02c5c83cb45b4deba5c48dc87b3a48795ca4189da08ab6f25ac54495bc56e5e1914f595dc2ca68dcd04977264e9f19d5754e88ed3a6dea68ac12
QEMU_VERSION
=
v
5.2
.0-
11
QEMU_STATIC
=
https://github.com/multiarch/qemu-user-static/releases/download/
$(QEMU_VERSION)
/
x86_64_
qemu-arm-static.tar.gz
QEMU_CHECKSUM
=
3
233ece85d71729065950e52714020369c2f3aaa5616d7361fe1cc275673252598f196c4fc5f3cdf4747cd24a5e8f9eb076323501e9a8760a514f3f579bfcd3e
.PHONY
:
all tarball clean
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment