SPEC-3723: restructure meta-agl-demo
[AGL/meta-agl-demo.git] / recipes-platform / packagegroups / packagegroup-agl-networking.bb
1 SUMMARY = "The networking for AGL"
2 DESCRIPTION = "A set of packages for AGL cluster's  networking"
3
4 LICENSE = "MIT"
5
6 inherit packagegroup
7
8 PACKAGES = "\
9     packagegroup-agl-networking \
10     "
11
12 ALLOW_EMPTY_${PN} = "1"
13
14
15 # fonts
16 RDEPENDS_${PN}_append = " \
17     connman \
18     connman-client \
19     connman-tools \
20     cluster-connman-conf \
21     iproute2 \
22     dhcp-client \
23 "