From 98c12b276669612a66920a5a3ce79d0250e1aa04 Mon Sep 17 00:00:00 2001 From: Tomoyuki Sakurai Date: Wed, 22 Apr 2026 15:44:47 +0700 Subject: [PATCH 1/2] fix: replace common with eil-cmake-utils this fixes a spec error --- .gitmodules | 6 +++--- CMakeLists.txt | 4 ++++ common | 1 - eil-cmake-utils | 1 + 4 files changed, 8 insertions(+), 4 deletions(-) delete mode 160000 common create mode 160000 eil-cmake-utils diff --git a/.gitmodules b/.gitmodules index a9554a2..928766e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "common"] - path = common - url = https://github.com/esp-idf-lib/common.git +[submodule "eil-cmake-utils"] + path = eil-cmake-utils + url = git@github.com:esp-idf-lib/eil-cmake-utils.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 13fbf90..12e44f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,2 +1,6 @@ +list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/eil-cmake-utils/cmake) + idf_component_register(SRCS "shared-workflows.c" INCLUDE_DIRS "include") + +include(eil_ci) diff --git a/common b/common deleted file mode 160000 index 58f97e3..0000000 --- a/common +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 58f97e3e8de40a3c8e3b0bb14bff176b389827ac diff --git a/eil-cmake-utils b/eil-cmake-utils new file mode 160000 index 0000000..c91055e --- /dev/null +++ b/eil-cmake-utils @@ -0,0 +1 @@ +Subproject commit c91055e05b68b6f0cdbd73969e725d0b91aa25fa From 48d00ef2ee4961d44765e7521fc5e6ef754373bb Mon Sep 17 00:00:00 2001 From: Tomoyuki Sakurai Date: Wed, 22 Apr 2026 15:50:26 +0700 Subject: [PATCH 2/2] fix: add README.md for examples to fix a spec, "examples has examples and all of them have README.md". --- examples/example1/README.md | 1 + examples/example2/README.md | 0 2 files changed, 1 insertion(+) create mode 100644 examples/example1/README.md create mode 100644 examples/example2/README.md diff --git a/examples/example1/README.md b/examples/example1/README.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/examples/example1/README.md @@ -0,0 +1 @@ + diff --git a/examples/example2/README.md b/examples/example2/README.md new file mode 100644 index 0000000..e69de29