summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* Allow building cpufrequtils with clangBernhard Rosenkränzer2021-07-142-0/+34
| | | | | | | Make sure invalid assembly code isn't included even in unreachable code; remove TOOLCHAIN=gcc workaround. Signed-off-by: Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
* systemd-boot: Do not export NM, AR and RANLIBKhem Raj2018-12-271-4/+0
| | | | | | this is no longer needed as it seems. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd-boot: Adjust for meson build systemKhem Raj2018-05-281-1/+1
| | | | | | | systemd has now switched to using meson as primary build system in OE Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd-boot: Dont use -O0 with clangKhem Raj2017-02-111-0/+8
Clang has a bug where it emits "memset" into code even when we use -ffreestanding. As a workaround compile with -O1 when using clang Signed-off-by: Khem Raj <raj.khem@gmail.com>