summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOla Redell <ola.redell@retotech.se>2017-11-15 21:54:39 +0100
committerOla Redell <ola.redell@retotech.se>2017-11-15 21:54:39 +0100
commit3af813eaa50cc3bf5192c0218cf7e779f9f5af01 (patch)
treedfb2fa235941f723cca0c9b1347fe04597d4bfb8 /README.md
parentf2cccf9409c91a33c4394ca4cfafe1cc00f9ce21 (diff)
downloadmeta-jailhouse-3af813eaa50cc3bf5192c0218cf7e779f9f5af01.tar.gz
Default Jailhouse configuration, add new jailhouse versions
Added variable JH_CONFIG that is used to point to current jailhouse hypervisor configuration. Added recipes for jailhouse version 0.7 and a _git recipe that tracks HEAD on master.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 55db8f1..e5d21a1 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,10 @@ produces. This variable should be set in a cell recipe
134using a full path e.g. `INMATE = "${B}/freertos-demo.bin"`. 134using a full path e.g. `INMATE = "${B}/freertos-demo.bin"`.
135Empty by default. 135Empty by default.
136 136
137`JH_CONFIG` The hypervisor configuration file. This is per default taken to
138be one of the configuration files from the ci-directory, based on the
139current architecture. Set this variable to your own configuration if needed.
140
137The following variables can be left as is 141The following variables can be left as is
138 142
139`JH_DATADIR` Base directory for installed jailhouse cells on target. This 143`JH_DATADIR` Base directory for installed jailhouse cells on target. This