Updated scons build configuration for Yocto
authorKishen Maloor <kishen.maloor@intel.com>
Mon, 21 Sep 2015 12:38:57 +0000 (05:38 -0700)
committerHabib Virji <habib.virji@samsung.com>
Fri, 16 Sep 2016 09:51:17 +0000 (09:51 +0000)
* Added i686 to the list of supported target architectures
  for a Yocto build.

Change-Id: I2b5b3191807ab7229cb3457f42a21a94a1d1611e
Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2873
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
build_common/SConscript
resource/csdk/connectivity/build/SConscript

index 6684a59e75730344c8dc41b52e8c3402a96e36b6..80f38aca58af18d4f82173d786dc28cef7e613b1 100644 (file)
@@ -26,7 +26,7 @@ os_arch_map = {
                'darwin': ['i386', 'x86_64'],
                'ios': ['i386', 'x86_64', 'armv7', 'armv7s', 'arm64'],
                'arduino': ['avr', 'arm'],
-               'yocto': ['i586', 'x86_64', 'arm', 'powerpc', 'powerpc64', 'mips', 'mipsel'],
+               'yocto': ['i586', 'i686', 'x86_64', 'arm', 'powerpc', 'powerpc64', 'mips', 'mipsel'],
                }
 
 host = platform.system().lower()
index 4464303fa0d03a6b03fd7dd4487207efd42a0404..5a1c8e6604f4cdcfe914ad96a44c698f9e877e2a 100644 (file)
@@ -21,7 +21,7 @@ os_arch_map = {
                'darwin': ['i386', 'x86_64'],
                'ios': ['i386', 'x86_64', 'armv7', 'armv7s', 'arm64'],
                'arduino': ['avr', 'arm'],
-                'yocto': ['i586', 'x86_64', 'arm', 'powerpc', 'powerpc64', 'mips', 'mipsel'],
+                'yocto': ['i586', 'i686', 'x86_64', 'arm', 'powerpc', 'powerpc64', 'mips', 'mipsel'],
                }
 
 host = platform.system().lower()