All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 0/1] mesa: Contain configure search for llvm
Date: Fri, 31 Mar 2017 17:08:10 +0200	[thread overview]
Message-ID: <20170331150810.GA3897@jama> (raw)
In-Reply-To: <CAMKF1sqGsV22S7MFVCMBgDxbSKFgqF1iZSviSU-e6pS0Ljx6aQ@mail.gmail.com>

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

On Thu, Mar 23, 2017 at 10:31:07AM -0700, Khem Raj wrote:
> On Thu, Mar 23, 2017 at 12:51 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > I'm not sure if this is the root cause, but last qemux86 build shows:
> >
> >
> > | configure: error: --enable-gallium-llvm selected but llvm-config is not
> > found
> > | ERROR: Function failed: do_configure (log file is located at
> > /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/mesa/2_17.0.1-r0/temp/log.do_configure.11359)
> >
> 
> can you point where is llvm-config installed in sysroot ? its possible
> its not in native sysroot location ${STAGING_BINDIR_NATIVE}

OE qemux86@ ~/build/oe-core $ find tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot* -name llvm\*
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot/usr/bin/crossscripts/llvm-config
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot/usr/bin/crossscripts/llvm-config3.3
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot/usr/include/llvm3.3
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot/usr/include/llvm3.3/llvm-c
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot/usr/include/llvm3.3/llvm
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot/usr/include/llvm3.3/llvm/Config/llvm-config.h
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot/usr/lib/llvm3.3
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot/sysroot-providers/llvm-common
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot/sysroot-providers/llvm3.3
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot-native/installeddeps/llvm3.3.complete
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot-native/installeddeps/llvm-common.complete
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot-native/installeddeps/llvm-common.6be6a4ae98ee0dff7c2a4c4df17f026a
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot-native/installeddeps/llvm-common
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot-native/installeddeps/llvm3.3.388adaa288ab3b1d35e01a43b6542368
tmp-glibc/work/i586-oe-linux/mesa/2_17.0.2-r0/recipe-sysroot-native/installeddeps/llvm3.3

> 
> >
> > I've noticed some llvm changes for meta-clang, do we need similar changes
> > for meta-oe version of llvm?
> >
> >
> > On Sun, Mar 12, 2017 at 12:16 AM, Khem Raj <raj.khem@gmail.com> wrote:
> >>
> >>
> >>
> >> On 3/11/17 1:30 PM, Khem Raj wrote:
> >> > The following changes since commit
> >> > a47e64d985a610535449730806651f5bfd75d9ec:
> >> >
> >> >   libcomps: add a recipe (2017-03-11 16:08:50 +0000)
> >> >
> >> > are available in the git repository at:
> >> >
> >> >   git://git.openembedded.org/openembedded-core-contrib kraj/pu
> >> >   http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/pu
> >> >
> >> > Khem Raj (1):
> >> >   mesa: Contain configure search for llvm
> >> >
> >>
> >> I added another fix for mesa-gl to remove one of obsolete packageconfigs
> >> and its on the same pull branch now.
> >>
> >> >  meta/recipes-graphics/mesa/mesa.inc | 2 +-
> >> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >> >
> >> --
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >
> >

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

  reply	other threads:[~2017-03-31 15:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-11 21:30 [PATCH 0/1] mesa: Contain configure search for llvm Khem Raj
2017-03-11 21:30 ` [PATCH 1/1] " Khem Raj
2017-03-11 23:16 ` [PATCH 0/1] " Khem Raj
2017-03-23  7:51   ` Martin Jansa
2017-03-23 17:31     ` Khem Raj
2017-03-31 15:08       ` Martin Jansa [this message]
2017-03-31 15:57         ` Khem Raj
2017-04-01  5:52           ` Martin Jansa
2017-04-01 15:21             ` Khem Raj
2017-06-13 21:39               ` Martin Jansa
2017-06-13 22:13                 ` Khem Raj
2017-06-14  6:56                   ` Martin Jansa
2017-06-15 10:41                     ` Martin Jansa

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=20170331150810.GA3897@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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.