You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/01/11 23:45:24 UTC

[mynewt-mcumgr] branch master updated (fb757c4 -> 6f27fd3)

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git.


    from fb757c4  File system command handlers (fs_mgmt).
     new 0caaed0  Only export includes for target (was: globally).
     new 6f27fd3  Remove extraneous NFFS dependency.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-mcumgr] 01/02: Only export includes for target (was: globally).

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git

commit 0caaed05713002c8d9d37b35cf6c1441b1acbfd4
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Thu Jan 11 15:43:45 2018 -0800

    Only export includes for target (was: globally).
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac80b6e..a89f875 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 add_library(MCUMGR INTERFACE)
 
-zephyr_include_directories(MCUMGR INTERFACE 
+target_include_directories(MCUMGR INTERFACE 
     cborattr/include
     cmd/fs_mgmt/include
     cmd/img_mgmt/include

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.

[mynewt-mcumgr] 02/02: Remove extraneous NFFS dependency.

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git

commit 6f27fd39322d92b36a8410960f1b65b6da94003e
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Thu Jan 11 15:44:17 2018 -0800

    Remove extraneous NFFS dependency.
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a89f875..6239238 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,4 +29,4 @@ zephyr_library_sources(
     smp/src/smp.c
 )
 zephyr_library_link_libraries(MCUMGR)
-target_link_libraries(MCUMGR INTERFACE zephyr_interface NFFS)
+target_link_libraries(MCUMGR INTERFACE zephyr_interface)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.