aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-linaro/recipes-linaro/images/linaro-image-toolchain-benchmark.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-linaro/recipes-linaro/images/linaro-image-toolchain-benchmark.bb b/meta-linaro/recipes-linaro/images/linaro-image-toolchain-benchmark.bb
new file mode 100644
index 00000000..a5c712c4
--- /dev/null
+++ b/meta-linaro/recipes-linaro/images/linaro-image-toolchain-benchmark.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Base image for toolchain benchmarking"
+DESCRIPTION = "Image capable of benchmarking the toolchain."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+require recipes-core/images/core-image-minimal.bb
+require linaro-image-common.inc
+
+IMAGE_INSTALL += "\
+ bzip2 \
+ cpufrequtils \
+ netcat \
+ openssh-sftp-server \
+ rsync \
+ tar \
+ xz \
+ "