summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOla Redell <ola.redell@retotech.se>2017-12-17 20:49:13 +0000
committerOla Redell <ola.redell@retotech.se>2017-12-17 20:49:13 +0000
commit195e4858d3ef539c87c2720295a834b91bfed17f (patch)
tree92d455b426b40260bcaf0879a267db15052651b8
parente0a1fea1252e26f95f5a6302f0079d4e7649ffc2 (diff)
downloadmeta-jailhouse-195e4858d3ef539c87c2720295a834b91bfed17f.tar.gz
README.md: correct root cell in example, and better setting of CELLS
variable in local.conf
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 29a9edc..59c0f0e 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@ Maintainers
22=========== 22===========
23 23
24* Ola Redell <ola@retotech.se> 24* Ola Redell <ola@retotech.se>
25* Anders Törnqvist <anders@retotech.se> 25* Anders Törnqvist <anders@retotech.se>
26* Jonas WestÃ¥ker <jonas@retotech.se> 26* Jonas Weståker <jonas@retotech.se>
27 27
28Please submit any patches against this jailhouse layer 28Please submit any patches against this jailhouse layer
29via email or https://bitbucket.org/retotech/meta-jailhouse 29via email or https://bitbucket.org/retotech/meta-jailhouse
@@ -76,7 +76,7 @@ recipe defines a CELLS variable that lists all recipes that provide cells (and
76inmates) for the jailhouse build. Adapt the CELLS variable according to your 76inmates) for the jailhouse build. Adapt the CELLS variable according to your
77needs, e.g. 77needs, e.g.
78 78
79 CELLS_append = " freertos-cell" 79 CELLS_pn-jailhouse = "freertos-cell"
80 80
81in `local.conf`. 81in `local.conf`.
82With this declaration, freertos-cell entries will be added both to the 82With this declaration, freertos-cell entries will be added both to the
@@ -124,7 +124,7 @@ under `recipes-jailhouse/freertos-cell`. To use this, set the
124Test the cell by executing the following sequence once booted. 124Test the cell by executing the following sequence once booted.
125 125
126 export JAILHOUSE_DIR=/usr/share/jailhouse 126 export JAILHOUSE_DIR=/usr/share/jailhouse
127 jailhouse enable ${JAILHOUSE_DIR}/cells/plamics-bpi-root.cell 127 jailhouse enable ${JAILHOUSE_DIR}/cells/bananapi.cell
128 jailhouse cell create ${JAILHOUSE_DIR}/cells/freertos-cell.cell 128 jailhouse cell create ${JAILHOUSE_DIR}/cells/freertos-cell.cell
129 jailhouse cell load FreeRTOS ${JAILHOUSE_DIR}/inmates/freertos-demo.bin 129 jailhouse cell load FreeRTOS ${JAILHOUSE_DIR}/inmates/freertos-demo.bin
130 jailhouse cell start FreeRTOS 130 jailhouse cell start FreeRTOS