From d2da94df306f7068e78f2893016a95a225132b54 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 8 Jun 2018 15:19:21 +0100 Subject: [PATCH] directory structure: explain more directories --- README.adoc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 508d4c4..601872f 100644 --- a/README.adoc +++ b/README.adoc @@ -7033,8 +7033,13 @@ The action seems to be happening at: `hw/arm/virt.c`. === Directory structure -* `/data`: gitignored user created data. Deleting this might lead to loss of data. Of course, if something there becomes is important enough to you, git track it. -* `/out`: gitignored Build outputs. You won't lose data by deleting this folder since everything there can be re-generated, only time. +* `data`: gitignored user created data. Deleting this might lead to loss of data. Of course, if something there becomes is important enough to you, git track it. +* `out`: gitignored Build outputs. You won't lose data by deleting this folder since everything there can be re-generated, only time. +* `out/`: arch specific outputs +* `out//buildroot`: Buildroot output +* `out//qemu`: QEMU runtime outputs +* `out//gem5`: GEM5 runtime outputs +* `out/common`: cross arch outputs. Notably gem5, which has the same build for `arm` and `aarch64`. :leveloffset: +3