-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config: Add initial sysbuild files #438
Conversation
@@ -244,7 +244,7 @@ endif() | |||
# Define 'factory_data' target for generating a factory data partition | |||
# ============================================================================== | |||
|
|||
if (CONFIG_CHIP_FACTORY_DATA_BUILD) | |||
if(CONFIG_CHIP_FACTORY_DATA_BUILD AND NOT SYSBUILD) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why skipping factory data when using sysbuild? Is it because of WIP?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sysbuild code is in the other file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I see the new file is used in sysbuild CMake.
config/nrfconnect/chip-module/generate_factory_data_sysbuild.cmake
Outdated
Show resolved
Hide resolved
5f09430
to
03affd5
Compare
Rebased PR to pull Matter 1.3 |
Adds initial sysbuild files Signed-off-by: Jamie McCrae <[email protected]>
Converted matter-ota.cmake script to sysbuild.
Adds initial WIP sysbuild files