diff options
| author | Paul Barker <pbarker@toganlabs.com> | 2017-05-23 10:26:05 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2017-05-26 12:16:52 +0100 |
| commit | 03976f7ff12885d1205effe526c83b10ed4252fe (patch) | |
| tree | 461c9904c83f102fb27096b5718b57aedb9311dd /docs/layer-contents.md | |
| parent | 4f2dd0f0e8d09afcb08c5ec57f20c763814596df (diff) | |
| download | meta-raspberrypi-03976f7ff12885d1205effe526c83b10ed4252fe.tar.gz | |
docs: Initial split of README into docs directory
The top-level README document has got pretty unwieldy and so we need to
switch to add some more structure to our documentation. The first step
is to split out sub-sections of the README document into separate files
in a new 'docs' directory.
Whilst splitting up the README, we can also take the opportunity to tidy
things up and fix a couple of typos.
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
Diffstat (limited to 'docs/layer-contents.md')
| -rw-r--r-- | docs/layer-contents.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/layer-contents.md b/docs/layer-contents.md new file mode 100644 index 0000000..29cfa35 --- /dev/null +++ b/docs/layer-contents.md | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | # Layer Contents | ||
| 2 | |||
| 3 | ## Supported Machines | ||
| 4 | |||
| 5 | * raspberrypi | ||
| 6 | * raspberrypi0 | ||
| 7 | * raspberrypi0-wifi | ||
| 8 | * raspberrypi2 | ||
| 9 | * raspberrypi3 | ||
| 10 | * raspberrypi3-64 (64 bit kernel & userspace) | ||
| 11 | * raspberrypi-cm (dummy alias for raspberrypi) | ||
| 12 | * raspberrypi-cm3 (dummy alias for raspberrypi2) | ||
| 13 | |||
| 14 | ## Images | ||
| 15 | |||
| 16 | * rpi-hwup-image | ||
| 17 | * Hardware up image | ||
| 18 | |||
| 19 | * rpi-basic-image | ||
| 20 | * Based on rpi-hwup-image with some added features (ex: splash) | ||
| 21 | |||
| 22 | * rpi-test-image | ||
| 23 | * Image based on rpi-basic-image which includes most of the packages in this | ||
| 24 | layer and some media samples. | ||
