Building and testing CoreELEC, build KODI only?

Hi, simple and short question: how can i compile KODI only when i made changes to the source code?

You need to create a patch file and put it in folder projects/Amlogic-ce/devices/Amlogic-ng/patches/kodi. Then you just rebuild kodi package and update tar at the end.

./scripts/clean kodi
./scripts/build kodi
make

If you modify sources in build folder the changes are easily discharged on package rebuild.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.