I’m building CE21 from scratch to include a Kodi patch, so I’ve done ./scripts/clean kodi && DEVICE=Amlogic-ng && ./scripts/build kodi && make image. I just noticed that the Kodi part is actually building the -ne version and after that, CE was also built as -ne.
If I clone the repo and run git checkout coreelec-21 && DEVICE=Amlogic-ng && make image, it builds the -ne version as well.
Has something changed in the scripts, and how to fix this? In the past I’ve done just the -ne version so I don’t know how this has been earlier.