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-support/ne10 | |
| 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-support/ne10')
| -rw-r--r-- | meta-oe/recipes-support/ne10/ne10_1.2.1.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb index f37ccde1cb..295628c77b 100644 --- a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb +++ b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb | |||
| @@ -17,13 +17,13 @@ inherit cmake | |||
| 17 | 17 | ||
| 18 | # Incompatible with archs other than armv7, armv7ve and aarch64 | 18 | # Incompatible with archs other than armv7, armv7ve and aarch64 |
| 19 | COMPATIBLE_MACHINE = "(^$)" | 19 | COMPATIBLE_MACHINE = "(^$)" |
| 20 | COMPATIBLE_MACHINE_aarch64 = "(.*)" | 20 | COMPATIBLE_MACHINE:aarch64 = "(.*)" |
| 21 | COMPATIBLE_MACHINE_armv7a = "(.*)" | 21 | COMPATIBLE_MACHINE:armv7a = "(.*)" |
| 22 | COMPATIBLE_MACHINE_armv7ve = "(.*)" | 22 | COMPATIBLE_MACHINE:armv7ve = "(.*)" |
| 23 | NE10_TARGET_ARCH = "" | 23 | NE10_TARGET_ARCH = "" |
| 24 | NE10_TARGET_ARCH_aarch64 = "aarch64" | 24 | NE10_TARGET_ARCH:aarch64 = "aarch64" |
| 25 | NE10_TARGET_ARCH_armv7a = "armv7" | 25 | NE10_TARGET_ARCH:armv7a = "armv7" |
| 26 | NE10_TARGET_ARCH_armv7ve = "armv7" | 26 | NE10_TARGET_ARCH:armv7ve = "armv7" |
| 27 | 27 | ||
| 28 | EXTRA_OECMAKE = '-DGNULINUX_PLATFORM=ON -DNE10_BUILD_SHARED=ON -DNE10_LINUX_TARGET_ARCH="${NE10_TARGET_ARCH}"' | 28 | EXTRA_OECMAKE = '-DGNULINUX_PLATFORM=ON -DNE10_BUILD_SHARED=ON -DNE10_LINUX_TARGET_ARCH="${NE10_TARGET_ARCH}"' |
| 29 | 29 | ||
| @@ -38,4 +38,4 @@ do_install() { | |||
| 38 | 38 | ||
| 39 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] | 39 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] |
| 40 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] | 40 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] |
| 41 | INSANE_SKIP_${PN} += "textrel" | 41 | INSANE_SKIP:${PN} += "textrel" |
