tizen-distro: switch to tracking Yocto 1.7 ("Dizzy")
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 09:54:07 +0000 (01:54 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:52:14 +0000 (08:52 -0800)
For now, Tizen uses Yocto 1.7 as base. Therefore switch to importing the
component branches for 1.7.

This works seamlessly because the current state of the tizen-distro repo
matches the branch points of each of these branches.

conf/combo-layer.conf

index dbcf27b..18bbb78 100644 (file)
@@ -2,21 +2,21 @@
 src_uri = git://git.openembedded.org/bitbake
 dest_dir = bitbake
 hook = conf/combo-layerhook-bitbake.sh
-branch = master
+branch = 1.24
 last_revision = 2ac33aac3446cb12227f1b8daa5f27f417c9bb9e
 
 [openembedded-core]
 src_uri = git://git.openembedded.org/openembedded-core
 dest_dir = .
 hook = conf/combo-layerhook-openembedded-core.sh
-branch = master
+branch = dizzy
 last_revision = 97756472d3a69eaca95d105494ffea78c6b077e0
 
 [meta-openembedded]
 src_uri = git://git.openembedded.org/meta-openembedded
 dest_dir = meta-openembedded
 hook = conf/combo-layerhook-meta-openembedded.sh
-branch = master
+branch = dizzy
 last_revision = d2f6561a2497babda234dae012709cb661fe38bd
 
 [meta-qt5]