From e82b370ca57a539db59c463c1f4c21d8113640b7 Mon Sep 17 00:00:00 2001 From: Gregory Shue Date: Tue, 18 Oct 2022 08:51:31 -0700 Subject: [PATCH] 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_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 --- zephyr/module.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/module.yml b/zephyr/module.yml index c4293e38..3a142100 100644 --- a/zephyr/module.yml +++ b/zephyr/module.yml @@ -1,3 +1,4 @@ +name: mcuboot samples: - boot/zephyr build: