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 "