diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-04-23 11:49:17 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-25 08:32:41 -0700 |
| commit | 712df4714e89e163554b4d7dc1c1aaf123e99b59 (patch) | |
| tree | bbf5b102ab71eed6c9c697e382e4aa10fee09cea | |
| parent | 667a22f84a03e468a3a057109ae68b7785977e36 (diff) | |
| download | meta-openembedded-712df4714e89e163554b4d7dc1c1aaf123e99b59.tar.gz | |
gperftools: Do not build on riscv
Its not yet ported to work on RISCV
Signed-off-by: Khem Raj <raj.khem@gmail.com>
3 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb index 5c3b806f22..58841ef319 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb | |||
| @@ -44,6 +44,8 @@ PACKAGECONFIG ??= "tcmalloc system-pcre" | |||
| 44 | # dmb operation. So we use system-allocator instead of tcmalloc | 44 | # dmb operation. So we use system-allocator instead of tcmalloc |
| 45 | PACKAGECONFIG_remove_armv6 = "tcmalloc" | 45 | PACKAGECONFIG_remove_armv6 = "tcmalloc" |
| 46 | PACKAGECONFIG_remove_libc-musl = "tcmalloc" | 46 | PACKAGECONFIG_remove_libc-musl = "tcmalloc" |
| 47 | PACKAGECONFIG_remove_riscv64 = "tcmalloc" | ||
| 48 | PACKAGECONFIG_remove_riscv32 = "tcmalloc" | ||
| 47 | 49 | ||
| 48 | PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools," | 50 | PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools," |
| 49 | PACKAGECONFIG[shell] = ",--js-engine=none,," | 51 | PACKAGECONFIG[shell] = ",--js-engine=none,," |
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index d5c6288cdf..8358e933d7 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
| @@ -275,8 +275,8 @@ RDEPENDS_packagegroup-meta-oe-support ="\ | |||
| 275 | 275 | ||
| 276 | RDEPENDS_packagegroup-meta-oe-support_remove_arm ="numactl" | 276 | RDEPENDS_packagegroup-meta-oe-support_remove_arm ="numactl" |
| 277 | RDEPENDS_packagegroup-meta-oe-support_remove_mipsarch = "gperftools" | 277 | RDEPENDS_packagegroup-meta-oe-support_remove_mipsarch = "gperftools" |
| 278 | RDEPENDS_packagegroup-meta-oe-support_remove_riscv64 = "uim" | 278 | RDEPENDS_packagegroup-meta-oe-support_remove_riscv64 = "gperftools uim" |
| 279 | RDEPENDS_packagegroup-meta-oe-support_remove_riscv32 = "uim" | 279 | RDEPENDS_packagegroup-meta-oe-support_remove_riscv32 = "gperftools uim" |
| 280 | RDEPENDS_packagegroup-meta-oe-support_remove_powerpc = "ssiapi" | 280 | RDEPENDS_packagegroup-meta-oe-support_remove_powerpc = "ssiapi" |
| 281 | 281 | ||
| 282 | RDEPENDS_packagegroup-meta-oe-support-egl ="\ | 282 | RDEPENDS_packagegroup-meta-oe-support-egl ="\ |
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb b/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb index e15133c1b9..b7b7839313 100644 --- a/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb +++ b/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb | |||
| @@ -20,6 +20,8 @@ S = "${WORKDIR}/git" | |||
| 20 | # do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008 | 20 | # do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008 |
| 21 | # Segmentation fault (core dumped) | 21 | # Segmentation fault (core dumped) |
| 22 | COMPATIBLE_HOST_mipsarch = "null" | 22 | COMPATIBLE_HOST_mipsarch = "null" |
| 23 | COMPATIBLE_HOST_riscv64 = "null" | ||
| 24 | COMPATIBLE_HOST_riscv32 = "null" | ||
| 23 | 25 | ||
| 24 | # Disable thumb1 | 26 | # Disable thumb1 |
| 25 | # {standard input}: Assembler messages: | 27 | # {standard input}: Assembler messages: |
