diff options
| -rw-r--r-- | README | 33 |
1 files changed, 12 insertions, 21 deletions
| @@ -28,20 +28,10 @@ Dependencies | |||
| 28 | This layer depends on: | 28 | This layer depends on: |
| 29 | 29 | ||
| 30 | URI: git://git.openembedded.org/openembedded-core | 30 | URI: git://git.openembedded.org/openembedded-core |
| 31 | branch: master | 31 | branch: [same one as checked out for this layer] |
| 32 | 32 | ||
| 33 | URI: git://git.openembedded.org/meta-openembedded/meta-oe | 33 | URI: git://git.openembedded.org/meta-openembedded/meta-oe |
| 34 | branch: master | 34 | branch: [same one as checked out for this layer] |
| 35 | |||
| 36 | URI: git://git.openembedded.org/meta-openembedded/meta-perl | ||
| 37 | branch: master | ||
| 38 | |||
| 39 | URI: git://git.openembedded.org/meta-openembedded/meta-python | ||
| 40 | branch: master | ||
| 41 | |||
| 42 | URI: git://git.openembedded.org/meta-openembedded/meta-networking | ||
| 43 | branch: master | ||
| 44 | |||
| 45 | 35 | ||
| 46 | Adding the security layer to your build | 36 | Adding the security layer to your build |
| 47 | ======================================== | 37 | ======================================== |
| @@ -57,21 +47,22 @@ other layers needed. e.g.: | |||
| 57 | BBLAYERS ?= " \ | 47 | BBLAYERS ?= " \ |
| 58 | /path/to/oe-core/meta \ | 48 | /path/to/oe-core/meta \ |
| 59 | /path/to/meta-openembedded/meta-oe \ | 49 | /path/to/meta-openembedded/meta-oe \ |
| 60 | /path/to/meta-openembedded/meta-perl \ | ||
| 61 | /path/to/meta-openembedded/meta-python \ | ||
| 62 | /path/to/meta-openembedded/meta-networking \ | ||
| 63 | /path/to/layer/meta-security " | 50 | /path/to/layer/meta-security " |
| 64 | 51 | ||
| 65 | Optional Rust dependancy | 52 | Optional Dynamic layer dependancy |
| 66 | ====================================== | 53 | ====================================== |
| 67 | If you want to use the latest Suricata that needs rust, you will need to clone | ||
| 68 | 54 | ||
| 69 | URI: https://github.com/meta-rust/meta-rust.git | 55 | URI: git://git.openembedded.org/meta-openembedded/meta-oe |
| 70 | branch: master | 56 | |
| 57 | URI: git://git.openembedded.org/meta-openembedded/meta-perl | ||
| 58 | |||
| 59 | URI: git://git.openembedded.org/meta-openembedded/meta-python | ||
| 71 | 60 | ||
| 72 | BBLAYERS += "/path/to/layer/meta-rust" | 61 | BBLAYERS += "/path/to/layer/meta-openembedded/meta-oe" |
| 62 | BBLAYERS += "/path/to/layer/meta-openembedded/meta-perl" | ||
| 63 | BBLAYERS += "/path/to/layer/meta-openembedded/meta-python" | ||
| 73 | 64 | ||
| 74 | This will activate the dynamic-layer mechanism and pull in the newer suricata | 65 | This will activate the dynamic-layer mechanism. |
| 75 | 66 | ||
| 76 | 67 | ||
| 77 | 68 | ||
