Skip to content
Snippets Groups Projects
Unverified Commit e6b6c694 authored by Sandra Tobajas's avatar Sandra Tobajas
Browse files

packaging: raspbian: remove qemu-user binaries

As the packaging for raspbian platform does use the virtualization with
qemu in user mode, remove the qemu binaries in the build container.

Change-Id: Id72ca6bad3d47d525c3a7d0213d5fc5eebbaa3d4
parent d6dde7ee
No related branches found
No related tags found
No related merge requests found
FROM debian:buster
# FIXME: dirty qemu-static hack required because our Jenkins node runs Docker 17
# Remove next line as soon as we get Docker 18 +
COPY qemu-static/qemu-arm-static /usr/bin/qemu-arm-static
ENV DEBIAN_FRONTEND noninteractive
# Add armhf dpkg architecture and add cross-compiling toolchain and
......
......@@ -238,7 +238,6 @@ def run_generate_all(parsed_args):
"debian_packaging_override": "",
"output_file": "$(DEBIAN_DSC_FILENAME)",
"options": "--privileged --security-opt apparmor=docker-default",
"qemu_static": 'qemu-arm-static',
},
{
"distribution": "raspbian_10_armhf_oci",
......@@ -247,7 +246,6 @@ def run_generate_all(parsed_args):
"output_file": "$(DEBIAN_DSC_FILENAME)",
"options": "-e OVERRIDE_PACKAGING_DIR=$(DEBIAN_OCI_PKG_DIR) --privileged --security-opt apparmor=docker-default",
"version": "$(DEBIAN_OCI_VERSION)",
"qemu_static": 'qemu-arm-static',
},
# Ubuntu
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment