f-m: Remove qemu-user-static. 47/15847/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 17 Jun 2016 21:31:30 +0000 (23:31 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 17 Jun 2016 21:39:13 +0000 (23:39 +0200)
commitc3cc95ae45b39786a18a84b3ea1029140f492ee6
treea61fca988088f5fc2926ca27d0e16cc8bd91b412
parented8f923065efc8251ca8faaf878f7c98c6cec6a1
f-m: Remove qemu-user-static.

Previously, we added and used qemu-user-static and its wrapper
over debootstrap (qemu-debootstrap) in:
- requirements-rpm.txt
  No longer needed, qemu-user-static should be added automatically
  as a cobbler rpm dependency (similar to cobbler-grub-aarch64);
- prepare-build-env.sh
  No longer needed, we only support building packages natively.
  We never built an arm64 chroot at ISO build time.
- sandbox.mk
  Same motivation as above, no longer needed.
  I think this would have needed qemu-user-static on build machine,
  and binfmt properly set up on that machine as well, adding
  complexity to the build process, although we do not use it.

So, simplify things a little and prepare this for upstream.

Change-Id: Idfce5aa594f1fcd92b1f238c7d07cb88f26064b8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
patches/fuel-main/0001-Use-qemu-debootstrap-to-support-multi-arch.patch [deleted file]
patches/fuel-main/0001-mirror-sandbox-Allow-multi-arch-debian-mirrors.patch [moved from patches/fuel-main/0002-Allow-multi-arch-debian-mirrors.patch with 71% similarity]