Hello everyone!
This is actually more a suggestion to improve flexibility for NCS integration (i.e. nrf-sdk) into Zephyr workspaces. In many CMake- and Kconfig files there are path references like this:
${ZEPHYR_BASE}/../nrf
If you manage your workspace manually by an app specific manifest file, it is not possible to place nrf-sdk independently from the Zephyr repository on the file system. I think the CMake variable from the root CMakeLists.txt in nrf-sdk could be the better choice.