diff options
| author | Claudius Heine <ch@denx.de> | 2016-10-19 16:22:44 +0200 |
|---|---|---|
| committer | Claudius Heine <ch@denx.de> | 2016-10-19 16:22:44 +0200 |
| commit | b4ed61cacfe22134f4e136bfdaaa9bf6acdb3936 (patch) | |
| tree | be6bfadc2f5935afc94996e3e3980d68cc4b2b73 | |
| parent | e78e3155913859734a3933f13d211428ca7a40a7 (diff) | |
| download | meta-readonly-rootfs-overlay-b4ed61cacfe22134f4e136bfdaaa9bf6acdb3936.tar.gz | |
fixing some wrong rendering of the README.md
| -rw-r--r-- | README.md | 20 |
1 files changed, 12 insertions, 8 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | This README file contains information on the contents of the | 1 | This README.md file contains information on the contents of the |
| 2 | readonly-rootfs-overlay layer. | 2 | readonly-rootfs-overlay layer. |
| 3 | 3 | ||
| 4 | Please see the corresponding sections below for details. | 4 | Please see the corresponding sections below for details. |
| @@ -7,13 +7,16 @@ Please see the corresponding sections below for details. | |||
| 7 | 7 | ||
| 8 | This layer depends on: | 8 | This layer depends on: |
| 9 | 9 | ||
| 10 | ``` | ||
| 10 | URI: git://git.openembedded.org/bitbake | 11 | URI: git://git.openembedded.org/bitbake |
| 11 | branch: master | 12 | branch: krogoth |
| 13 | ``` | ||
| 12 | 14 | ||
| 15 | ``` | ||
| 13 | URI: git://git.openembedded.org/openembedded-core | 16 | URI: git://git.openembedded.org/openembedded-core |
| 14 | layers: meta | 17 | layers: meta |
| 15 | branch: master | 18 | branch: krogoth |
| 16 | 19 | ``` | |
| 17 | 20 | ||
| 18 | # Patches | 21 | # Patches |
| 19 | 22 | ||
| @@ -23,9 +26,9 @@ request. | |||
| 23 | 26 | ||
| 24 | # Table of Contents | 27 | # Table of Contents |
| 25 | 28 | ||
| 26 | I. Adding the readonly-rootfs-overlay layer to your build | 29 | I. Adding the readonly-rootfs-overlay layer to your build |
| 27 | II. Read-only root filesystem | 30 | II. Read-only root filesystem |
| 28 | III. Kernel command line parameters | 31 | III. Kernel command line parameters |
| 29 | 32 | ||
| 30 | 33 | ||
| 31 | ## I. Adding the readonly-rootfs-overlay layer to your build | 34 | ## I. Adding the readonly-rootfs-overlay layer to your build |
| @@ -38,13 +41,14 @@ yocto build tree, you can add it to the build system by adding the | |||
| 38 | location of the readonly-rootfs-overlay layer to bblayers.conf, along with any | 41 | location of the readonly-rootfs-overlay layer to bblayers.conf, along with any |
| 39 | other layers needed. e.g.: | 42 | other layers needed. e.g.: |
| 40 | 43 | ||
| 44 | ``` | ||
| 41 | BBLAYERS ?= " \ | 45 | BBLAYERS ?= " \ |
| 42 | /path/to/yocto/meta \ | 46 | /path/to/yocto/meta \ |
| 43 | /path/to/yocto/meta-poky \ | 47 | /path/to/yocto/meta-poky \ |
| 44 | /path/to/yocto/meta-yocto-bsp \ | 48 | /path/to/yocto/meta-yocto-bsp \ |
| 45 | /path/to/yocto/meta-readonly-rootfs-overlay \ | 49 | /path/to/yocto/meta-readonly-rootfs-overlay \ |
| 46 | " | 50 | " |
| 47 | 51 | ``` | |
| 48 | 52 | ||
| 49 | ## II. Read-only root filesystem | 53 | ## II. Read-only root filesystem |
| 50 | 54 | ||
