summaryrefslogtreecommitdiffstats
path: root/meta-linaro/recipes-linaro/images/linaro-image-toolchain-benchmark.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-linaro/images/linaro-image-toolchain-benchmark.bb')
-rw-r--r--meta-linaro/recipes-linaro/images/linaro-image-toolchain-benchmark.bb18
1 files changed, 18 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 0000000..16aa531
--- /dev/null
+++ b/meta-linaro/recipes-linaro/images/linaro-image-toolchain-benchmark.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Base image for toolchain benchmarking"
2DESCRIPTION = "Image capable of benchmarking the toolchain."
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
5
6require recipes-core/images/core-image-minimal.bb
7require linaro-image-common.inc
8
9IMAGE_INSTALL += "\
10 bzip2 \
11 cpufrequtils \
12 netcat \
13 openssh-sftp-server \
14 rsync \
15 tar \
16 util-linux \
17 xz \
18 "