spec2yoctorc: prefer IVI revisions 35/34535/1
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 26 Jan 2015 09:48:01 +0000 (01:48 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Wed, 28 Jan 2015 16:58:03 +0000 (08:58 -0800)
Swap priorities of Common and IVI manifests: now IVI takes
precendency. The reason is that IVI is currently frozen and
more stable than Common. Besides, the main goal is building
IVI images, so we *want* the same revisions as in IVI.

Change-Id: Ie0ad9224ac2931c99d2a51e48cc2af338270ac74

proto-meta-Tizen_generic/.spec2yoctorc

index 19ff373..0772428 100644 (file)
@@ -19,13 +19,13 @@ provided-extra=tizen-provided-extra
 [tizen_common_manifest]
 uri=http://download.tizen.org/snapshots/tizen/common/latest/
 default_git_src=review.tizen.org
-priority=1
+priority=0
 buildtarget=x86_64-wayland
 
 [tizen_ivi_manifest]
 uri=http://download.tizen.org/snapshots/tizen/ivi/latest/
 default_git_src=review.tizen.org
-priority=0
+priority=1
 buildtarget=atom
 
 [tizen_common_fix]