All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Khem Raj <raj.khem@gmail.com>
Subject: [meta-oe][PATCH 9/9] rocksdb: Disable on riscv architectures
Date: Wed, 16 Jun 2021 10:59:37 -0700	[thread overview]
Message-ID: <20210616175937.323664-9-raj.khem@gmail.com> (raw)
In-Reply-To: <20210616175937.323664-1-raj.khem@gmail.com>

Errors are
utilities/transactions/lock/range/range_tree/lib/locktree/../portability/toku_time.h:137:2: error: #error No timer implementation for this platform
  137 | #error No timer implementation for this platform
      |  ^~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb b/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb
index ded454e167..f5b2946cd5 100644
--- a/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb
+++ b/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb
@@ -43,3 +43,6 @@ do_install_append() {
 }
 
 LDFLAGS_append_riscv64 = " -pthread"
+
+COMPATIBLE_HOST_riscv64 = "null"
+COMPATIBLE_HOST_riscv32 = "null"
-- 
2.32.0


      parent reply	other threads:[~2021-06-16 17:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-16 17:59 [meta-oe][PATCH 1/9] libpfm4: Upgrade to 4.11.0 Khem Raj
2021-06-16 17:59 ` [meta-oe][PATCH 2/9] ltrace: Remove unused static function Khem Raj
2021-06-16 17:59 ` [meta-oe][PATCH 3/9] flashrom: Fix build with clang Khem Raj
2021-06-16 17:59 ` [meta-oe][PATCH 4/9] mongodb: Enable wiredtiger only on aarch64/x86_64 hosts Khem Raj
2021-06-16 17:59 ` [meta-oe][PATCH 5/9] rocksdb: Upgrade to 6.20.3 Khem Raj
2021-06-16 17:59 ` [meta-oe][PATCH 6/9] mariadb: Fix build with clang/musl Khem Raj
2021-06-16 17:59 ` [meta-oe][PATCH 7/9] c-ares: Upgrade to 1.17.1 release Khem Raj
2021-06-16 17:59 ` [meta-oe][PATCH 8/9] nodejs: Update to 14.17.1 Khem Raj
2021-06-16 17:59 ` Khem Raj [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210616175937.323664-9-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.