* [yocto][meta-rockchip][PATCH] mesa: Enable panfrost for rk3288 SOC
@ 2019-12-04 15:15 Joshua Watt
2019-12-10 3:13 ` [yocto][meta-rockchip][PATCH v2] " Joshua Watt
0 siblings, 1 reply; 3+ messages in thread
From: Joshua Watt @ 2019-12-04 15:15 UTC (permalink / raw)
To: yocto; +Cc: twoerner, Joshua Watt
Configures mesa to build in the panfrost and render-only KMS driver
when building for the rk3288 SOC. The panfrost kernel module is already
compiled as a module by default for armv7.
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
recipes-graphics/mesa/mesa_%.bbappend | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
new file mode 100644
index 0000000..7fa978d
--- /dev/null
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -0,0 +1,3 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+PACKAGECONFIG_append_rk3288 = " kmsro panfrost"
--
2.23.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [yocto][meta-rockchip][PATCH v2] mesa: Enable panfrost for rk3288 SOC
2019-12-04 15:15 [yocto][meta-rockchip][PATCH] mesa: Enable panfrost for rk3288 SOC Joshua Watt
@ 2019-12-10 3:13 ` Joshua Watt
2019-12-10 4:00 ` Trevor Woerner
0 siblings, 1 reply; 3+ messages in thread
From: Joshua Watt @ 2019-12-10 3:13 UTC (permalink / raw)
To: yocto; +Cc: twoerner, Joshua Watt
Configures mesa to build in the panfrost and render-only KMS driver
when building for the rk3288 SOC. The panfrost kernel module is already
compiled as a module by default for armv7.
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
recipes-graphics/mesa/mesa_%.bbappend | 1 +
1 file changed, 1 insertion(+)
create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
new file mode 100644
index 0000000..5856c71
--- /dev/null
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -0,0 +1 @@
+PACKAGECONFIG_append_rk3288 = " kmsro panfrost"
--
2.23.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [yocto][meta-rockchip][PATCH v2] mesa: Enable panfrost for rk3288 SOC
2019-12-10 3:13 ` [yocto][meta-rockchip][PATCH v2] " Joshua Watt
@ 2019-12-10 4:00 ` Trevor Woerner
0 siblings, 0 replies; 3+ messages in thread
From: Trevor Woerner @ 2019-12-10 4:00 UTC (permalink / raw)
To: Joshua Watt; +Cc: yocto
Awesome thanks! Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-12-10 4:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-04 15:15 [yocto][meta-rockchip][PATCH] mesa: Enable panfrost for rk3288 SOC Joshua Watt
2019-12-10 3:13 ` [yocto][meta-rockchip][PATCH v2] " Joshua Watt
2019-12-10 4:00 ` 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.