Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/liburing: enable CONFIG_IO_URING
@ 2022-01-07 19:34 Fabrice Fontaine
  2022-01-07 20:38 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-01-07 19:34 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Enable CONFIG_IO_URING through LIBURING_LINUX_CONFIG_FIXUPS in case the
user is also building a kernel

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/liburing/liburing.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/liburing/liburing.mk b/package/liburing/liburing.mk
index a977e74b4f..74ce4156f8 100644
--- a/package/liburing/liburing.mk
+++ b/package/liburing/liburing.mk
@@ -11,6 +11,10 @@ LIBURING_LICENSE = (GPL-2.0 with exceptions and LGPL-2.1+) or MIT
 LIBURING_LICENSE_FILES = COPYING COPYING.GPL LICENSE README
 LIBURING_INSTALL_STAGING = YES
 
+define LIBURING_LINUX_CONFIG_FIXUPS
+	$(call KCONFIG_ENABLE_OPT,CONFIG_IO_URING)
+endef
+
 ifeq ($(BR2_STATIC_LIBS),y)
 LIBURING_MAKE_OPTS += ENABLE_SHARED=0
 else
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/liburing: enable CONFIG_IO_URING
  2022-01-07 19:34 [Buildroot] [PATCH 1/1] package/liburing: enable CONFIG_IO_URING Fabrice Fontaine
@ 2022-01-07 20:38 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2022-01-07 20:38 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

On Fri,  7 Jan 2022 20:34:36 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Enable CONFIG_IO_URING through LIBURING_LINUX_CONFIG_FIXUPS in case the
> user is also building a kernel
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/liburing/liburing.mk | 4 ++++
>  1 file changed, 4 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-07 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-07 19:34 [Buildroot] [PATCH 1/1] package/liburing: enable CONFIG_IO_URING Fabrice Fontaine
2022-01-07 20:38 ` Thomas Petazzoni

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