summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudius Heine <ch@denx.de>2016-10-19 16:22:44 +0200
committerClaudius Heine <ch@denx.de>2016-10-19 16:22:44 +0200
commitb4ed61cacfe22134f4e136bfdaaa9bf6acdb3936 (patch)
treebe6bfadc2f5935afc94996e3e3980d68cc4b2b73
parente78e3155913859734a3933f13d211428ca7a40a7 (diff)
downloadmeta-readonly-rootfs-overlay-b4ed61cacfe22134f4e136bfdaaa9bf6acdb3936.tar.gz
fixing some wrong rendering of the README.md
-rw-r--r--README.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/README.md b/README.md
index 1e44be2..b1c4755 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1This README file contains information on the contents of the 1This README.md file contains information on the contents of the
2readonly-rootfs-overlay layer. 2readonly-rootfs-overlay layer.
3 3
4Please see the corresponding sections below for details. 4Please see the corresponding sections below for details.
@@ -7,13 +7,16 @@ Please see the corresponding sections below for details.
7 7
8This layer depends on: 8This 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
28III. Kernel command line parameters 31III. 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
38location of the readonly-rootfs-overlay layer to bblayers.conf, along with any 41location of the readonly-rootfs-overlay layer to bblayers.conf, along with any
39other layers needed. e.g.: 42other 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