FBT: Can set EXTRA_EXT_APPS from config, not only CLI

This commit is contained in:
Willy-JL
2024-05-31 06:19:05 +01:00
parent 9e39da91e2
commit 7c929338a2
3 changed files with 11 additions and 1 deletions

View File

@@ -42,6 +42,9 @@ if not os.environ.get("DIST_SUFFIX"):
# Skip external apps by default
SKIP_EXTERNAL = False
# Appid's to include even when skipping externals
EXTRA_EXT_APPS = []
# Coprocessor firmware
COPRO_OB_DATA = "scripts/ob.data"