summaryrefslogtreecommitdiffstats
path: root/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Fix remaining override conversionKhem Raj2021-08-031-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-clang: Convert to new override syntaxSigned-off-by: Martin Jansa2021-08-031-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libunwind: Hide when llvm runtime is usedKhem Raj2021-06-081-0/+3
| | | | | | We want to use llvm libunwind implementation when RUNTIME = "llvm" Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libunwind: Delete bbappendKhem Raj2019-08-121-4/+0
| | | | | | | This is not needed anymore since we do not install llvm libunwind and together with this in same recipe rootfs Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libunwind: Use static version from libcxxKhem Raj2019-02-091-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rng-tools: Drop bbappendKhem Raj2018-12-092-53/+0
| | | | | | | | | The issue with VLAIS has been addressed upstream now see https://github.com/nhorman/rng-tools/commit/3e40e6362979bdfb25e335cda20ef75f47183711 and OE-Core has moved to 6.6 now which has this fix Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Move pinning TOOLCHAIN to a conf file instead of recipes-excluded bbappendsRoss Burton2016-05-061-1/+0
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rng-tools: fix build with clangChristopher Larson2016-02-152-0/+53
| | | | | | | This fixes 'error: fields must have a constant size' by allocating it with the given buffer size dynamically. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
* liboil: Add -fheinous-gnu-extensions for clangKhem Raj2015-09-081-0/+1
There is x86_64 specific inline code which uses gnu'isms Signed-off-by: Khem Raj <raj.khem@gmail.com>