mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-06-01 22:59:43 +00:00
meta-ids: initial commit for IDS support (#11)
* Add new layer for IDS support * Add package mtree to provide basic IDS functions Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
DESCRIPTION = "Packagegroup for Intrusion Detection System (IDS) utilities."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
|
||||
"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
mtree \
|
||||
"
|
||||
Reference in New Issue
Block a user