forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
manifest: move optional modules to a submanifest and make them optional
Move optional modules to a submanifest and make them optional by default. This is just a POC, might require some more thought. The idea is to look at the optional manifest as an area for modules that work with Zephyr, but not needed directly by zephyr. This could be documented somewhere for discovery purposes allowing users to enable such modules in their downstream if desired. See zephyrproject-rtos#54276 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
- Loading branch information
Showing
2 changed files
with
62 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
|
||
manifest: | ||
remotes: | ||
- name: upstream | ||
url-base: https://github.com/zephyrproject-rtos | ||
projects: | ||
- name: thrift | ||
path: optional/modules/lib/thrift | ||
revision: 10023645a0e6cb7ce23fcd7fd3dbac9f18df6234 | ||
remote: upstream | ||
groups: | ||
- optional | ||
- name: tflite-micro | ||
revision: 9156d050927012da87079064db59d07f03b8baf6 | ||
path: optional/modules/lib/tflite-micro | ||
repo-path: tflite-micro | ||
remote: upstream | ||
groups: | ||
- optional | ||
- name: zscilib | ||
path: modules/lib/zscilib | ||
revision: 34c3432e81085bb717e4871d21ca419ae0058ec5 | ||
remote: upstream | ||
groups: | ||
- optional | ||
- name: nanopb | ||
revision: 42fa8b211e946b90b9d968523fce7b1cfe27617e | ||
path: modules/lib/nanopb | ||
remote: upstream | ||
groups: | ||
- optional | ||
- name: chre | ||
revision: b7955c27e50485b7dafdc3888d7d6afdc2ac6d96 | ||
path: modules/lib/chre | ||
remote: upstream | ||
groups: | ||
- optional | ||
- name: lz4 | ||
revision: 8e303c264fc21c2116dc612658003a22e933124d | ||
path: modules/lib/lz4 | ||
remote: upstream | ||
groups: | ||
- optional | ||
- name: sof | ||
revision: c0f20b69daa44e3563f970b366e49ccfcfa1b71c | ||
path: modules/audio/sof | ||
remote: upstream | ||
groups: | ||
- optional | ||
- name: tf-m-tests | ||
revision: a878426da78fbd1486dfc29d6c6b82be4ee79e72 | ||
path: modules/tee/tf-m/tf-m-tests | ||
remote: upstream | ||
groups: | ||
- optional | ||
- name: psa-arch-tests | ||
revision: 6a17330e0dfb5f319730f974d5b05f7b7f04757b | ||
path: modules/tee/tf-m/psa-arch-tests | ||
remote: upstream | ||
groups: | ||
- optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters