@suzuke
i've read all your work.
good work.
i've 3 points to reread more carefully to check if that's done the good way :
1) mali-450.mk
the libreelec mirror should not be used while it's a distribution
like batocera. their packages files may change any day.
but i guess you didn't find the package on internet.
i think that i did the same think that you did when i did the c2, it's why i have probably created the git repository duplicated from libreelec.
2) board/recalbox/recalbox-patch-target.sh
i guess there is something else to fix that.
i remember i added youtube somewhere, while it's not the default on kodi, so, i should found the original place where i added it.
+sed -i "/<addon>plugin.video.youtube<\/addon>/d" "${TARGET_DIR}/usr/share/kodi/system/addon-manifest.xml"
3) linux/Config.in and linux/
i think that we might do the configuration by the _defconfig without altering linux/ files.
more generally, sometimes, i run
$ head scripts/linux/buildrootdiff.sh
to check/reduce/limit my modifications to board/recalbox and package/batocera files only when possible.
i'm impressed by the number of patches (on the kernel for example) :
- did you take them from libreelec or do you know the s905 archtecture so well ?
thanks a lot again.