aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-networking.bb
diff options
context:
space:
mode:
authorZhou Mingying <zhoumy@cn.fujitsu.com>2019-08-20 15:21:03 +0800
committerScott Murray <scott.murray@konsulko.com>2019-08-29 21:13:23 +0000
commit3b64743c89c0efc2204350dc7cdcfb14ddbb3ac3 (patch)
tree37b04464e7fda985fe843b2f29faed24f3ccf9c1 /recipes-platform/packagegroups/packagegroup-agl-networking.bb
parentd6fb93412a94c685999b23a574bff66b3be72434 (diff)
refactor packagegroup-agl-cluster-demo-qtcompositor.bb to make some common pieceshalibut_8.0.2halibut_8.0.1halibut/8.0.2halibut/8.0.18.0.28.0.1
Create the below file in recipes-platform/packagegroups packagegroup-agl-networking.bb packagegroup-agl-source-han-sans-ttf-fonts.bb packagegroup-agl-ttf-fonts.bb Modify the below bb files to include the new packagegroups packagegroup-agl-cluster-demo-platform.bb packagegroup-agl-cluster-demo-qtcompositor.bb Bug-AGL: SPEC-2731 Signed-off-by: Zhou Mingying <zhoumy@cn.fujitsu.com> Signed-off-by: Liu Wenlong <liuwl.fnst@cn.fujitsu.com> Change-Id: I422a45ec7d51df2f8621e3297f60383ceb8d69c1 (cherry picked from commit aa6910c87ec4232588593428e98d8903b4c516bf)
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-networking.bb')
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-networking.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-networking.bb b/recipes-platform/packagegroups/packagegroup-agl-networking.bb
new file mode 100644
index 0000000..3e89303
--- /dev/null
+++ b/recipes-platform/packagegroups/packagegroup-agl-networking.bb
@@ -0,0 +1,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 \
+"