diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-04-22 16:04:48 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-25 08:32:41 -0700 |
| commit | 29076c749278d4150d9ec2327b5aefbd6f05309d (patch) | |
| tree | 3ac0f472de9a613276d76a934d06e00c92d3af0f | |
| parent | 0b5662a1ed3d0520cfc3a751dd31fb37acc5d4b6 (diff) | |
| download | meta-openembedded-29076c749278d4150d9ec2327b5aefbd6f05309d.tar.gz | |
crash: Do not build on riscv
Keep mips64 exclusion as well
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-kernel/crash/crash_7.2.8.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-kernel/crash/crash_7.2.8.bb b/meta-oe/recipes-kernel/crash/crash_7.2.8.bb index 5fc25f400a..834c92cc46 100644 --- a/meta-oe/recipes-kernel/crash/crash_7.2.8.bb +++ b/meta-oe/recipes-kernel/crash/crash_7.2.8.bb | |||
| @@ -38,8 +38,12 @@ inherit gettext | |||
| 38 | BBCLASSEXTEND = "native cross" | 38 | BBCLASSEXTEND = "native cross" |
| 39 | TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION}" | 39 | TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION}" |
| 40 | 40 | ||
| 41 | # crash 7.1.3 and before don't support mips64 | 41 | # crash 7.1.3 and before don't support mips64/riscv64 |
| 42 | COMPATIBLE_HOST = "^(?!mips64).*" | 42 | COMPATIBLE_HOST_riscv64 = "null" |
| 43 | COMPATIBLE_HOST_riscv32 = "null" | ||
| 44 | COMPATIBLE_HOST_mipsarchn64 = "null" | ||
| 45 | COMPATIBLE_HOST_mipsarchn32 = "null" | ||
| 46 | |||
| 43 | 47 | ||
| 44 | EXTRA_OEMAKE = 'RPMPKG="${PV}" \ | 48 | EXTRA_OEMAKE = 'RPMPKG="${PV}" \ |
| 45 | GDB_TARGET="${TARGET_SYS}" \ | 49 | GDB_TARGET="${TARGET_SYS}" \ |
