On Wed, Apr 17, 2019 at 3:51 AM <kai.kang@...> wrote:
From: Kai Kang <kai.kang@...>
glusterfs and librdmacm depend on libibverbs. But libibverbs has been set imcompatible with mipsarch and arm. Update glusterfs and librdmacm accordingly.
Signed-off-by: Kai Kang <kai.kang@...> --- recipes-extended/glusterfs/glusterfs.inc | 3 +++ recipes-extended/librdmacm/librdmacm_1.1.0.bb | 3 +++ 2 files changed, 6 insertions(+)
This should be a separate commit. We shouldn't mix the default packageconfig change and the marking of librdmacm as incompatible with mips/arm into the same commit.
OK.
In particular, since I'd like the error message you get if librdmacm is compiled for arm/mips to be logged in the commit where we make it incompatible.