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:
Wenzong Fan
2017-08-24 17:21:52 +08:00
committed by Lans Zhang
parent c41b36ea73
commit 90fd1b523a
7 changed files with 157 additions and 0 deletions
@@ -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 \
"