summaryrefslogtreecommitdiffstats
path: root/packagegroups/packagegroup-enea-networking.bb
blob: 4d31bf47d46dc6d624577daf6c8dcf93beddb6d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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-isolcpu \
    packagegroup-enea-networking-usdpaa \
    "

RRECOMMENDS_${PN} = ""