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)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Thu, 22 Jan 2015 03:52:10 +0000 (03:52 +0000)
Change-Id: Ibeb95e7a872ca51e29656a825c37247e48d89fe5
Signed-off-by: Patrick Lankswert <patrick.lankswert@intel.com>
(cherry picked from commit 6db91505bfc2c877c3bf0a41b187c1db58e2619d)
Reviewed-on: https://gerrit.iotivity.org/gerrit/195
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@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 3c6e6ace477a520d217d93b1a7fc25b12327e76f..d248d66da51d9ad975a273c1aa06232d495ffae4 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 bf548d85b4e3321e5e3c03f3f24545467f378c92..fb924383b67f80f6b5be9ba9eb9cb07e12031159 100644 (file)
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------------------
+  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**
 -------------------------------------------------------------------------------
index a16842cedf6e6dcf4aeeb052933868866f3b9e8e..16727eef12463e30dfc7c89809c0dadb6c486ad2 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 41af33e58b4c335e3da01b2ed68a293c27565d06..043a31774597111454d7c65b1ce597cfa71306fa 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 d8800aa2bfca1de26d1936de83b69cdf05c35708..1e024feeef3bf8ce3b482804ca7ab45ce4d4124a 100644 (file)
@@ -1,5 +1,16 @@
 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
 //-------------------------------------------------
index 3bcbfe5c151b6be8df9d3b3cf4871ec0d0f89003..4648a96b821e022c6645a35674d4052b32da40cf 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 fb785979a90b2533da2a0c0c7e02dc24dcba10b2..20e70130ab7f85506e8ed5f638cc06ca70096202 100644 (file)
@@ -1,3 +1,14 @@
+#==============================================================================
+# 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 4b28837c2f8a5af1b62c47a5aa5f04dc8550d3c0..72e3c1c41f8f2907dfd0609bf41ea28b9b86ca2b 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 0f2c5676e68072177b357ebf1dfe36d35be9adbb..61dc001f9c02bb137179f4fb3d185f4d348ef27d 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 5a2c667041ba266b510ae6b75333d12dd710884a..965b4766ab96891ae9bad52b69f3f36c514fc815 100644 (file)
@@ -1,5 +1,16 @@
 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
 //-------------------------------------------------
index 87a02d43b64617f33c030250d39541b558554719..78f204efaacd2d1f7343cdfe145e97ce22164496 100644 (file)
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------------------
+  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.
 -------------------------------------------------------------------------------
index b1573b32d3bb042a3b3aaecb515800c7cbbd722b..dc0e35b752d0dddecbb42322e1635f8671810af2 100644 (file)
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------------------
+  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.
 -------------------------------------------------------------------------------
index c16e3b7abb1f22c0da9ebe9f289e1427277e6198..0e3dfa478095ea9e780ccc5fdaa532255b3d1a3a 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 c3eb5eed56194fa69785e04ce7c6e56047b6b24d..0c510978e8397e4bcc058e7ad8df74da047e884d 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 d5e7c82680a9389ab25e431b4978bbee8b34eeb2..b2e46d0bac90fe9de17d3f2c4b1104ec800db043 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 966cff94798f8830861cf5be855e9eb54536be4f..25a4cd364e890a1d22e92f013ba9289e8fe039a4 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 70d55153354dcd1c959ce0389b128287c3a52e77..0fd09ea53a9be1fef472f590a6899176277aad84 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.