Skip to content
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

fix sysbuild custom sign #20

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f72f940
cmake: sysbuild: image_signing: Fix not using python
nordicjm May 16, 2024
ec3eb4f
sysbuild: kconfig: Deprioritise empty network core image
nordicjm May 17, 2024
9ba0306
sysbuild: Fix wrongly enabling ECDSA P256 for MCUboot by default
nordicjm May 17, 2024
845932e
sysbuild: Change multi image configuration errors to warnings
nordicjm Nov 28, 2023
3f362d9
sysbuild: Add support for nrf9161dk
nordicjm Dec 19, 2023
54246cb
dfu_target_stream: Add progress cleanup
tomchy May 9, 2024
fa1c3d9
sysbuild: Add external flash functionality
nordicjm May 9, 2024
6cf9e5d
bootloader: Reduce slots if image is MCUboot
nordicjm May 10, 2024
2644015
sysbuild: Fix trustedfirmare-m
nordicjm May 15, 2024
2180e1d
cmake: sysbuild: Add missing BYPRODUCT variables
nordicjm May 15, 2024
c86ebd8
samples/applications/tests: Add sysbuild configurations
nordicjm Nov 20, 2023
981b101
sysbuild: Add dependencies on some image config files
nordicjm May 15, 2024
dcb40e5
sysbuild: Add bluetooth mesh DFU metadata support
nordicjm Apr 26, 2024
4758910
boards: nrf7002dk: Enable wifi by default
nordicjm May 14, 2024
ee073e8
sysbuild: Exclude boards from partition manager
nordicjm Apr 26, 2024
550fc09
sysbuild: Add support for matter factory data
nordicjm Apr 26, 2024
d592c3f
samples/applications: matter: Enable factory data
nordicjm Apr 26, 2024
eee5dee
tests: dfu: dfu_target: Rename test
nordicjm Apr 29, 2024
255a8e6
sysbuild: Switch to SoCs instead of boards
nordicjm May 3, 2024
c90a0e6
sysbuild: Add preliminary support for nrf700x patches
nordicjm May 7, 2024
0c53766
boards: thingy91: Add initial sysbuild options
nordicjm May 7, 2024
dcd1a0d
cmake: sysbuild: Fix partition manager not escaping variables
nordicjm May 8, 2024
343df7c
manifest: Update find-my, sidewalk and zephyr
nordicjm May 8, 2024
c414fdc
cmake: Add deprecation wwarning to child/parent image
nordicjm May 13, 2024
4d7b07f
applications: nrf5340_audio: Change build type to file suffix
nordicjm May 13, 2024
d37cf75
doc: Change build type to file suffix
nordicjm May 13, 2024
d75de35
sysbuild: Add support for dfu_application.zip output
nordicjm May 13, 2024
1c4401f
cmake: sysbuild: Fix b0 signing
nordicjm May 14, 2024
75dfd95
sysbuild: Add support for Matter OTA
ArekBalysNordic May 14, 2024
da83d29
sysbuild: Quieten invalid warning messages
nordicjm May 17, 2024
8c94f57
tools: Use ncs-build image based on ubuntu 22
jangalda-nsc May 14, 2024
5f691bb
applications/samples/tests: Remove child/parent configuration
nordicjm May 17, 2024
77ab259
tests: Add some deprecated child/parent image builds
nordicjm May 17, 2024
9ec27c6
cmake: bootloader: Only include dummy values when testing
nordicjm May 17, 2024
53da5b3
cmake: sysbuild: image_signing: Fix custom signing
gchwier May 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions applications/asset_tracker_v2/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

choice BOOTLOADER
default BOOTLOADER_MCUBOOT if !BOARD_NATIVE_SIM
endchoice

config SECURE_BOOT
default y if BOARD_NRF9160DK_NRF9160_NS

config SECURE_BOOT_APPCORE
default y if BOARD_NRF9160DK_NRF9160_NS

config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
default y if BOARD_NRF9151DK_NRF9151_NS || BOARD_NRF9161DK_NRF9161_NS
default y if BOARD_NRF9160DK_NRF9160_NS && "${BOARD_REVISION}" = "0.14.0"

source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
9 changes: 0 additions & 9 deletions applications/asset_tracker_v2/child_image/mcuboot.conf

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading