[meta-freescale] [meta-fsl-demos][v3 3/7] packagegroup-fsl-tools-testapps: Add tools and apps used in testing

Lauren Post lauren.post at freescale.com
Fri Jul 24 08:41:29 PDT 2015


Add additional tools used in i.MX testing required by the test and
development teams for testing networking, performance and configurations.

Note that a few tools used in i.MX not included because they require
additional layers configured.  These tools are ntpdate and vlan
which requires meta-networking under meta-openembbeded.

Signed-off-by: Lauren Post <lauren.post at freescale.com>
---
 .../packagegroup-fsl-tools-testapps.bb             |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
index 98e6e5c..0600afc 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
@@ -37,6 +37,14 @@ RDEPENDS_${PN} = " \
     python-subprocess \
     python-datetime \
     python-json \
+    procps \
+    linuxptp \
+    iw \
+    can-utils \
+    cpufrequtils \
+    nano \
+    minicom \
+    coreutils \
     ${@base_contains('DISTRO_FEATURES', 'x11', 'v4l-utils', '', d)} \
     ethtool \
     mtd-utils \
@@ -46,8 +54,18 @@ RDEPENDS_${PN} = " \
                                     'weston weston-examples \
                                      gtk+3-demo clutter-1.0-examples', '', d), d)} \
     ${SOC_TOOLS_TEST} \
+    ${SOC_TOOLS_TESTAPPS} \
 "
 
 # FIXME: i.MX6SL cannot use mesa for Graphics and it lacks GL support,
 #        so for now we skip it.
 RDEPENDS_${PN}_remove_mx6sl = "clutter-1.0-examples"
+
+IMX_TESTAPPS = "  \
+    imx-kobs \
+    cryptodev-module \
+    cryptodev-tests \
+"
+
+SOC_TOOLS_TESTAPPS_mx6 += "${IMX_TESTAPPS}"
+SOC_TOOLS_TESTAPPS_mx7 += "${IMX_TESTAPPS}"
-- 
1.7.9.5



More information about the meta-freescale mailing list