Skip to content

Commit

Permalink
README: Update dependecies for elos-demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gehwolf committed Aug 20, 2024
1 parent 465d369 commit ffc8646
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,21 @@ Following plugins are added:
* scanner_syslog

## elos demos
To add the demos that are part of elos add `PACKAGECONFIG += "demos"` pull in the package "elos-demo".
To add the demos that are part of elos, either add `PACKAGECONFIG += "demos"`
to your `bbapend` file or add to your `local.conf` with
`PACKAGECONFIG:append:pn-elos = " demos"`. In any case make sure to install the
package:

```
CORE_IMAGE_EXTRA_INSTALL += "elos-demos"
```
.

The `elos-demo` package depends on additional layers:

* meta-openembedded/meta-oe/
* meta-openembedded/meta-python/
* meta-openembedded/meta-networking/

Following demos are added:
* demo_eloslog
Expand Down

0 comments on commit ffc8646

Please sign in to comment.