[meta-freescale] [distro][PATCH 2/4] packagegroup-qoriq-tools-full: add recipe

ting.liu at nxp.com ting.liu at nxp.com
Tue Nov 21 07:11:18 PST 2017


From: Ting Liu <ting.liu at nxp.com>

This package group is used to provide additional packages for evaluating
Qoriq machines. This includes all the tested tools and is suited for
large storages like SATA, SD, USB.

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 .../packagegroups/packagegroup-qoriq-tools-full.bb | 94 ++++++++++++++++++++++
 1 file changed, 94 insertions(+)
 create mode 100644 recipes-fsl/packagegroups/packagegroup-qoriq-tools-full.bb

diff --git a/recipes-fsl/packagegroups/packagegroup-qoriq-tools-full.bb b/recipes-fsl/packagegroups/packagegroup-qoriq-tools-full.bb
new file mode 100644
index 0000000..6b81b66
--- /dev/null
+++ b/recipes-fsl/packagegroups/packagegroup-qoriq-tools-full.bb
@@ -0,0 +1,94 @@
+SUMMARY = "FSL Community package group - set of additional Qoriq tools"
+DESCRIPTION = "Package group used by FSL Community to provide additional \
+packages for evaluating Qoriq machines. This includes all the tested tools \
+and is suited for large storages like SATA, SD, USB."
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit packagegroup
+
+RDEPENDS_${PN} ?= "packagegroup-qoriq-tools"
+
+# additional NXP packages to enable Qoriq machines' functionality
+RDEPENDS_${PN}_append_ls1043ardb = " \
+    dpdk \
+    dpdk-extras \
+    ovs-dpdk \
+"
+RDEPENDS_${PN}_append_ls1046ardb = " \
+    dpdk \
+    dpdk-extras \
+    ovs-dpdk \
+"
+RDEPENDS_${PN}_append_ls1088ardb = " \
+    dpdk \
+    dpdk-extras \
+    odp \
+    ovs-dpdk \
+"
+RDEPENDS_${PN}_append_ls2088ardb = " \
+    dpdk \
+    dpdk-extras \
+    odp \
+    ovs-dpdk \
+"
+
+# additional networking packages
+RDEPENDS_${PN}_append = " \
+    bind \
+    curl \
+    dhcp-client \
+    libnfnetlink \
+    linuxptp \
+    ntpdate \
+    ppp \
+    ppp-dialin \
+    ptpd \
+    resolvconf \
+    rp-pppoe \
+    samba \
+    wget \
+    xinetd \
+"
+
+# additional core packages
+RDEPENDS_${PN}_append = " \
+    bc \
+    chkconfig \
+    cronie \
+    db \
+    debianutils \
+    e2fsprogs \
+    e2fsprogs-badblocks \
+    e2fsprogs-e2fsck \
+    e2fsprogs-tune2fs  \
+    lsb \
+    lsbinitscripts \
+    lsbtest \
+    lsof \
+    man \
+    man-pages \
+    oprofile \
+    parted \
+    perf \
+    rng-tools \
+    rt-tests \
+    sqlite3 \
+    strongswan \
+    texinfo \
+    unzip \
+    usbutils \
+    watchdog \
+    which \
+    vlan \
+    xz  \
+    zip \
+"
+
+# packages for virtualization
+RDEPENDS_${PN}_append = " \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', \
+        'libvirt-libvirtd libvirt-virsh libvirt docker docker-registry lxc', \
+            '', d)} \
+"
+
-- 
2.7.4



More information about the meta-freescale mailing list