Merged
Conversation
The recipes were removed from this layer and this version doesn't match with the clang version in oe-core (currently 21.1.7). Better to drop this variable now as it's just confusing and if someone needs to find a path to clang lib files like: recipe-sysroot/usr/lib/clang/18.1.6/lib/linux we need to use some other variable to do that. scripts/devtool-clang.sh still references this variable, but I guess the script isn't used anymore. Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Owner
|
its still used in |
It probably wasn't actively used for a while, it was last user of LLVMVERSION variable which wasn't set correctly and was removed in previous commit Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
compiler-rt recipe is now in oe-core and the described issue doesn't happen anymore. Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Contributor
Author
OK, done. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The recipes were removed from this layer and this version doesn't match with the clang version in oe-core (currently 21.1.7).
Better to drop this variable now as it's just confusing and if someone needs to find a path to clang lib files like:
recipe-sysroot/usr/lib/clang/18.1.6/lib/linux
we need to use some other variable to do that.
scripts/devtool-clang.sh still references this variable, but I guess the script isn't used anymore.
Contributor checklist
Signed-off-byis presentReviewer Guidelines