Skip to content

Commit 33fafc5

Browse files
D-Triveninordicjm
authored andcommitted
samples: net: mqtt: Rename overlay files
Rename files to align with target names for clarity. Signed-off-by: Triveni Danda <[email protected]>
1 parent 9bdd6f9 commit 33fafc5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

samples/net/mqtt/doc/description.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ Files that are located under the :file:`/boards` folder is automatically merged
117117
In addition, the sample provides the following overlay configuration files, which are used to enable additional features in the sample:
118118

119119
* :file:`overlay-tls-nrf91.conf` - TLS overlay configuration file for nRF91 Series devices.
120-
* :file:`overlay-tls-nrf70.conf` - TLS overlay configuration file for nRF70 Series devices.
121-
* :file:`overlay-tls-nrf54l15-nrf70.conf` - TLS overlay configuration file for nRF54L15 DK.
120+
* :file:`overlay-tls-nrf7002.conf` - TLS overlay configuration file for nRF70 Series devices.
121+
* :file:`overlay-tls-nrf54l-nrf70.conf` - TLS overlay configuration file for nRF54L Series devices.
122122
* :file:`overlay-tls-native_sim.conf` - TLS overlay configuration file for the native simulator board.
123123

124124
They are located in :file:`samples/net/mqtt` folder.
File renamed without changes.
File renamed without changes.

samples/net/mqtt/sample.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
- ci_build
3737
- sysbuild
3838
- ci_samples_net
39-
extra_args: EXTRA_CONF_FILE=overlay-tls-nrf70.conf
39+
extra_args: EXTRA_CONF_FILE=overlay-tls-nrf7002.conf
4040
sample.net.mqtt.nrf7002ek.wifi:
4141
sysbuild: true
4242
build_only: true
@@ -63,7 +63,7 @@ tests:
6363
- ci_samples_net
6464
extra_args:
6565
- mqtt_SHIELD="nrf7002ek"
66-
- mqtt_EXTRA_CONF_FILE=overlay-tls-nrf70.conf
66+
- mqtt_EXTRA_CONF_FILE=overlay-tls-nrf7002.conf
6767
sample.net.mqtt.nrf54l15.wifi:
6868
sysbuild: true
6969
build_only: true
@@ -86,7 +86,7 @@ tests:
8686
extra_args:
8787
- mqtt_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
8888
- mqtt_SNIPPET=nrf70-wifi
89-
- mqtt_EXTRA_CONF_FILE=overlay-tls-nrf54l15-nrf70.conf
89+
- mqtt_EXTRA_CONF_FILE=overlay-tls-nrf54l-nrf70.conf
9090
sample.net.mqtt.nrf54l15_nrf7002eb2.wifi:
9191
sysbuild: true
9292
build_only: true
@@ -109,7 +109,7 @@ tests:
109109
extra_args:
110110
- mqtt_SHIELD="nrf7002eb2"
111111
- mqtt_SNIPPET=nrf70-wifi
112-
- mqtt_EXTRA_CONF_FILE=overlay-tls-nrf54l15-nrf70.conf
112+
- mqtt_EXTRA_CONF_FILE=overlay-tls-nrf54l-nrf70.conf
113113
sample.net.mqtt.nrf91.tls:
114114
sysbuild: true
115115
build_only: true

0 commit comments

Comments
 (0)