common: create a Component class to factor out builds

Not yet finished factoring, but half way there, do for all build-
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-18 00:00:00 +00:00
parent cb3d8929ba
commit 2a77df690c
10 changed files with 650 additions and 595 deletions

View File

@@ -144,7 +144,7 @@ It is super easy to build for different CPU architectures, just use the `--arch`
./run --arch aarch64
....
But to avoid typing `--arch aarch64` so many times, set the default arch as explained at: <<default-command-line-arguments>>
To avoid typing `--arch aarch64` so many times, set the default arch as explained at: <<default-command-line-arguments>>
See also: <<cpu-architecture,CPU architectures>>.
@@ -395,11 +395,12 @@ If you haven't built Buildroot yet for <<qemu-buildroot-setup>>, you can build f
....
./download-dependencies --gem5
./build --gem5 --no-qemu
./build --gem5 --m5 --no-qemu
./run --gem5
....
`--no-qemu` is optional, but it makes the build slightly faster TODO: after first build:
....
./download-dependencies --gem5
./build-gem5