Skip to content

Commit e82b370

Browse files
legrand-gregshued3zd3z
authored andcommitted
Explicitly set module name in zephyr/module.yml
Follow Zephyr v3.2.0 new recommendation to explicitly set module names to enable usage of ZEPHYR_<module-name-upper>_MODULE_DIR by other modules. Verification: 1. (Pass) west build -p always -b nrf52840dk_nrf52840 bootloader/mcuboot/boot/zephyr/ 2. (Pass) ./zephyr/scripts/twister --testsuite-root zephyr/tests/subsys/dfu/ 3. (Pass) ./zephyr/scripts/twister --testsuite-root zephyr/samples/subsys/mgmt/mcumgr/smp_svr/ 4. (Pass) ./zephyr/scripts/twister --testsuite-root bootloader/mcuboot/boot/zephyr/ Fixes #1491 Signed-off-by: Gregory Shue <[email protected]>
1 parent a6a5c08 commit e82b370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zephyr/module.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: mcuboot
12
samples:
23
- boot/zephyr
34
build:

0 commit comments

Comments
 (0)