best practice to integrate CONFIG variables in sysbuild for application only #61225
-
Hi, I'm starting using sysbuild to generate the mcuboot bootloader and the application at once.
Which is the best practice to do so? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
SB_CONFIG_BOOTLOADER_MCUBOOT is set in sysbuild.conf of course |
Beta Was this translation helpful? Give feedback.
-
Just found out that I can introduce a sysbuild/app.conf (as my $APP_DIR is app) that is taken into account |
Beta Was this translation helpful? Give feedback.
-
If anyone stumbles upon this, it is "quickly" mentioned here: |
Beta Was this translation helpful? Give feedback.
Just found out that I can introduce a sysbuild/app.conf (as my $APP_DIR is app) that is taken into account
Unfortunalty this is not documented, documentation should get improved there