[PATCH] Delete genivi-staging and reorder morphs
by Jonathan Maw
head: 90b1bdee61c6d06ebb14a47102c000ffbbbcd2dc
branch: baserock/jonathanmaw/S9000/reorder-morphs
repo: git://git.baserock.org/baserock/baserock/morphs
The diff may not be very informative, but this patch
petrified and unpetrified all the morphs so that if any
morphologies are changed programmatically, it doesn't reorder
everything and make diffs difficult to read.
This is necessary because changes to how we programmatically modify
morphologies included not storing the ordering of data, hence it
writes morphologies back out in alphabetical order.
Jonathan Maw (1):
Delete genivi-staging and reorder morph contents
audio-bluetooth.morph | 92 ++--
base-system-armv7-highbank.morph | 26 +-
base-system-armv7-versatile.morph | 26 +-
base-system-armv7b-highbank.morph | 26 +-
base-system-armv7b-vexpress-tc2.morph | 26 +-
base-system-x86_32-generic.morph | 26 +-
base-system-x86_64-generic.morph | 26 +-
bsp-armv7-highbank.morph | 16 +-
bsp-armv7-versatile.morph | 18 +-
bsp-armv7b-highbank.morph | 16 +-
bsp-armv7b-vexpress-tc2.morph | 16 +-
bsp-imx53.morph | 18 +-
bsp-wandboard.morph | 24 +-
bsp-x86_32-generic.morph | 28 +-
bsp-x86_64-generic.morph | 28 +-
build-essential.morph | 602 ++++++++++-----------
cloudinit-support.morph | 48 +-
connectivity.morph | 36 +-
core.morph | 220 ++++----
cross-bootstrap-system-x86_64-generic.morph | 10 +-
cross-bootstrap.morph | 74 ++--
devel-system-armv7-highbank.morph | 44 +-
devel-system-armv7-versatile.morph | 44 +-
devel-system-armv7-wandboard.morph | 44 +-
devel-system-armv7b-highbank.morph | 44 +-
devel-system-x86_32-generic.morph | 46 +-
devel-system-x86_64-generic.morph | 46 +-
enlightenment.morph | 74 ++--
foundation.morph | 118 ++--
genivi-baseline-system-armv7-versatile.morph | 44 +-
genivi-baseline-system-x86_64-generic.morph | 44 +-
genivi-foundation.morph | 26 +-
genivi-staging.morph | 17 -
genivi-wayland-armv7-versatile.morph | 22 +-
genivi-wayland-x86_64-generic.morph | 22 +-
genivi-x-armv7-versatile.morph | 22 +-
genivi-x-x86_64-generic.morph | 22 +-
genivi.morph | 48 +-
glanceclient.morph | 96 ++--
gtk2.morph | 116 ++--
lua.morph | 16 +-
multimedia-gstreamer-0.10.morph | 38 +-
multimedia.morph | 26 +-
nfs.morph | 48 +-
openstack-client-base-system-x86_32-generic.morph | 30 +-
openstack-client-base-system-x86_64-generic.morph | 30 +-
qt4-devel-system-x86_64-generic.morph | 46 +-
qt4-sdk.morph | 16 +-
qt4-tools.morph | 48 +-
qt5-devel-system-x86_64-generic.morph | 46 +-
qt5-sdk.morph | 22 +-
qt5-tools.morph | 162 +++---
tools.morph | 126 +++---
wayland-armv7-versatile.morph | 34 +-
wayland-x86_64-generic.morph | 34 +-
x-armv7-versatile.morph | 176 +++---
x-common.morph | 318 ++++++------
x-x86_64-generic.morph | 202 ++++----
xfce-system.morph | 50 +-
xfce.morph | 134 +++---
60 files changed, 1954 insertions(+), 1989 deletions(-)
delete mode 100644 genivi-staging.morph
--
1.7.9-rc0
10 years
[PATCHv2 0/4] Refactor branch-from-image
by Richard Maw
Repo: git://git.baserock.org/baserock/baserock/morph.git
Ref: baserock/richardmaw/S8847/branch-from-image-v3
SHA1: a2468159c731dbcf26dbb6483bcf50b5a81bccd8
Land: origin/master
Included in this series are the documentation changes requested in the
previous one.
The _initializing_system_branch() design has not been altered beyond
moving the _checkout_has_systems() check out to the callers.
Richard Maw (4):
b&m: Add system branch initializing context manager
b&m: checkout and branch use context manager
morphlib: Add SystemMetadataDir class
B&M: refactor branch-from-image
morphlib/__init__.py | 1 +
morphlib/plugins/branch_and_merge_new_plugin.py | 182 ++++++++++++++++++-----
morphlib/plugins/branch_and_merge_plugin.py | 12 +-
morphlib/systemmetadatadir.py | 87 +++++++++++
morphlib/systemmetadatadir_tests.py | 75 ++++++++++
tests.as-root/branch-from-image-works.script | 3 +-
6 files changed, 313 insertions(+), 47 deletions(-)
create mode 100644 morphlib/systemmetadatadir.py
create mode 100644 morphlib/systemmetadatadir_tests.py
--
1.7.10.4
10 years
[PATCH] Do not allow cross-building
by Pedro Alvarez
Repo: git://git.baserock.org/baserock/baserock/morph.git
Branch: baserock/pedroalvarez/cross-built-error
Sha1: a1f9da71ca175f16bbd9deeecbb29b8f29376832
Is to fix the RT#155, now morph will stop it the user is trying to do
a cross building, which is not supported.
Probably is not the best way of check the architecture, but I just
started to understand the morph code yesterday.
Pedro Alvarez (1):
RT#155 Do not allow cross building.
morphlib/buildcommand.py | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
1.7.10.4
10 years
[PATCH 0/2] Add Xfce
by Jonathan Maw
head: 77131eae0726bd3616edcb4f187b2be2fdc912d9
branch: baserock/xfce-build-rebase-2
repo: git://git.baserock.org/baserock/baserock/morphs
card: S8727
BIG SHINY NOTE! The specified 'head' is not the tip of the
baserock/xfce-build-rebase-2, but the commit that should be
merged - We no longer need to use the baserock/master branch,
since glib was successfully merged into baserock/morph.
As such, I have omitted the patch mail for the 'use baserock/master'
branch from this patch series.
Jonathan Maw (1):
Use baserock/master branch of glib, plus changing stratum refs
Paul Sherwood (1):
Add an Xfce system
audio-bluetooth.morph | 93 ++++++------
connectivity.morph | 37 +++---
foundation.morph | 120 ++++++++--------
genivi-foundation.morph | 27 ++--
genivi-x-x86_64-generic.morph | 23 ++--
genivi.morph | 49 ++++---
gtk2.morph | 94 ++++++++++++
multimedia.morph | 27 ++--
tools.morph | 140 +++++++++----------
x-common.morph | 319 +++++++++++++++++++++--------------------
x-x86_64-generic.morph | 203 +++++++++++++-------------
xfce-system.morph | 59 ++++++++
xfce.morph | 132 +++++++++++++++++
13 files changed, 803 insertions(+), 520 deletions(-)
create mode 100644 gtk2.morph
create mode 100644 xfce-system.morph
create mode 100644 xfce.morph
--
1.7.9-rc0
10 years