diff options
| -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. | ||
