From 195e4858d3ef539c87c2720295a834b91bfed17f Mon Sep 17 00:00:00 2001 From: Ola Redell Date: Sun, 17 Dec 2017 20:49:13 +0000 Subject: README.md: correct root cell in example, and better setting of CELLS variable in local.conf --- README.md | 8 ++++---- 1 file 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 =========== * Ola Redell -* Anders Törnqvist -* Jonas WestÃ¥ker +* Anders Törnqvist +* Jonas Weståker Please submit any patches against this jailhouse layer via 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 inmates) for the jailhouse build. Adapt the CELLS variable according to your needs, e.g. - CELLS_append = " freertos-cell" + CELLS_pn-jailhouse = "freertos-cell" in `local.conf`. With 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 Test the cell by executing the following sequence once booted. export JAILHOUSE_DIR=/usr/share/jailhouse - jailhouse enable ${JAILHOUSE_DIR}/cells/plamics-bpi-root.cell + jailhouse enable ${JAILHOUSE_DIR}/cells/bananapi.cell jailhouse cell create ${JAILHOUSE_DIR}/cells/freertos-cell.cell jailhouse cell load FreeRTOS ${JAILHOUSE_DIR}/inmates/freertos-demo.bin jailhouse cell start FreeRTOS -- cgit v1.2.3-54-g00ecf