aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: move linux kernel specific docs to docs/linux/ dirAndrey Konovalov2017-10-271-326/+0
|
* Makefile: build target binaries into separate dirsDmitry Vyukov2017-09-191-12/+2
| | | | | | | | | | | | We currently build binaries for all targets into bin. This makes mess in bin/ and does not allow testing of different archs. Build target binaries into bin/OS_ARCH/ subdirs. Host binaries are still built into bin/. Update #333 Update #324 Update #191
* syz-manager/mgrconfig: explicitly specify target in configDmitry Vyukov2017-09-151-0/+1
| | | | | Add target config parameter (e.g. linux/amd64) which controls target OS/arch. No more explicit assumptions about target.
* docs: small fixesAndrey Konovalov2017-07-241-0/+3
|
* syz-manager/mgrconfig: move sshkey from vm config to manager configDmitry Vyukov2017-06-171-2/+2
| | | | | | | | | | | | | | Sshkey is a property of image, which is in manager config. Move sshkey to the same location as image. The motivation for the move is as follows. Continuous build produces an image and the key, both need to be passed manager instance. Continuous build system should not distinguish different VM types and mess with their configs. NOTE FOR USERS: this breaks manager configs again. Hopefully the last time for now. Docs are updated.
* docs: move parts of README to docsAndrey Konovalov2017-06-141-1/+1
|
* docs: move setup pages from wikiAndrey Konovalov2017-06-141-0/+332