Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] qemu/riscv32-virt: Fix missing linux-headers patch
@ 2019-06-20 17:56 Alistair Francis
  2019-06-20 18:54 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Alistair Francis @ 2019-06-20 17:56 UTC (permalink / raw)
  To: buildroot

Commit f9993797959 "configs/qemu_riscv32_virt: update to 5.1 kernel"
broke the qemu/riscv32-virt machine build as the BR2_LINUX_KERNEL_PATCH
mechanism was replaced with the BR2_GLOBAL_PATCH_DIR mechanism when the
patch was applied. This results in the linux-headers not having the
patch applied which causes a glibc build failure.

Add a symbolic link to ensure the linux patch is applied to linux and
linux-headers.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 board/qemu/riscv32-virt/patches/linux-headers | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 board/qemu/riscv32-virt/patches/linux-headers

diff --git a/board/qemu/riscv32-virt/patches/linux-headers b/board/qemu/riscv32-virt/patches/linux-headers
new file mode 120000
index 0000000000..9c52cb36f4
--- /dev/null
+++ b/board/qemu/riscv32-virt/patches/linux-headers
@@ -0,0 +1 @@
+linux
\ No newline at end of file
-- 
2.22.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-21  5:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-20 17:56 [Buildroot] [PATCH] qemu/riscv32-virt: Fix missing linux-headers patch Alistair Francis
2019-06-20 18:54 ` Thomas Petazzoni
2019-06-20 20:07   ` Alistair Francis
2019-06-20 20:43   ` Yann E. MORIN
2019-06-20 22:58     ` Alistair Francis
2019-06-21  5:36     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox