aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-networking.bb
blob: 3e89303be1664b6aa5f627f55a100390410e2585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "The networking for AGL"
DESCRIPTION = "A set of packages for AGL cluster's  networking"

LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-networking \
    "

ALLOW_EMPTY_${PN} = "1"


# fonts
RDEPENDS_${PN}_append = " \
    connman \
    connman-client \
    connman-tools \
    cluster-connman-conf \
    iproute2 \
    dhcp-client \
"