upstream bugs: link to qemu and buildroot minimal setups

This commit is contained in:
Ciro Santilli
2018-06-01 08:56:33 +01:00
parent 3392b03b8d
commit 55b94d2896

View File

@@ -6429,7 +6429,12 @@ Next, you will also want to give the relevant images to save them time. Zip the
and then upload the `out/images-*.zip` file somewhere, e.g. GitHub release assets as in https://github.com/cirosantilli/linux-kernel-module-cheat/releases/tag/test-replay-arm
Finally, do a clone of the relevant repository out of tree and reproduce the bug there, to be 100% sure that it is an actual upstream bug, and to provide developers with the cleanest possible commands. For example as was done in this QEMU bug report: https://bugs.launchpad.net/qemu/+bug/1762179
Finally, do a clone of the relevant repository out of tree and reproduce the bug there, to be 100% sure that it is an actual upstream bug, and to provide developers with the cleanest possible commands.
For QEMU and Buildroot, we have the following convenient setups respectively:
* https://github.com/cirosantilli/qemu-test
* https://github.com/cirosantilli/buildroot/tree/in-tree-package-master
== Benchmark this repo