Commit e82b370c authored by Gregory Shue's avatar Gregory Shue Committed by David Brown
Browse files

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: default avatarGregory Shue <gregory.shue@legrand.com>
parent a6a5c08f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
name: mcuboot
samples:
samples:
  - boot/zephyr
  - boot/zephyr
build:
build: