From c83ab92362378b22d3f4d6119bf362f704577ca2 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Wed, 9 Nov 2016 19:52:33 -0800 Subject: [PATCH] toaster: orm/fixtures Add the master release and correct morty release Add the master release option to base your project on and correct the morty release so that for poky based setups we use the poky provided version of the layer rather than checking out the layer from its own git repository. [YOCTO #10497] Signed-off-by: Michael Wood Signed-off-by: brian avery Signed-off-by: Richard Purdie --- lib/toaster/orm/fixtures/oe-core.xml | 23 +++++++- lib/toaster/orm/fixtures/poky.xml | 82 +++++++++++++++++++++++++--- 2 files changed, 96 insertions(+), 9 deletions(-) diff --git a/lib/toaster/orm/fixtures/oe-core.xml b/lib/toaster/orm/fixtures/oe-core.xml index a6c834f4482..4d3d185491f 100644 --- a/lib/toaster/orm/fixtures/oe-core.xml +++ b/lib/toaster/orm/fixtures/oe-core.xml @@ -14,6 +14,13 @@ HEAD + git://git.openembedded.org/bitbake + HEAD + + + master + git://git.openembedded.org/bitbake + master @@ -31,18 +38,30 @@ HEAD Toaster will run your builds with the version of OpenEmbedded that you have cloned or downloaded to your computer. + + master + OpenEmbedded core master + 3 + master + Toaster will run your builds using the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/\">OpenEmbedded master</a> branch. + 1 openembedded-core - + 2 openembedded-core + + 3 + openembedded-core + + - + openembedded-core git://git.openembedded.org/openembedded-core diff --git a/lib/toaster/orm/fixtures/poky.xml b/lib/toaster/orm/fixtures/poky.xml index c192baa4229..dcc7aaffdfc 100644 --- a/lib/toaster/orm/fixtures/poky.xml +++ b/lib/toaster/orm/fixtures/poky.xml @@ -19,6 +19,13 @@ HEAD bitbake + + master + git://git.yoctoproject.org/poky + master + bitbake + + @@ -35,8 +42,15 @@ HEAD Toaster will run your builds with the version of the Yocto Project you have cloned or downloaded to your computer. + + master + Yocto Project master + 3 + master + Toaster will run your builds using the tip of the <a href="http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/">Yocto Project Master branch</a>. + - + 1 openembedded-core @@ -61,9 +75,23 @@ 2 meta-yocto-bsp + + 3 + openembedded-core + + + 3 + meta-poky + + + 3 + meta-yocto-bsp + - openembedded-core @@ -71,6 +99,13 @@ git://git.yoctoproject.org/poky + 1 + 0 + 1 + morty + meta + + 1 0 2 @@ -78,14 +113,27 @@ HEAD meta - + + 1 + 0 + 3 + master + meta + meta-poky git://git.yoctoproject.org/poky - + + 2 + 0 + 1 + morty + meta-poky + + 2 0 2 @@ -93,14 +141,27 @@ HEAD meta-poky - + + 2 + 0 + 3 + master + meta-poky + meta-yocto-bsp git://git.yoctoproject.org/poky - + + 3 + 0 + 1 + morty + meta-yocto-bsp + + 3 0 2 @@ -108,4 +169,11 @@ HEAD meta-yocto-bsp + + 3 + 0 + 3 + master + meta-yocto-bsp + -- 2.47.3