From a3838f854fd689b8c695a0e24485ac19695ce47d Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 4 Apr 2016 14:58:05 +0200 Subject: Add enea-networking packagegroups These packagegroups are specific to the EL Networking profile. packagegroup-enea-networking-usdpaa will contain recipes needed by USDPAA in the EL networking profile packagegroup-enea-networking will contain all recipes specific to the EL Networking profile, inlcuding the usdpaa packagegroup Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- .../packagegroup-enea-networking-usdpaa.bb | 22 ++++++++++++++++++++++ packagegroups/packagegroup-enea-networking.bb | 16 ++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 packagegroups/packagegroup-enea-networking-usdpaa.bb create mode 100644 packagegroups/packagegroup-enea-networking.bb diff --git a/packagegroups/packagegroup-enea-networking-usdpaa.bb b/packagegroups/packagegroup-enea-networking-usdpaa.bb new file mode 100644 index 0000000..3c03817 --- /dev/null +++ b/packagegroups/packagegroup-enea-networking-usdpaa.bb @@ -0,0 +1,22 @@ +SUMMARY = "Packages needed for Freescale USDPAA support" +DESCRIPTION = "This package group includes userspace packages required by USDPAA." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" + +inherit packagegroup + +USDPAA_PKGS = " \ + eth-config \ + flib \ + fmc \ + fmlib \ + usdpaa \ + " + +PACKAGES = "${PN}" + +RDEPENDS_${PN} = " ${USDPAA_PKGS} \ + " + +RRECOMMENDS_${PN} = "" diff --git a/packagegroups/packagegroup-enea-networking.bb b/packagegroups/packagegroup-enea-networking.bb new file mode 100644 index 0000000..c7a31a7 --- /dev/null +++ b/packagegroups/packagegroup-enea-networking.bb @@ -0,0 +1,16 @@ +SUMMARY = "Packages specific to the Enea Linux Networking Profile" +DESCRIPTION = "This package group includes packages and packagegroups required for the Enea Linux \ + Networking Profile." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" + + +inherit packagegroup + +PACKAGES = "${PN}" + +RDEPENDS_${PN} = " packagegroup-enea-networking-usdpaa \ + " + +RRECOMMENDS_${PN} = "" -- cgit v1.2.3-54-g00ecf