Skip to content

Commit

Permalink
README: update based on issue 249
Browse files Browse the repository at this point in the history
Update the README with some more guidance and feedback from nilrt.git
issue openembedded#249.

Signed-off-by: Alex Stewart <[email protected]>
  • Loading branch information
amstewart committed Oct 23, 2023
1 parent c8f3486 commit 8de483e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ This project uses the [pyrex](https://github.com/garmin/pyrex) tool to transpare
2. #### Install docker
[Install the docker engine](https://docs.docker.com/engine/install/) on your build host. If you can successfully run `docker run hello-world`, then you have everything you should need.

**Do not use** the Docker Desktop product as your docker installation. Docker Desktop uses virtual machine indirection that will interfere with this project's docker scripting. Other users have [had success](https://github.com/ni/nilrt/issues/249) switching to the bare docker engine instead.
3. #### Set up pyrex
Build (or pull) the `build-nilrt` pyrex container image.
```bash
Expand All @@ -53,7 +55,7 @@ This project uses the [pyrex](https://github.com/garmin/pyrex) tool to transpare
```
4. #### Set up build environment
Enter the NILRT build environment. Sourcing the init script the first time will automatically setup your pyrex container shim.
Source the `ni-oe-init-build-env` script, using the `.` (or `source`) command in your shell. This will automatically setup your OpenEmbedded build environment, and the pyrex container shim that will transparently wrap your bitbake commands.
```bash
. ./ni-oe-init-build-env [--org]
Expand Down

0 comments on commit 8de483e

Please sign in to comment.