Updated the README files to reference the master build in root
authorPatrick C Lankswert <patrick.lankswert@intel.com>
Tue, 30 Dec 2014 02:24:59 +0000 (21:24 -0500)
committerPatrick C Lankswert <patrick.lankswert@intel.com>
Tue, 30 Dec 2014 02:26:47 +0000 (21:26 -0500)
Change-Id: Ibeb95e7a872ca51e29656a825c37247e48d89fe5
Signed-off-by: Patrick Lankswert <patrick.lankswert@intel.com>
17 files changed:
resource/README.setup.txt
resource/csdk/README
resource/csdk/connectivity/samples/linux/README
resource/csdk/libcoap-4.1.1/README
resource/csdk/logger/README
resource/csdk/logger/test/android/README
resource/csdk/occoap/README.txt
resource/csdk/ocmalloc/test/linux/README
resource/csdk/ocsocket/README.txt
resource/csdk/stack/README
resource/csdk/stack/samples/arduino/SimpleClientServer/README
resource/csdk/stack/samples/arduino/SimpleClientServer/ocserver/README
resource/csdk/stack/test/README
resource/csdk/stack/test/android/README
resource/csdk/stack/test/arduino/README
resource/oc_logger/samples/linux/README
resource/unittests/README

index 3c6e6ac..d248d66 100644 (file)
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
 ===============================================================================
+==                    NOTICE - Transition to SCONS                           ==
+===============================================================================
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+===============================================================================
 ==                      Rich Stack & Lite Stack                              ==
 ===============================================================================
 
index bf548d8..fb92438 100644 (file)
@@ -1,4 +1,15 @@
 -------------------------------------------------------------------------------
+  NOTICE - Transition to SCONS
+-------------------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+-------------------------------------------------------------------------------
 **Linux**
 -------------------------------------------------------------------------------
 To make octbstack.a in release mode:
index 53c5564..239ddbc 100644 (file)
@@ -1,3 +1,15 @@
+//----------------------------------------------------------------------
+// NOTICE - Transition to SCONS
+//----------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+//----------------------------------------------------------------------
 
 #1. build "connectivity" project
        - execute make command in "connectivity/build/" folder.
index 41af33e..043a317 100644 (file)
@@ -25,6 +25,15 @@ Public License (GPL), Version 2 or higher, OR the revised BSD
 license. Please refer to LICENSE.GPL oder LICENSE.BSD for further
 details.
 
+NOTICE - TRANSITION TO SCONS
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
 BUILD STEPS FOR INTEL OC STACK
 
 Use below command to build libcoap:
index d8800aa..1e024fe 100644 (file)
@@ -1,6 +1,17 @@
 Build notes
 
 //-------------------------------------------------
+// NOTICE - Transition to SCONS
+//-------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+//-------------------------------------------------
 // Linux
 //-------------------------------------------------
 To enable logging, ensure that 
index 3bcbfe5..4648a96 100644 (file)
@@ -1,3 +1,16 @@
+//---------------------------------------------------------------------
+// NOTICE - Transition to SCONS
+//---------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+//---------------------------------------------------------------------
+
 loggertests.cpp contain several logger tests that can be used in an Android JNI app.
 
 androidloggertestoutput.txt is a file capture from running loggertests.cpp in an Android JNI app.
index fb78597..20e7013 100644 (file)
@@ -1,4 +1,15 @@
 #==============================================================================
+# NOTICE - Transition to SCONS
+#==============================================================================
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+#==============================================================================
 # Build instructions for Linux
 #==============================================================================
 
index 4b28837..72e3c1c 100644 (file)
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------------------
+  NOTICE - Transition to SCONS
+-------------------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+-------------------------------------------------------------------------------
+
 # To build the ocmalloc google unit test for Linux:
 
 # First
index 0f2c567..61dc001 100644 (file)
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------------------
+  NOTICE - Transition to SCONS
+-------------------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+-------------------------------------------------------------------------------
+
 To compile for Linux or Android, include ocsocket.c and ocsocket.h in your project.
 Look at the Makefile in ocsocket/test/linux and ocsocket/test/android for compilation dependencies.
 
index 5a2c667..965b476 100644 (file)
@@ -1,6 +1,17 @@
 Build notes
 
 //-------------------------------------------------
+//  NOTICE - Transition to SCONS
+//-------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+//-------------------------------------------------
 // Linux
 //-------------------------------------------------
 To build, run
index 87a02d4..78f204e 100644 (file)
@@ -1,4 +1,15 @@
 -------------------------------------------------------------------------------
+  NOTICE - Transition to SCONS
+-------------------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+-------------------------------------------------------------------------------
 **Arduino** -- Must be built with the same BUILD mode declared as octbstack.a.
 -------------------------------------------------------------------------------
 When an Arduino SimpleClientServer application is running, it outputs logs to
index b1573b3..dc0e35b 100644 (file)
@@ -1,4 +1,15 @@
 -------------------------------------------------------------------------------
+  NOTICE - Transition to SCONS
+-------------------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+-------------------------------------------------------------------------------
 **Arduino** -- Must be built with the same BUILD mode declared as octbstack.a.
 -------------------------------------------------------------------------------
 When an Arduino SimpleClientServer application is running, it outputs logs to
index c16e3b7..0e3dfa4 100644 (file)
@@ -1,3 +1,16 @@
+//---------------------------------------------------------------------
+//  NOTICE - Transition to SCONS
+//---------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+//---------------------------------------------------------------------
+
 stacktests.cpp is a unit test of the APIs in ocstack.c.  
 It uses Google Test for the unit tests.  Note that
 the unit tests are only to test the functionality of
index c3eb5ee..0c51097 100644 (file)
@@ -1,3 +1,16 @@
+//---------------------------------------------------------------------
+//  NOTICE - Transition to SCONS
+//---------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+//---------------------------------------------------------------------
+
 stacktests.cpp contain several stack tests that can be used in an Android JNI app.
 
 Note:  to enable the logger for Android, TB_LOG should be defined in the ./jni/Android.mk file as
index d5e7c82..b2e46d0 100644 (file)
@@ -1,3 +1,16 @@
+//---------------------------------------------------------------------
+//  NOTICE - Transition to SCONS
+//---------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+//---------------------------------------------------------------------
+
 ArduinoStackTest.cpp contains several logger tests and can be used in an
 Arduino sketch.
 
index 966cff9..25a4cd3 100644 (file)
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------------------
+  NOTICE - Transition to SCONS
+-------------------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+-------------------------------------------------------------------------------
+
 To run the oc_logger C sample app, first build liboctbstack.a
 
 cd <root>/csdk
index 70d5515..0fd09ea 100644 (file)
@@ -1,3 +1,16 @@
+//---------------------------------------------------------------------
+// NOTICE - Transition to SCONS
+//---------------------------------------------------------------------
+
+The IoTivity build system is transitioning to SCONS. Although the 
+makefiles are still available (until v1.0) and some developers are 
+still using them, they are currently no longer supported. To learn more 
+about building using SCONS see Readme.scons.txt in the repository root 
+directory. The build steps used in continuous integration can be found
+in auto_build.sh which is also in the the repository root directory.
+
+//---------------------------------------------------------------------
+
 tests.cpp contains unittests for C++ APIs. It uses Google Test for the unit
 tests.  Note that the unit tests are only to test the functionality of OCApi.h.
 It is not a system or end-to-end test.