summaryrefslogtreecommitdiffstats
path: root/classes-recipe
Commit message (Collapse)AuthorAgeFilesLines
* clang-native.bbclass: Move to classes folderKhem Raj2022-09-031-23/+0
| | | | | | | | | | classes-recipe domain is new and will break kirkstone and need very recent bitbake, let it settle some dust before adopting it for meta-clang Fixes https://github.com/kraj/meta-clang/issues/651 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* clang-native.bbclass: Add new classKhem Raj2022-08-301-0/+23
This class is meant to make it easy to use clang for doing native builds. Some packages e.g. chromium, rust etc. have specific needs when using clang. clang built by this layer is ineherently a cross compiler and its using same compiler for doing native and cross builds for packages. This class should be added to recipes which intend to use clanf to do the native builds as well. inherit clang-native is all you need in the recipe namespace via the .bb or .bbappend file Signed-off-by: Khem Raj <raj.khem@gmail.com>