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