diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2019-03-22 15:32:44 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-22 21:57:02 -0700 |
commit | ea59b56825912614d8b2acb3ed621a8e9333a23c (patch) | |
tree | 25df8e36a5da398b30ca58003bc443cfce333761 /meta-oe/recipes-benchmark | |
parent | 2c5199f9db341895bcf37554d4102706108d026a (diff) | |
download | meta-openembedded-ea59b56825912614d8b2acb3ed621a8e9333a23c.tar.gz |
cpuburn-arm: Add armv7ve as a valid machine
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r-- | meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb index d60624c88..6189da39f 100644 --- a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb +++ b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb | |||
@@ -35,3 +35,4 @@ do_install() { | |||
35 | 35 | ||
36 | COMPATIBLE_MACHINE ?= "(^$)" | 36 | COMPATIBLE_MACHINE ?= "(^$)" |
37 | COMPATIBLE_MACHINE_armv7a = "(.*)" | 37 | COMPATIBLE_MACHINE_armv7a = "(.*)" |
38 | COMPATIBLE_MACHINE_armv7ve = "(.*)" | ||