mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-27 07:27:14 +00:00
README: Update for dynamic layers
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -28,20 +28,10 @@ Dependencies
|
|||||||
This layer depends on:
|
This layer depends on:
|
||||||
|
|
||||||
URI: git://git.openembedded.org/openembedded-core
|
URI: git://git.openembedded.org/openembedded-core
|
||||||
branch: master
|
branch: [same one as checked out for this layer]
|
||||||
|
|
||||||
URI: git://git.openembedded.org/meta-openembedded/meta-oe
|
URI: git://git.openembedded.org/meta-openembedded/meta-oe
|
||||||
branch: master
|
branch: [same one as checked out for this layer]
|
||||||
|
|
||||||
URI: git://git.openembedded.org/meta-openembedded/meta-perl
|
|
||||||
branch: master
|
|
||||||
|
|
||||||
URI: git://git.openembedded.org/meta-openembedded/meta-python
|
|
||||||
branch: master
|
|
||||||
|
|
||||||
URI: git://git.openembedded.org/meta-openembedded/meta-networking
|
|
||||||
branch: master
|
|
||||||
|
|
||||||
|
|
||||||
Adding the security layer to your build
|
Adding the security layer to your build
|
||||||
========================================
|
========================================
|
||||||
@@ -57,21 +47,22 @@ other layers needed. e.g.:
|
|||||||
BBLAYERS ?= " \
|
BBLAYERS ?= " \
|
||||||
/path/to/oe-core/meta \
|
/path/to/oe-core/meta \
|
||||||
/path/to/meta-openembedded/meta-oe \
|
/path/to/meta-openembedded/meta-oe \
|
||||||
/path/to/meta-openembedded/meta-perl \
|
|
||||||
/path/to/meta-openembedded/meta-python \
|
|
||||||
/path/to/meta-openembedded/meta-networking \
|
|
||||||
/path/to/layer/meta-security "
|
/path/to/layer/meta-security "
|
||||||
|
|
||||||
Optional Rust dependancy
|
Optional Dynamic layer 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
|
URI: git://git.openembedded.org/meta-openembedded/meta-oe
|
||||||
branch: master
|
|
||||||
|
|
||||||
BBLAYERS += "/path/to/layer/meta-rust"
|
URI: git://git.openembedded.org/meta-openembedded/meta-perl
|
||||||
|
|
||||||
This will activate the dynamic-layer mechanism and pull in the newer suricata
|
URI: git://git.openembedded.org/meta-openembedded/meta-python
|
||||||
|
|
||||||
|
BBLAYERS += "/path/to/layer/meta-openembedded/meta-oe"
|
||||||
|
BBLAYERS += "/path/to/layer/meta-openembedded/meta-perl"
|
||||||
|
BBLAYERS += "/path/to/layer/meta-openembedded/meta-python"
|
||||||
|
|
||||||
|
This will activate the dynamic-layer mechanism.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user