[Toaster] [PATCH 1/3] toaster: Update oe-core fixture for Morty release

2016-10-13 Thread brian avery
Update the oe-core fixture to the Morty release. This removes the master branch from the release and limits it to the morty branch. Normally, we would also support at least one past branch but the change from Python 2.7 -> Python 3 makes that infeasible. Signed-off-by: brian avery --- bitbake/l

[Toaster] [PATCH 3/3] toaster: Update default release to Morty

2016-10-13 Thread brian avery
Set Morty to be the default release in toaster for the Morty release when creating new projects. Signed-off-by: brian avery --- bitbake/lib/toaster/orm/fixtures/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/orm/fixtures/settings.xml b/bitba

[Toaster] [PATCH 2/3] toaster: Update poky fixture for Morty release

2016-10-13 Thread brian avery
Update the poky fixture to the Morty release. This removes the master branch from the release and limits it to the morty branch. Normally, we would also support at least one past branch but the change from Python 2.7 -> Python 3 makes that infeasible. Signed-off-by: brian avery --- bitbake/lib/

[Toaster] [PATCH 0/3] [Morty] toaster:update fixtures for morty release

2016-10-13 Thread brian avery
This changes the fixtures for toaster in Morty so that 1) We only allow the morty branch for new projects 2) we default to morty when making a new project. This release we do not support building older releases due to the Python 2.7 -> Python 3 change Morty represents. This patch set updates both