Introduce initial meta-foundation structure
Adds minimal set of dependencies required
for the "foundation" application to build
and initialize:
- SAMGR (distributed services manager + headers)
- SAFWK (project containing sources of the foundation app)
Note: Debugging output is enabled by default on SAFWK
Note2: Currently SAMGR can include OS adapter only for
Linux (posix) or uC (cmsis). If LiteOS or other
system is going to be used, please modify
samgr_git.bb's TARGET_ADAPTER accordingly.
Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
Showing
- LICENSES/Apache-2.0.txt 183 additions, 0 deletionsLICENSES/Apache-2.0.txt
- README.md 35 additions, 0 deletionsREADME.md
- conf/layer.conf 13 additions, 0 deletionsconf/layer.conf
- recipes-interfaces/samgr-kits/samgr-kits_git.bb 17 additions, 0 deletionsrecipes-interfaces/samgr-kits/samgr-kits_git.bb
- recipes-safwk/safwk/safwk_git.bb 30 additions, 0 deletionsrecipes-safwk/safwk/safwk_git.bb
- recipes-samgr/samgr/samgr_git.bb 35 additions, 0 deletionsrecipes-samgr/samgr/samgr_git.bb
LICENSES/Apache-2.0.txt
0 → 100644
conf/layer.conf
0 → 100644
recipes-safwk/safwk/safwk_git.bb
0 → 100644
recipes-samgr/samgr/samgr_git.bb
0 → 100644
Please register or sign in to comment