blob: bdb446dabd6dac90aefaf4d27cc651aac88dda7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Arm Benchmarks Applications for Matrix v2"
require matrix-gui-apps-git.inc
PR = "${INC_PR}.8"
inherit allarch
S = "${WORKDIR}/git/arm_apps"
# Make sure arm submenu and app images has been installed
RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-arm"
# Make sure the benchmarks have been installed
RDEPENDS_${PN} += "arm-benchmarks lmbench nbench-byte matrix-gui-helper-scripts posix-smp-demo"
FILES_${PN} += "${MATRIX_BASE_DIR}/*"
|