Tizen:Mobile: disable atom build and adjust *_aggregate setting 99/39699/2
authorJoonsub Lee <joon-sub.lee@samsung.com>
Thu, 21 May 2015 02:29:34 +0000 (11:29 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Thu, 21 May 2015 05:43:19 +0000 (14:43 +0900)
As same as Tizen:TV/Wearable, Tizen:Mobile does not need to maintain ia32(atom) and x86_64 repositories.
Before delete those from obs, we have to disable atom build and adjust _aggregate packages.

Change-Id: I5d4fefcc93f227bff5821e7a950ea17e4d161219

Tizen:Mobile/_meta
Tizen:Mobile/glibc_aggregate/_aggregate
Tizen:Mobile/mic-bootstrap_aggregate/_aggregate
Tizen:Mobile/qemu_aggregate/_aggregate

index b09058c..c2e9418 100644 (file)
@@ -29,6 +29,8 @@ http://download.tizen.org/snapshots/tizen/mobile/
     <disable arch="x86_64" repository="arm64-wayland"/>
     <disable arch="i586" repository="x86_64-wayland"/>
     <disable arch="i586" repository="emulator64-wayland"/>
+    <disable arch="i586" repository="atom-x11"/>
+    <disable arch="i586" repository="atom-wayland"/>
   </build>
   <debuginfo>
     <enable/>
index 3f9d967..78e8873 100644 (file)
@@ -4,7 +4,7 @@
     <binary>glibc-32bit</binary>
     <binary>glibc-devel-32bit</binary>
     <repository source="atom-x11" target="x86_64-x11"/>
-    <repository source="atom-wayland" target="x86_64-wayland"/>
-    <repository source="x86_64-wayland" target="emulator64-wayland"/>
+    <repository source="emulator32-wayland" target="x86_64-wayland"/>
+    <repository source="emulator32-wayland" target="emulator64-wayland"/>
   </aggregate>
 </aggregatelist>
index 14007f1..0f5b628 100644 (file)
@@ -3,8 +3,8 @@
     <package>mic-bootstrap</package>
     <binary>mic-bootstrap-x86-arm</binary>
     <repository source="atom-x11" target="arm-x11"/>
-    <repository source="atom-wayland" target="arm-wayland"/>
+    <repository source="emulator32-wayland" target="arm-wayland"/>
     <repository source="x86_64-x11" target="arm64-x11"/>
-    <repository source="x86_64-wayland" target="arm64-wayland"/>
+    <repository source="emulator64-wayland" target="arm64-wayland"/>
     </aggregate>
 </aggregatelist>
index b2d489a..8542783 100644 (file)
@@ -3,22 +3,22 @@
     <package>qemu</package>
     <binary>qemu-linux-user-cross-arm</binary>
     <repository source="atom-x11" target="arm-x11"/>
-    <repository source="atom-wayland" target="arm-wayland"/>
+    <repository source="emulator32-wayland" target="arm-wayland"/>
     <repository source="x86_64-x11" target="arm64-x11"/>
-    <repository source="x86_64-wayland" target="arm64-wayland"/>
+    <repository source="emulator64-wayland" target="arm64-wayland"/>
   </aggregate>
   <aggregate project="Tizen:Mobile" >
     <package>qemu-accel-armv7l</package>
     <binary>qemu-accel-armv7l</binary>
     <binary>qemu-accel-armv7l-cross-arm</binary>
     <repository source="atom-x11" target="arm-x11"/>
-    <repository source="atom-wayland" target="arm-wayland"/>
+    <repository source="emulator32-wayland" target="arm-wayland"/>
   </aggregate>
   <aggregate project="Tizen:Mobile" >
     <package>qemu-accel-aarch64</package>
     <binary>qemu-accel-aarch64</binary>
     <binary>qemu-accel-aarch64-cross-aarch64</binary>
     <repository source="x86_64-x11" target="arm64-x11"/>
-    <repository source="x86_64-wayland" target="arm64-wayland"/>
+    <repository source="emulator64-wayland" target="arm64-wayland"/>
   </aggregate>
 </aggregatelist>