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 <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47558): https://lists.yoctoproject.org/g/yocto/message/47558 Mute This Topic: https://lists.yoctoproject.org/mt/66448647/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
