mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-26 19:17:08 +00:00
README: cleanup
Add note about rust. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -11,28 +11,19 @@ This layer depends on:
|
|||||||
|
|
||||||
URI: git://git.openembedded.org/openembedded-core
|
URI: git://git.openembedded.org/openembedded-core
|
||||||
branch: master
|
branch: master
|
||||||
revision: HEAD
|
|
||||||
prio: default
|
|
||||||
|
|
||||||
URI: git://git.openembedded.org/meta-openembedded/meta-oe
|
URI: git://git.openembedded.org/meta-openembedded/meta-oe
|
||||||
branch: master
|
branch: master
|
||||||
revision: HEAD
|
|
||||||
prio: default
|
|
||||||
|
|
||||||
URI: git://git.openembedded.org/meta-openembedded/meta-perl
|
URI: git://git.openembedded.org/meta-openembedded/meta-perl
|
||||||
branch: master
|
branch: master
|
||||||
revision: HEAD
|
|
||||||
prio: default
|
|
||||||
|
|
||||||
URI: git://git.openembedded.org/meta-openembedded/meta-python
|
URI: git://git.openembedded.org/meta-openembedded/meta-python
|
||||||
branch: master
|
branch: master
|
||||||
revision: HEAD
|
|
||||||
prio: default
|
|
||||||
|
|
||||||
URI: git://git.openembedded.org/meta-openembedded/meta-networking
|
URI: git://git.openembedded.org/meta-openembedded/meta-networking
|
||||||
branch: master
|
branch: master
|
||||||
revision: HEAD
|
|
||||||
prio: default
|
|
||||||
|
|
||||||
Adding the security layer to your build
|
Adding the security layer to your build
|
||||||
========================================
|
========================================
|
||||||
@@ -51,11 +42,23 @@ other layers needed. e.g.:
|
|||||||
/path/to/meta-openembedded/meta-perl \
|
/path/to/meta-openembedded/meta-perl \
|
||||||
/path/to/meta-openembedded/meta-python \
|
/path/to/meta-openembedded/meta-python \
|
||||||
/path/to/meta-openembedded/meta-networking \
|
/path/to/meta-openembedded/meta-networking \
|
||||||
/path/to/layer/meta-security \
|
/path/to/layer/meta-security "
|
||||||
|
|
||||||
|
Optional Rust dependancy
|
||||||
|
======================================
|
||||||
|
If you want to use the latest Suricata that needs rust, you will need to clone
|
||||||
|
|
||||||
|
URI: https://github.com/meta-rust/meta-rust.git
|
||||||
|
branch: master
|
||||||
|
|
||||||
|
BBLAYERS += "/path/to/layer/meta-rust"
|
||||||
|
|
||||||
|
This will activate the dynamic-layer mechanism and pull in the newer suricata
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Maintenance
|
Maintenance
|
||||||
-----------
|
======================================
|
||||||
|
|
||||||
Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org
|
Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user