Re: [meta-security][PATCH 1/3] packagegroup: Add initial set of package groups


Saul Wold <sgw@...>
 

On 07/10/2014 07:30 AM, Armin Kuster wrote:
Signed-off-by: Armin Kuster <akuster@...>
---
.../packagegroup/packagegroup-core-security.bb | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
create mode 100644 recipes-security/packagegroup/packagegroup-core-security.bb

diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb
new file mode 100644
index 0000000..1acc4a9
--- /dev/null
+++ b/recipes-security/packagegroup/packagegroup-core-security.bb
@@ -0,0 +1,45 @@
+DESCRIPTION = "Security packagegroup for Poky"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
+ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+PR = "r0"
+
You can drop the PR as they are un-needed now with the PR Server

+inherit packagegroup
+
+PACKAGES = "\
+ packagegroup-core-security \
+ packagegroup-security-utils \
+ packagegroup-security-scanners \
+ "
+
+RDEPENDS_packagegroup-core-security = "\
+ packagegroup-security-utils \
+ packagegroup-security-scanners \
+ "
+
+SUMMARY_packagegroup-security-utils = "Security utilities"
+RDEPENDS_packagegroup-security-utils = "\
+ nmap \
+ libseccomp \
+ pinentry \
+ ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \
+ "
+
+SUMMARY_packagegroup-security-scanners = "Security scanners"
+RDEPENDS_packagegroup-security-scanners = "\
+ nikto \
+ checksecurity \
+ "
+
+SUMMARY_packagegroup-security-audit = "Security Audit tools "
+RDEPENDS_packagegroup-security-audit = " \
+ buck-security \
+ redhat-security \
+ "
+
+SUMMARY_packagegroup-security-hardening = "Security Hardening tools"
+RDEPENDS_packagegroup-security-hardening = " \
+ bastille \
+ "
+

Join yocto@lists.yoctoproject.org to automatically receive all group messages.