remove generic setting for mesa (moved to meta-diya), fix base image generation bug

This commit is contained in:
DanyLE 2025-03-08 00:48:12 +01:00
parent 378386087e
commit d97d78fb0c
4 changed files with 2 additions and 6 deletions

View File

@ -0,0 +1,2 @@
IMAGE_BOOT_FILES:append:orange-pi-zero2w = " boot.scr ${KERNEL_DEVICETREE} allwinner/overlay/sun50i-h616-fixup.scr "
IMAGE_INSTALL:append:orange-pi-zero2w = " uwe5622-firmware "

View File

@ -1,2 +0,0 @@
IMAGE_BOOT_FILES:append = " boot.scr ${KERNEL_DEVICETREE} allwinner/overlay/sun50i-h616-fixup.scr "
IMAGE_INSTALL:append = " uwe5622-firmware "

View File

@ -1 +0,0 @@
PACKAGECONFIG:class-target = "opengl gallium"

View File

@ -1,5 +1,2 @@
# Enable lima and panfrost Mesa drivers
PACKAGECONFIG:append = " lima panfrost"
# Enable KMS renderonly Mesa support
# See https://cgit.freedesktop.org/mesa/mesa/commit/?id=2b780fe89300199f2334539aa1678e9b68f0434f
GALLIUMDRIVERS:append = ",kmsro"