-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hello,
I'm working on porting embARC MLI Release_1.1 to Zephyr RTOS as an external module and want to create a PR. Given the module porting guideline, it is said: "The module repository codebase shall include a module.yml file in a zephyr/ folder at the root of the repository"(https://docs.zephyrproject.org/latest/guides/modules.html#modules).
The module.yml file is very simple and won't break the source file in MLI:
diff --git a/zephyr/module.yml b/zephyr/module.yml
new file mode 100644
index 0000000..b84b5e9
--- /dev/null
+++ b/zephyr/module.yml
@@ -0,0 +1,4 @@
+name: embarc_mli
+build:
+ cmake-ext: True
+ kconfig-ext: True
Now I can't create a PR because Release_1.1 is a tag, not a branch. And I don't have permission to push my branch. What's the best way to proceed with that to port embARC MLI in Zephyr RTOS?
Best,
Siyuan
Metadata
Metadata
Assignees
Labels
No labels