* [PATCH] mesa%bbappend: switch imx to kmsro
@ 2019-03-27 18:22 Trevor Woerner
2019-03-27 21:49 ` Trevor Woerner
0 siblings, 1 reply; 4+ messages in thread
From: Trevor Woerner @ 2019-03-27 18:22 UTC (permalink / raw)
To: meta-freescale
According to this commit:
https://lists.freedesktop.org/archives/mesa-dev/2019-January/214067.html
The imx gallium driver has been switched to use "KMS readonly". I realize the
"vc4" looks suspicious, but (unfortunately) it is required in order to get
kmsro configured. Without it we get:
configure: error: Building with kmsro requires vc4
Signed-off-by: Trevor Woerner <trevor@toganlabs.com>
---
recipes-graphics/mesa/mesa_%.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 8541ed7c..2d5a9469 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -16,7 +16,7 @@ python () {
# Enable Etnaviv support
PACKAGECONFIG_append_use-mainline-bsp = " gallium"
-GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,imx"
+GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,kmsro,vc4"
BACKEND = \
"${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \
--
2.21.0.rc2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] mesa%bbappend: switch imx to kmsro
2019-03-27 18:22 [PATCH] mesa%bbappend: switch imx to kmsro Trevor Woerner
@ 2019-03-27 21:49 ` Trevor Woerner
2019-04-01 17:05 ` Otavio Salvador
0 siblings, 1 reply; 4+ messages in thread
From: Trevor Woerner @ 2019-03-27 21:49 UTC (permalink / raw)
To: Trevor Woerner, Fabio Berton; +Cc: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 454 bytes --]
I'm confused. My nightly builds have been failing for a while, I look into
it, create this patch, send it in, then Fabio's patch from 2 weeks ago gets
applied... but I don't see it on the list anywhere :-(
Can we please make sure all patches make it to the list for review?
By the way, according to the etanviv people, the vc4 thing is only a
remnant of an autotools error, once mesa is being built using meson this
"dependency" should go away.
[-- Attachment #2: Type: text/html, Size: 564 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] mesa%bbappend: switch imx to kmsro
2019-03-27 21:49 ` Trevor Woerner
@ 2019-04-01 17:05 ` Otavio Salvador
2019-04-05 17:13 ` Trevor Woerner
0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2019-04-01 17:05 UTC (permalink / raw)
To: Trevor Woerner; +Cc: meta-freescale Mailing List
On Wed, Mar 27, 2019 at 6:53 PM Trevor Woerner <twoerner@gmail.com> wrote:
> I'm confused. My nightly builds have been failing for a while, I look into it, create this patch, send it in, then Fabio's patch from 2 weeks ago gets applied... but I don't see it on the list anywhere :-(
> Can we please make sure all patches make it to the list for review?
>
> By the way, according to the etanviv people, the vc4 thing is only a remnant of an autotools error, once mesa is being built using meson this "dependency" should go away.
Yes, we were carrying this during the mesa update and keeping it local
until it reached master. I am sorry you ended having it been affected
by this issue but we try to be as fast as possible.
As said here, we moved out from mailing list for patches, as github is
nicer for high volume and also easier to not loose patches and
contributions so we have been doing this way now.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] mesa%bbappend: switch imx to kmsro
2019-04-01 17:05 ` Otavio Salvador
@ 2019-04-05 17:13 ` Trevor Woerner
0 siblings, 0 replies; 4+ messages in thread
From: Trevor Woerner @ 2019-04-05 17:13 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale Mailing List
On Mon 2019-04-01 @ 02:05:58 PM, Otavio Salvador wrote:
> Yes, we were carrying this during the mesa update and keeping it local
> until it reached master. I am sorry you ended having it been affected
> by this issue but we try to be as fast as possible.
>
> As said here, we moved out from mailing list for patches, as github is
> nicer for high volume and also easier to not loose patches and
> contributions so we have been doing this way now.
Ah, that explains it! :-)
No worries, thanks for the update. I'll be sure to use the new workflow :-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-04-05 17:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-27 18:22 [PATCH] mesa%bbappend: switch imx to kmsro Trevor Woerner
2019-03-27 21:49 ` Trevor Woerner
2019-04-01 17:05 ` Otavio Salvador
2019-04-05 17:13 ` Trevor Woerner
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.