All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/intel-mediadriver: add option to enable non-free features
@ 2022-11-01 20:47 Bernd Kuhls
  2022-11-01 20:47 ` [Buildroot] [PATCH v2 2/2] package/intel-mediadriver: add more options to disable Gen9/11/12 support Bernd Kuhls
  2022-11-01 20:59 ` [Buildroot] [PATCH 1/2] package/intel-mediadriver: add option to enable non-free features Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2022-11-01 20:47 UTC (permalink / raw)
  To: buildroot; +Cc: Louis-Paul Cordier

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/intel-mediadriver/Config.in            | 5 +++++
 package/intel-mediadriver/intel-mediadriver.mk | 8 ++++++++
 2 files changed, 13 insertions(+)

diff --git a/package/intel-mediadriver/Config.in b/package/intel-mediadriver/Config.in
index ad56590008..79511a8808 100644
--- a/package/intel-mediadriver/Config.in
+++ b/package/intel-mediadriver/Config.in
@@ -20,6 +20,11 @@ config BR2_PACKAGE_INTEL_MEDIADRIVER
 
 if BR2_PACKAGE_INTEL_MEDIADRIVER
 
+config BR2_PACKAGE_INTEL_MEDIADRIVER_NONFREE
+	bool "support non-free features"
+	help
+	  Enable support for non-free features
+
 config BR2_PACKAGE_INTEL_MEDIADRIVER_GEN8
 	bool "Gen8 support"
 	default y
diff --git a/package/intel-mediadriver/intel-mediadriver.mk b/package/intel-mediadriver/intel-mediadriver.mk
index d1a9ca7789..821c0920f4 100644
--- a/package/intel-mediadriver/intel-mediadriver.mk
+++ b/package/intel-mediadriver/intel-mediadriver.mk
@@ -42,4 +42,12 @@ else
 INTEL_MEDIADRIVER_CONF_OPTS += -DGEN8=OFF
 endif
 
+ifeq ($(BR2_PACKAGE_INTEL_MEDIADRIVER_NONFREE),y)
+INTEL_MEDIADRIVER_CONF_OPTS += \
+	-DBUILD_CMRTLIB=OFF \
+	-DENABLE_NONFREE_KERNELS=ON \
+	-DBUILD_KERNELS=ON \
+	-DBYPASS_MEDIA_ULT=yes
+endif
+
 $(eval $(cmake-package))
-- 
2.34.1

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

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-01 20:47 [Buildroot] [PATCH 1/2] package/intel-mediadriver: add option to enable non-free features Bernd Kuhls
2022-11-01 20:47 ` [Buildroot] [PATCH v2 2/2] package/intel-mediadriver: add more options to disable Gen9/11/12 support Bernd Kuhls
2022-11-01 20:59 ` [Buildroot] [PATCH 1/2] package/intel-mediadriver: add option to enable non-free features Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.