Skip to content

Commit

Permalink
webos: tcmode-default.inc: drop LLVM_PREFERRED_VERSION
Browse files Browse the repository at this point in the history
:Release Notes:
P_V was dropped in:
https://git.openembedded.org/openembedded-core/commit/?id=15d09b02b2632ab1cabc3b1bd9f521e6d3d3b83f

:Detailed Notes:

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRP-29491] Create GPVB with Yocto 5.0 Scarthgap

Change-Id: I224bb2c0e9a8cf31e06c2e28c964424ff0855044
  • Loading branch information
shr-project committed Feb 24, 2024
1 parent ed40635 commit bbc8e79
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions meta-webos/conf/distro/include/tcmode-default.inc
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,3 @@ PACKAGE_ARCH:pn-linux-libc-headers = "${TUNE_PKGARCH}"
PACKAGE_ARCH:pn-libgcc-initial = "${TUNE_PKGARCH}"

LIBC_DEPENDENCIES:remove = "libsegfault"

# https://lists.openembedded.org/g/openembedded-core/message/179469
# Allow to independently set P_V for llvm* recipes and actual llvm version used in other places
# This is needed for meta-clang which provides different llvm version from clang recipes, see:
# https://github.com/kraj/meta-clang/pull/766
LLVM_PREFERRED_VERSION ?= "17.%"
LLVMVERSION ?= "${LLVM_PREFERRED_VERSION}"

PREFERRED_VERSION_llvm = "${LLVM_PREFERRED_VERSION}"
PREFERRED_VERSION_llvm-native = "${LLVM_PREFERRED_VERSION}"
PREFERRED_VERSION_nativesdk-llvm = "${LLVM_PREFERRED_VERSION}"

0 comments on commit bbc8e79

Please sign in to comment.