diff options
| -rw-r--r-- | README | 27 |
1 files changed, 15 insertions, 12 deletions
| @@ -11,28 +11,19 @@ This layer depends on: | |||
| 11 | 11 | ||
| 12 | URI: git://git.openembedded.org/openembedded-core | 12 | URI: git://git.openembedded.org/openembedded-core |
| 13 | branch: master | 13 | branch: master |
| 14 | revision: HEAD | ||
| 15 | prio: default | ||
| 16 | 14 | ||
| 17 | URI: git://git.openembedded.org/meta-openembedded/meta-oe | 15 | URI: git://git.openembedded.org/meta-openembedded/meta-oe |
| 18 | branch: master | 16 | branch: master |
| 19 | revision: HEAD | ||
| 20 | prio: default | ||
| 21 | 17 | ||
| 22 | URI: git://git.openembedded.org/meta-openembedded/meta-perl | 18 | URI: git://git.openembedded.org/meta-openembedded/meta-perl |
| 23 | branch: master | 19 | branch: master |
| 24 | revision: HEAD | ||
| 25 | prio: default | ||
| 26 | 20 | ||
| 27 | URI: git://git.openembedded.org/meta-openembedded/meta-python | 21 | URI: git://git.openembedded.org/meta-openembedded/meta-python |
| 28 | branch: master | 22 | branch: master |
| 29 | revision: HEAD | ||
| 30 | prio: default | ||
| 31 | 23 | ||
| 32 | URI: git://git.openembedded.org/meta-openembedded/meta-networking | 24 | URI: git://git.openembedded.org/meta-openembedded/meta-networking |
| 33 | branch: master | 25 | branch: master |
| 34 | revision: HEAD | 26 | |
| 35 | prio: default | ||
| 36 | 27 | ||
| 37 | Adding the security layer to your build | 28 | Adding the security layer to your build |
| 38 | ======================================== | 29 | ======================================== |
| @@ -51,11 +42,23 @@ other layers needed. e.g.: | |||
| 51 | /path/to/meta-openembedded/meta-perl \ | 42 | /path/to/meta-openembedded/meta-perl \ |
| 52 | /path/to/meta-openembedded/meta-python \ | 43 | /path/to/meta-openembedded/meta-python \ |
| 53 | /path/to/meta-openembedded/meta-networking \ | 44 | /path/to/meta-openembedded/meta-networking \ |
| 54 | /path/to/layer/meta-security \ | 45 | /path/to/layer/meta-security " |
| 46 | |||
| 47 | Optional Rust dependancy | ||
| 48 | ====================================== | ||
| 49 | If you want to use the latest Suricata that needs rust, you will need to clone | ||
| 50 | |||
| 51 | URI: https://github.com/meta-rust/meta-rust.git | ||
| 52 | branch: master | ||
| 53 | |||
| 54 | BBLAYERS += "/path/to/layer/meta-rust" | ||
| 55 | |||
| 56 | This will activate the dynamic-layer mechanism and pull in the newer suricata | ||
| 57 | |||
| 55 | 58 | ||
| 56 | 59 | ||
| 57 | Maintenance | 60 | Maintenance |
| 58 | ----------- | 61 | ====================================== |
| 59 | 62 | ||
| 60 | Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org | 63 | Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org |
| 61 | 64 | ||
