summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOla Redell <ola.redell@retotech.se>2017-12-17 22:28:12 +0100
committerOla Redell <ola.redell@retotech.se>2017-12-17 22:28:12 +0100
commite6918ce8cdff0884169f2548cf793c781333d4b9 (patch)
treee8a329264997d59c21d1430467395e0649a3b68d
parent5a855a81ab418b1496ed99b903c4700c33a60962 (diff)
parent195e4858d3ef539c87c2720295a834b91bfed17f (diff)
downloadmeta-jailhouse-e6918ce8cdff0884169f2548cf793c781333d4b9.tar.gz
Merge branch 'master' of bitbucket.org:olrex/meta-jailhouse
-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