summaryrefslogtreecommitdiffstats
path: root/meta-linaro/recipes-linaro/images/linaro-image-toolchain-benchmark.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
commit8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch)
treeeb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro/recipes-linaro/images/linaro-image-toolchain-benchmark.bb
downloadmeta-linaro-8d89651ef729e560ad96dcfc002fcde6ff7f923b.tar.gz
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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 "