-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
doc: Remove documentation for child/parent image #20005
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 617cd4e0b21135b23d8bedd28b2b06d0b61cc2bd more detailssdk-nrf:
Github labels
List of changed files detected by CI (78)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
21fd2a9
to
9ba8d6e
Compare
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
@kylebonnici @bencefr samples/bootloader/README.rst - this has a whole section on vscode for settings Kconfigs but this applies to child/parent images only, can you provide updated text for what to put for enabling the settings with sysbuild? @trantanen @eivindj-nordic @plskeggs in samples/cellular/smp_svr/README.rst - this refers to child image overlay files that do not exist in the sysbuild folder, can you check if these should exist and if so, open a PR adding them? |
a862b6e
to
7edcf02
Compare
@nrfconnect/ncs-audio @nrfconnect/ncs-co-build-system @nrfconnect/ncs-pluto @nrfconnect/ncs-doc-leads @nrfconnect/ncs-cia-doc @nrfconnect/ncs-aurora-doc @nrfconnect/ncs-dragoon-doc @nrfconnect/ncs-modem-doc @FrancescoSer @greg-fer please review |
doc/nrf/releases_and_maturity/migration/migration_guide_2.7.rst
Outdated
Show resolved
Hide resolved
samples/nrf5340/netboot/README.rst
Outdated
@@ -70,11 +69,10 @@ Building and running | |||
|
|||
This sample can be found under :file:`samples/nrf5340/netboot/` in the |NCS| folder structure. | |||
|
|||
Follow the steps below to include the sample as a child image in a :ref:`multi-image <ug_multi_image>` build that contains a network core application: | |||
Complete the following steps to include the sample as an image in a sysbuild project that contains a network core application: |
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.
Since there is only one step now, can it be rephrased like this:
To include the sample as an image in a sysbuild project that contains a network core application, add MCUboot to the build by enabling the ``SB_CONFIG_BOOTLOADER_MCUBOOT``, ``SB_CONFIG_SECURE_BOOT_NETCORE``, and ``SB_CONFIG_NETCORE_APP_UPDATE`` sysbuild Kconfig options in the project. The build system includes the sample in the build automatically.
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.
Have reworded slightly
7edcf02
to
71ae9b8
Compare
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
71ae9b8
to
631e85f
Compare
631e85f
to
44188c1
Compare
doc/nrf/releases_and_maturity/migration/migration_guide_2.7.rst
Outdated
Show resolved
Hide resolved
44188c1
to
1319182
Compare
Removes documentation for this now removed feature Signed-off-by: Jamie McCrae <[email protected]>
Adds a note about the feature being removed Signed-off-by: Jamie McCrae <[email protected]>
1319182
to
617cd4e
Compare
Fixed |
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.
Good for Audio
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.
Approving for the doc files for which I'm listed as code-owner.
Ping @tejlmand @nrfconnect/ncs-dragoon-doc @nrfconnect/ncs-pluto |
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.
lgtm.
get_property(PM_IMAGES GLOBAL PROPERTY PM_IMAGES) | ||
get_property(PM_SUBSYS_PREPROCESSED GLOBAL PROPERTY PM_SUBSYS_PREPROCESSED) | ||
|
||
# This file is executed once per domain. | ||
# | ||
# It will be executed if one of the following criteria is true for the | ||
# current image: | ||
# - It's a child image, and is the dynamic partition in the domain | ||
# - It's a secondary image, and is the dynamic partition in the domain |
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.
minor nit.
I don't think we have introduced any concepts of primary or secondary images, but atm I have no better proposal and as this is a code comment, then it can stay.
Just wanted to mention.
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.
sub-image mayby? sub-domain?
Removes documentation for this now removed feature