Crosswalk: Add valleyisland-64 BSP configuration 32/24932/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 23 Jul 2014 13:21:26 +0000 (15:21 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 23 Jul 2014 13:23:05 +0000 (15:23 +0200)
Change-Id: I4a637d96437891946fc1cff8551eb2847508ec91
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/crosswalk/crosswalk-extraconf.inc
recipes-tizen/crosswalk/crosswalk/valleyisland-64/include.gypi [new file with mode: 0644]
recipes-tizen/crosswalk/crosswalk/valleyisland-64/oe-defaults.gypi [new file with mode: 0644]

index a0f46ae..2687230 100644 (file)
@@ -16,6 +16,7 @@ COMPATIBLE_MACHINE_x86-64 = "(.*)"
 COMPATIBLE_MACHINE_armv6 = "(.*)"
 COMPATIBLE_MACHINE_armv7a = "(.*)"
 COMPATIBLE_MACHINE_romley-ivb = "(.*)"
+COMPATIBLE_MACHINE_valleyisland-64 = "(.*)"
 
 do_compile() {
  cd ${S}
diff --git a/recipes-tizen/crosswalk/crosswalk/valleyisland-64/include.gypi b/recipes-tizen/crosswalk/crosswalk/valleyisland-64/include.gypi
new file mode 100644 (file)
index 0000000..c2e2a7d
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  'variables': {
+    'target_arch': 'x64',
+  }
+}
diff --git a/recipes-tizen/crosswalk/crosswalk/valleyisland-64/oe-defaults.gypi b/recipes-tizen/crosswalk/crosswalk/valleyisland-64/oe-defaults.gypi
new file mode 100644 (file)
index 0000000..0a6e8e8
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  'variables': {
+    'use_system_bzip2': 1,
+    'disable_nacl': 1,
+    'proprietary_codecs': 0,
+    'v8_use_snapshot': 1,
+    'use_system_ffmpeg': 0,
+    'linux_use_tcmalloc': 1,
+    'linux_link_kerberos': 0,
+    'use_kerberos': 0,
+    'use_cups': 0,
+    'use_gnome_keyring': 0,
+    'linux_link_gnome_keyring': 0,
+  }, 
+}