summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-runtime-perf/COPYING.MIT17
-rw-r--r--meta-runtime-perf/README12
-rw-r--r--meta-runtime-perf/conf/layer.conf12
3 files changed, 41 insertions, 0 deletions
diff --git a/meta-runtime-perf/COPYING.MIT b/meta-runtime-perf/COPYING.MIT
new file mode 100644
index 00000000000..89de354795e
--- /dev/null
+++ b/meta-runtime-perf/COPYING.MIT
@@ -0,0 +1,17 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/meta-runtime-perf/README b/meta-runtime-perf/README
new file mode 100644
index 00000000000..aabe5c2de58
--- /dev/null
+++ b/meta-runtime-perf/README
@@ -0,0 +1,12 @@
+This layer is intended as test layer, used by image_tests to issue
+runtime performance testing. It's probably a mistake to include it
+in your builds (unless you want to run these tests).
+
+Phoronix is to be used in the runtime performance testcases. As part
+of Phoronix setup, the proxies need to be configured in the target
+via the command 'phoronix-test-suite network-setup'. It is intended
+to make this an automatic task in the future.
+
+This is a skeleton layer at the moment, only containing the phoronix
+dependency with meta-oe layer. It should be updated as soon as
+testcases are defined for this component.
diff --git a/meta-runtime-perf/conf/layer.conf b/meta-runtime-perf/conf/layer.conf
new file mode 100644
index 00000000000..4c6cd28b5c7
--- /dev/null
+++ b/meta-runtime-perf/conf/layer.conf
@@ -0,0 +1,12 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "runtime-perf"
+BBFILE_PATTERN_runtime-perf = "^${LAYERDIR}/"
+BBFILE_PRIORITY_runtime-perf = "5"
+
+LAYERDEPENDS_runtime-perf = "openembedded-layer"