Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Vincent Davis Jr" <vince@underview.tech>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] mesa: fix runpath with native llvm-config in target sysroot
Date: Wed, 09 Nov 2022 20:50:59 -0800	[thread overview]
Message-ID: <12956.1668055859144615835@lists.openembedded.org> (raw)
In-Reply-To: <CAE=T-s6xPvw_o_-_cODzb8BL2Xx3Dwi3T41_R4+xSqmJtG8rjA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

Haven't tested, but seems as above might fix the other gallium-llvm mesa issue I ran into when build for an x86_64 MACHINE.

# meson configure fails when the llvm-config --shared-mode command fails to find libs in ${STAGING_LIBDIR}
# Temp solution copy files from recipe-sysroot/usr/lib64 to recipe-sysroot/usr/lib where llvm-config
# command can find libraries.
do_configure:prepend() {
install -d "${STAGING_LIBDIR}/../lib"
cp -ra ${STAGING_LIBDIR}/* ${STAGING_LIBDIR}/../lib
}

[-- Attachment #2: Type: text/html, Size: 535 bytes --]

      reply	other threads:[~2022-11-10  4:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-09  3:04 [PATCH] mesa: fix runpath with native llvm-config in target sysroot maxime.roussinbelanger
2022-11-09 20:48 ` [OE-core] " Alexandre Belloni
2022-11-09 21:04   ` Maxime Roussin-Bélanger
2022-11-09 21:23     ` Alexandre Belloni
2022-11-09 21:42       ` Maxime Roussin-Bélanger
2022-11-10  4:50         ` Vincent Davis Jr [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=12956.1668055859144615835@lists.openembedded.org \
    --to=vince@underview.tech \
    --cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox