[meta-freescale] [meta-fsl-demos][PATCH 04/13] add packagegroup-fsl-networking.bb

Zhenhua Luo zhenhua.luo at freescale.com
Wed Sep 23 07:07:45 PDT 2015


packagegroup-fsl-networking.bb defines the networking tools that are used
by FSL QorIQ silicons.

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 .../packagegroups/packagegroup-fsl-networking.bb   | 60 ++++++++++++++++++++++
 1 file changed, 60 insertions(+)
 create mode 100644 recipes-fsl/packagegroups/packagegroup-fsl-networking.bb

diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-networking.bb b/recipes-fsl/packagegroups/packagegroup-fsl-networking.bb
new file mode 100644
index 0000000..a52c0cf
--- /dev/null
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-networking.bb
@@ -0,0 +1,60 @@
+# Copyright (C) 2015 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+SUMMARY = "Freescale Package group for core networking tools"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+inherit packagegroup
+
+PACKAGES = "${PN} ${PN}-server ${PN}-extended"
+
+RDEPENDS_${PN} = " \
+    bridge-utils \
+    ethtool \
+    iproute2 \
+    iproute2-tc \
+    iptables \
+    iputils \
+    inetutils \
+    inetutils-ftp \
+    inetutils-hostname \
+    inetutils-ifconfig \
+    inetutils-logger \
+    inetutils-ping \
+    inetutils-ping6 \
+    inetutils-rsh \
+    inetutils-syslogd \
+    inetutils-telnet \
+    inetutils-tftp \
+    inetutils-traceroute \
+    ipsec-tools \
+    net-tools \
+    tcpdump \
+"
+
+RDEPENDS_${PN}-server = " \
+    inetutils-inetd \
+    inetutils-ftpd \
+    inetutils-rshd \
+    inetutils-tftpd \
+    inetutils-telnetd \
+"
+
+DEPENDS_${PN}-extended = " \
+    bind \
+    curl \
+    dhcp-client \
+    libnfnetlink \
+    linuxptp \
+    ntpdate \
+    ppp \
+    ppp-dialin \
+    ptpd \
+    resolvconf \
+    rp-pppoe \
+    samba \
+    wget \
+    xinetd \
+"
-- 
2.4.3



More information about the meta-freescale mailing list