mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-27 19:29:59 +02:00
recipes-graphics/mesa: Fix bitbake parsing error
there was the following error, ERROR: No recipes in default available for: /home/gye/yocto/meta-sunxi/recipes-graphics/mesa/mesa-gl_%.bbappend /home/gye/yocto/meta-sunxi/recipes-graphics/mesa/mesa_%.bbappend so i renamed mesa_%.bbappend to mesa.bbappend, and mesa-gl_%.bbappend to mesa-gl.bbappend
This commit is contained in:
5
recipes-graphics/mesa/mesa.bbappend
Normal file
5
recipes-graphics/mesa/mesa.bbappend
Normal file
@ -0,0 +1,5 @@
|
||||
# Enable lima and panfrost Mesa drivers
|
||||
PACKAGECONFIG:append:use-mailine-graphics = " lima panfrost"
|
||||
# Enable KMS renderonly Mesa support
|
||||
# See https://cgit.freedesktop.org/mesa/mesa/commit/?id=2b780fe89300199f2334539aa1678e9b68f0434f
|
||||
GALLIUMDRIVERS:append:use-mailine-graphics = ",kmsro"
|
Reference in New Issue
Block a user