On Wed, May 27, 2020 at 6:48 AM Trevor Gamblin <trevor.gamb...@windriver.com> wrote: > > Signed-off-by: Trevor Gamblin <trevor.gamb...@windriver.com> > --- > meta/recipes-devtools/llvm/llvm_git.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-devtools/llvm/llvm_git.bb > b/meta/recipes-devtools/llvm/llvm_git.bb > index d24ed761bf..787cc3adcf 100644 > --- a/meta/recipes-devtools/llvm/llvm_git.bb > +++ b/meta/recipes-devtools/llvm/llvm_git.bb > @@ -19,9 +19,9 @@ inherit cmake pkgconfig > > PROVIDES += "llvm${PV}" > > -MAJOR_VERSION = "9" > +MAJOR_VERSION = "10" > MINOR_VERSION = "0" > -PATCH_VERSION = "1" > +PATCH_VERSION = "0" >
It also needs updating LLVMVERSION in meta/conf/distro/include/tcmode-default.inc secondly, I would suggest to wait for 10.0.1 which is releasing in a weeks time. > PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}" > > @@ -29,7 +29,7 @@ LLVM_RELEASE = "${PV}" > LLVM_DIR = "llvm${LLVM_RELEASE}" > > BRANCH = "release/${MAJOR_VERSION}.x" > -SRCREV = "c1a0a213378a458fbea1a5c77b315c7dce08fd05" > +SRCREV = "d32170dbd5b0d54436537b6b75beaf44324e0c28" > SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \ > > file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 > \ > > file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ > -- > 2.24.1 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#138875): https://lists.openembedded.org/g/openembedded-core/message/138875 Mute This Topic: https://lists.openembedded.org/mt/74499834/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-