summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/layer-contents.md12
2 files changed, 6 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4318532..b49405b 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ This layer depends on:
471. source poky/oe-init-build-env rpi-build 471. source poky/oe-init-build-env rpi-build
482. Add this layer to bblayers.conf and the dependencies above 482. Add this layer to bblayers.conf and the dependencies above
493. Set MACHINE in local.conf to one of the supported boards 493. Set MACHINE in local.conf to one of the supported boards
504. bitbake rpi-hwup-image 504. bitbake core-image-base
515. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 515. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
526. Boot your RPI. 526. 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
20For 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.