diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
commit | 8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch) | |
tree | eb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro/recipes-linaro/images/linaro-image-arago.bb | |
download | meta-linaro-dizzy-enea.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-arago.bb')
-rw-r--r-- | meta-linaro/recipes-linaro/images/linaro-image-arago.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-linaro/recipes-linaro/images/linaro-image-arago.bb b/meta-linaro/recipes-linaro/images/linaro-image-arago.bb new file mode 100644 index 0000000..ac61feb --- /dev/null +++ b/meta-linaro/recipes-linaro/images/linaro-image-arago.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Arago based image for testing" | ||
2 | DESCRIPTION = "Image capable of booting and testing device." | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
5 | |||
6 | require linaro-image-common.inc | ||
7 | |||
8 | # List of packages to install | ||
9 | IMAGE_INSTALL += "\ | ||
10 | bc \ | ||
11 | bonnie++ \ | ||
12 | bridge-utils \ | ||
13 | evtest \ | ||
14 | hdparm \ | ||
15 | iozone3 \ | ||
16 | iperf \ | ||
17 | lmbench \ | ||
18 | memtester \ | ||
19 | rt-tests \ | ||
20 | " | ||