summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* systemd-boot: Remove local -O1 kludgeKhem Raj2022-08-301-4/+0
| | | | | | | This has been applied upstream as well see [1] [1] https://github.com/systemd/systemd-stable/commit/b0da0d61023ccc912e4d254b03d2350ec65ce87a 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>
* 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>