mbox series

[0/1] Backport armv7 compilation failure fix.

Message ID 20231123165927.1868468-1-quic_vkraleti@quicinc.com
Headers show
Series Backport armv7 compilation failure fix. | expand

Message

Viswanath Kraleti Nov. 23, 2023, 4:59 p.m. UTC
systemd v254-rc1 developed a bug that is causing build failures on armv7. https://github.com/systemd/systemd/issues/29381
Upstream fixed this but OE-Core recipe is yet to catch up. For now, backporting the fix to unblock.

Viswanath Kraleti (1):
  systemd-boot: fix build issues on armv7a-linux

 meta/recipes-core/systemd/systemd.inc         |  4 ++-
 ...n-Pass-all-static-pie-args-to-linker.patch | 35 +++++++++++++++++++
 2 files changed, 38 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-meson-Pass-all-static-pie-args-to-linker.patch