All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] configs: remove mesa3d kmsro-related options
@ 2021-06-20  8:36 Bernd Kuhls
  2021-06-20 18:10 ` Fabio Estevam
  2021-07-18 10:33 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2021-06-20  8:36 UTC (permalink / raw)
  To: buildroot

Removed kmsro-related options, these are now handled by the mesa3d
build system:
https://cgit.freedesktop.org/mesa/mesa/commit/?id=70813c1c13b99cb029c8fa3537163650bdd17b6d

The removal commit of the buildroot option
https://git.buildroot.net/buildroot/commit/package/mesa3d?id=d51736f47296e3681cdb610765c73424272d42db

forgot to update the defconfigs, fixes
https://gitlab.com/buildroot.org/buildroot/-/jobs/1354066565

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 configs/engicam_imx6qdl_icore_qt5_defconfig | 1 -
 configs/imx6-sabresd_qt5_defconfig          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/configs/engicam_imx6qdl_icore_qt5_defconfig b/configs/engicam_imx6qdl_icore_qt5_defconfig
index b893c6aead..2d213e4ab9 100644
--- a/configs/engicam_imx6qdl_icore_qt5_defconfig
+++ b/configs/engicam_imx6qdl_icore_qt5_defconfig
@@ -61,7 +61,6 @@ BR2_PACKAGE_QT5BASE_JPEG=y
 # mesa3d
 BR2_PACKAGE_MESA3D=y
 BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV=y
-BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO=y
 BR2_PACKAGE_MESA3D_OPENGL_ES=y
 BR2_PACKAGE_MESA3D_OPENGL_EGL=y
 
diff --git a/configs/imx6-sabresd_qt5_defconfig b/configs/imx6-sabresd_qt5_defconfig
index 8cdc0e2544..1330b5cfbf 100644
--- a/configs/imx6-sabresd_qt5_defconfig
+++ b/configs/imx6-sabresd_qt5_defconfig
@@ -48,7 +48,6 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 # GL driver
 BR2_PACKAGE_MESA3D=y
 BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV=y
-BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO=y
 BR2_PACKAGE_MESA3D_OPENGL_ES=y
 BR2_PACKAGE_MESA3D_OPENGL_EGL=y
 
-- 
2.30.2

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

* [Buildroot] [PATCH 1/1] configs: remove mesa3d kmsro-related options
  2021-06-20  8:36 [Buildroot] [PATCH 1/1] configs: remove mesa3d kmsro-related options Bernd Kuhls
@ 2021-06-20 18:10 ` Fabio Estevam
  2021-07-18 10:33 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2021-06-20 18:10 UTC (permalink / raw)
  To: buildroot

Hi Bernd,

On Sun, Jun 20, 2021 at 5:37 AM Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
>
> Removed kmsro-related options, these are now handled by the mesa3d
> build system:
> https://cgit.freedesktop.org/mesa/mesa/commit/?id=70813c1c13b99cb029c8fa3537163650bdd17b6d
>
> The removal commit of the buildroot option
> https://git.buildroot.net/buildroot/commit/package/mesa3d?id=d51736f47296e3681cdb610765c73424272d42db
>
> forgot to update the defconfigs, fixes
> https://gitlab.com/buildroot.org/buildroot/-/jobs/1354066565
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Thanks for the fix:

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

* [Buildroot] [PATCH 1/1] configs: remove mesa3d kmsro-related options
  2021-06-20  8:36 [Buildroot] [PATCH 1/1] configs: remove mesa3d kmsro-related options Bernd Kuhls
  2021-06-20 18:10 ` Fabio Estevam
@ 2021-07-18 10:33 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-07-18 10:33 UTC (permalink / raw)
  To: buildroot

On Sun, 20 Jun 2021 10:36:30 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Removed kmsro-related options, these are now handled by the mesa3d
> build system:
> https://cgit.freedesktop.org/mesa/mesa/commit/?id=70813c1c13b99cb029c8fa3537163650bdd17b6d
> 
> The removal commit of the buildroot option
> https://git.buildroot.net/buildroot/commit/package/mesa3d?id=d51736f47296e3681cdb610765c73424272d42db
> 
> forgot to update the defconfigs, fixes
> https://gitlab.com/buildroot.org/buildroot/-/jobs/1354066565
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  configs/engicam_imx6qdl_icore_qt5_defconfig | 1 -
>  configs/imx6-sabresd_qt5_defconfig          | 1 -
>  2 files changed, 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-07-18 10:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-20  8:36 [Buildroot] [PATCH 1/1] configs: remove mesa3d kmsro-related options Bernd Kuhls
2021-06-20 18:10 ` Fabio Estevam
2021-07-18 10:33 ` Thomas Petazzoni

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.