From 3b3406cb490049f8c18aef6a4119d0a85659b8f4 Mon Sep 17 00:00:00 2001 From: William Dieter Date: Fri, 27 Feb 2015 15:11:38 +0000 Subject: [PATCH] Removed unneeded references to oic-utilities The oic-utilities repo was used as a temporary solution for holding third party libraries. The build system now has a better way to handle them. This commit removes obsolete instructions to copy the oic-utilities repo from the scons build instructions. The resource/csdk/README.txt file still has a reference to oic-utilties, as do some of the old release notes files. The csdk README can probably be deleted when makefiles are eliminated. Change-Id: Ic5824264835359a59cfd79443ce4e773205eeb07 Signed-off-by: William Dieter Reviewed-on: https://gerrit.iotivity.org/gerrit/420 Tested-by: jenkins-iotivity Reviewed-by: Caiwen Zhang Reviewed-by: Sashi Penta (cherry picked from commit 18d902402335fb1394b2c8c57640255a5f707917) Reviewed-on: https://gerrit.iotivity.org/gerrit/424 --- Readme.scons.txt | 14 -------------- scons_script_how_to.txt | 1 - 2 files changed, 15 deletions(-) diff --git a/Readme.scons.txt b/Readme.scons.txt index f2be67f67..27f89ce26 100644 --- a/Readme.scons.txt +++ b/Readme.scons.txt @@ -106,20 +106,6 @@ Java codes, this isn't required) so you don't need to add it in command line each time. The build script will guide you to do that.) -* 3. External libraries -For Android and IOS build, most of the external libraries are provided as -binary in oic-utilities project (https://oic-review.01.org/gerrit/oic-utilities). -Please download it in the same directory as other IoTivity projects. If it's -in different directory, an additional option (OIC_UITLS) will be required. The -build command should be: - $ scons OIC_UITLS= [other options] [target] - -(Note: for convenience, you can also add it in environment variable. So you -don't need to add this option in command line each time.) - e.g.: - $ export OIC_UITLS= - - === Build IoTivity project on Linux(Ubuntu) === Generally, it's required to specify the target OS and target ARCH, that's to say diff --git a/scons_script_how_to.txt b/scons_script_how_to.txt index 5c495335b..390bbdee8 100644 --- a/scons_script_how_to.txt +++ b/scons_script_how_to.txt @@ -108,7 +108,6 @@ XXX is the information name, below are the extra information added by IoTivity common scrirpts: BUILD_DIR: the path of the build directory, all output are in this directory SRC_DIR: the path of the top directory of the source code -OIC_UTILS: the path of oic-utilities project RELEASE: build type, boolean. True - release build, False - debug build TARGET_OS: the name of the target OS. The possible value depends on the host platform. Bellow is the list of host and possible target OS. (darwin means -- 2.34.1