Skip to content

config:setup: Add check to fngsystem NoGPLv3 feature

Tobias Poganiuch requested to merge fix_fngsystem_nogplv3 into kirkstone

Some custom projects already include the NoGPLv3 or GPLv2 layer. If these layers are already present, the Bitbake parsing fails. As a precaution, check if the layers are already present and only add them if not.

Merge request reports