diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb')
| -rw-r--r-- | meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb index b21212a430..f8f817e40b 100644 --- a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb +++ b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "A collection of cpuburn programs tuned for different ARM hardware" | |||
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://cpuburn-a53.S;beginline=1;endline=22;md5=3b7ccd70144c16d3fe14ac491c2d4a87" | 3 | LIC_FILES_CHKSUM = "file://cpuburn-a53.S;beginline=1;endline=22;md5=3b7ccd70144c16d3fe14ac491c2d4a87" |
| 4 | 4 | ||
| 5 | RPROVIDES_${PN} = "cpuburn-neon" | 5 | RPROVIDES:${PN} = "cpuburn-neon" |
| 6 | PROVIDES += "cpuburn-neon" | 6 | PROVIDES += "cpuburn-neon" |
| 7 | 7 | ||
| 8 | SRCREV = "ad7e646700d14b81413297bda02fb7fe96613c3f" | 8 | SRCREV = "ad7e646700d14b81413297bda02fb7fe96613c3f" |
| @@ -47,6 +47,6 @@ do_install() { | |||
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | COMPATIBLE_MACHINE ?= "(^$)" | 49 | COMPATIBLE_MACHINE ?= "(^$)" |
| 50 | COMPATIBLE_MACHINE_armv7a = "(.*)" | 50 | COMPATIBLE_MACHINE:armv7a = "(.*)" |
| 51 | COMPATIBLE_MACHINE_armv7ve = "(.*)" | 51 | COMPATIBLE_MACHINE:armv7ve = "(.*)" |
| 52 | COMPATIBLE_MACHINE_aarch64 = "(.*)" | 52 | COMPATIBLE_MACHINE:aarch64 = "(.*)" |
