diff options
author | Paul Barker <pbarker@toganlabs.com> | 2018-03-23 17:33:12 +0000 |
---|---|---|
committer | Paul Barker <pbarker@toganlabs.com> | 2018-03-23 17:33:24 +0000 |
commit | 5b206afc78b8b4c968f9b585d46c430c5c2dc77e (patch) | |
tree | 7f5ee17a40fc5063d0a8cb6b295fcaf41e00b599 | |
parent | 415c1998a64b16b109ca38ffd9778332849f33f2 (diff) | |
download | meta-raspberrypi-pbarker/docs.tar.gz |
docs: Remove reference to deprecated imagespbarker/docs
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/layer-contents.md | 12 |
2 files changed, 6 insertions, 8 deletions
@@ -47,7 +47,7 @@ This layer depends on: | |||
47 | 1. source poky/oe-init-build-env rpi-build | 47 | 1. source poky/oe-init-build-env rpi-build |
48 | 2. Add this layer to bblayers.conf and the dependencies above | 48 | 2. Add this layer to bblayers.conf and the dependencies above |
49 | 3. Set MACHINE in local.conf to one of the supported boards | 49 | 3. Set MACHINE in local.conf to one of the supported boards |
50 | 4. bitbake rpi-hwup-image | 50 | 4. bitbake core-image-base |
51 | 5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) | 51 | 5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) |
52 | 6. Boot your RPI. | 52 | 6. Boot your RPI. |
53 | 53 | ||
diff --git a/docs/layer-contents.md b/docs/layer-contents.md index 29cfa35..223a3b0 100644 --- a/docs/layer-contents.md +++ b/docs/layer-contents.md | |||
@@ -13,12 +13,10 @@ | |||
13 | 13 | ||
14 | ## Images | 14 | ## Images |
15 | 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 | 16 | * rpi-test-image |
23 | * Image based on rpi-basic-image which includes most of the packages in this | 17 | * Image based on core-image-base which includes most of the packages in this |
24 | layer and some media samples. | 18 | layer and some media samples. |
19 | |||
20 | For other uses it's recommended to base images on `core-image-minimal` or | ||
21 | `core-image-base` as appropriate. The old image names (`rpi-hwup-image` and | ||
22 | `rpi-basic-image`) are deprecated. | ||