[OE-core] [PATCH V2] mesa, llvm, meson: Update llvm to 8.0.1 plus define and use LLVM version globally

Alexander Kanavin alex.kanavin at gmail.com
Sat Aug 3 18:54:59 UTC 2019


On Sat, 3 Aug 2019 at 20:36, Khem Raj <raj.khem at gmail.com> wrote:

> diff --git a/meta/recipes-devtools/llvm/llvm_git.bb
> b/meta/recipes-devtools/llvm/llvm_git.bb
> index 0067635c2b..35ad3ced37 100644
> --- a/meta/recipes-devtools/llvm/llvm_git.bb
> +++ b/meta/recipes-devtools/llvm/llvm_git.bb
>   BRANCH = "release/${MAJOR_VERSION}.x"
>  MAJOR_VERSION = "8"
>  MINOR_VERSION = "0"
> -PATCH_VERSION = "0"
> +PATCH_VERSION = "1"
>  SOLIBVER = "1"
>  PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
>  SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH}
> <http://github.com/llvm/llvm-project.git;branch=$%7BBRANCH%7D> \
>   "-Dgallium-xa=true, -Dgallium-xa=false"
>

Should this bit also use LLVMVERSION?  It would be good to define the llvm
version in a single place, otherwise we will continue to trip over partial
mismatching updates. MAJOR_VERSION can be easily determined via inline
python.

Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190803/392173b7/attachment.html>


More information about the Openembedded-core mailing list