Skip to content

Commit bbc767a

Browse files
tejlmandcarlescufi
authored andcommitted
sysbuild: integrate nrf into sysbuild as a Zephyr sysbuild module
Add `sysbuild-cmake` and `sysbuild-kconfig` to zephyr/module.yml to source those files from the sysbuild build infrastructure. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
1 parent 6631ff1 commit bbc767a

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

CODEOWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
/CMakeLists.txt @tejlmand
4444
# All Kconfig related files
4545
Kconfig* @tejlmand
46+
# Sysbuild related files
47+
/sysbuild/ @tejlmand @nordicjm
48+
/cmake/sysbuild/ @tejlmand @nordicjm
4649
# All doc related files
4750
/doc/_extensions/ @gmarull
4851
/doc/_scripts/ @carlescufi

sysbuild/CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#
2+
# Copyright (c) 2023 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#

sysbuild/Kconfig.sysbuild

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#
2+
# Copyright (c) 2022 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# This file contains extra images which can be used with sysbuild based builds.

zephyr/module.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
build:
22
cmake: .
33
kconfig: Kconfig.nrf
4+
sysbuild-cmake: sysbuild
5+
sysbuild-kconfig: sysbuild/Kconfig.sysbuild
46
settings:
57
board_root: .
68
dts_root: .

0 commit comments

Comments
 (0)