Add emulator64 in Tizen:TV 96/107496/3
authorHyungGi Lee <hyunggi.lee@samsung.com>
Wed, 28 Dec 2016 08:38:34 +0000 (17:38 +0900)
committerHyungGi Lee <hyunggi.lee@samsung.com>
Wed, 28 Dec 2016 08:52:16 +0000 (00:52 -0800)
Change-Id: I5864460ecaf1ba372e92b48463bf73142eb7487b

Tizen:TV/_config
Tizen:TV/_meta
Tizen:TV/corefx-managed_aggregate/_aggregate [new file with mode: 0644]
Tizen:TV/corefx-managed_aggregate/_meta [new file with mode: 0644]

index e301f9a..98c8155 100755 (executable)
@@ -127,7 +127,7 @@ Macros:
 
 ############################# emulator repositories ############################
 
-%if "%_repository" == "emulator32-wayland"
+%if "%_repository" == "emulator32-wayland" || "%_repository" == "emulator64-wayland"
 
 Substitute: mesa-devel pkgconfig(glesv2)
 
@@ -164,4 +164,4 @@ Macros:
 
 ########## compilation flags ##########
 # derived from Tizen:Base
-#######################################
\ No newline at end of file
+#######################################
index 6d11b71..e09dcdf 100644 (file)
   <person userid="dnxowls" role="maintainer"/>
   <build>
     <disable arch="i586" repository="arm-wayland"/>
+    <disable arch="x86_64" repository="arm-wayland"/>
+    <disable arch="i586" repository="emulator64-wayland"/>
   </build>
   <debuginfo>
     <enable/>
   </debuginfo>
+  <repository name="emulator64-wayland">
+    <path project="Tizen:Base" repository="emulator64"/>
+    <arch>i586</arch>
+    <arch>x86_64</arch>
+  </repository>
   <repository name="emulator32-wayland">
     <path project="Tizen:Base" repository="emulator32"/>
     <arch>i586</arch>
@@ -22,5 +29,6 @@
     <path project="Tizen:Base" repository="arm"/>
     <arch>armv7l</arch>
     <arch>i586</arch>
+    <arch>x86_64</arch>
   </repository>
 </project>
diff --git a/Tizen:TV/corefx-managed_aggregate/_aggregate b/Tizen:TV/corefx-managed_aggregate/_aggregate
new file mode 100644 (file)
index 0000000..dad6f3b
--- /dev/null
@@ -0,0 +1,8 @@
+<aggregatelist>
+  <aggregate project="Tizen:TV">
+    <package>corefx</package>
+    <binary>corefx-managed</binary>
+    <binary>corefx-test</binary>
+    <repository source="emulator64-wayland" target="arm-wayland"/>
+    </aggregate>
+</aggregatelist>
diff --git a/Tizen:TV/corefx-managed_aggregate/_meta b/Tizen:TV/corefx-managed_aggregate/_meta
new file mode 100644 (file)
index 0000000..f678ccd
--- /dev/null
@@ -0,0 +1,8 @@
+<package name="corefx-managed_aggregate" project="Tizen:TV">
+  <title/>
+  <description/>
+  <build>
+    <disable/>
+    <enable arch="x86_64" repository="arm-wayland"/>
+  </build>
+</package>