From 4074129b51049cd92afb1993673fe71081001ed3 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 18 Feb 2016 15:17:44 +0000 Subject: Add python3-core stratum, equivalent of python2-core There have been some important Python components not available for Python 3 users, such as PyYAML. This commit adds a python3-core stratu that contain everything from python2-core, but for use with Python 3. A couple of things are already in core.morph, so python2-core is not quite identical to python3-core. I've added this to Trove system so that can be merged. It can be added to other systems as needed. Change-Id: I9b742b942d64b0bc369596a689f33e6bc4c21935 --- systems/trove-system-x86_64.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems') diff --git a/systems/trove-system-x86_64.morph b/systems/trove-system-x86_64.morph index bd0a0ff4..43fd19fa 100644 --- a/systems/trove-system-x86_64.morph +++ b/systems/trove-system-x86_64.morph @@ -13,6 +13,8 @@ strata: morph: strata/core.morph - name: python2-core morph: strata/python2-core.morph +- name: python3-core + morph: strata/python3-core.morph - name: tools morph: strata/tools.morph - name: python-cliapp -- cgit v1.2.1 From 64677f85ef14e1de671c3475a0b6cba94ea3675d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 19 Feb 2016 14:09:07 +0000 Subject: Add navigation stratum Change-Id: Id307694528fb7eb70dc5eff8e7cea33ad3442e41 --- systems/genivi-demo-platform-armv7lhf-jetson.morph | 2 ++ systems/genivi-demo-platform-x86_64-generic.morph | 2 ++ 2 files changed, 4 insertions(+) (limited to 'systems') diff --git a/systems/genivi-demo-platform-armv7lhf-jetson.morph b/systems/genivi-demo-platform-armv7lhf-jetson.morph index d683a33e..f6bded35 100644 --- a/systems/genivi-demo-platform-armv7lhf-jetson.morph +++ b/systems/genivi-demo-platform-armv7lhf-jetson.morph @@ -27,6 +27,8 @@ strata: morph: strata/multimedia-common.morph - name: multimedia-gstreamer morph: strata/multimedia-gstreamer.morph +- name: navigation + morph: strata/navigation.morph - name: genivi morph: strata/genivi.morph - name: wayland-generic diff --git a/systems/genivi-demo-platform-x86_64-generic.morph b/systems/genivi-demo-platform-x86_64-generic.morph index 7b92faf1..724d3bf9 100644 --- a/systems/genivi-demo-platform-x86_64-generic.morph +++ b/systems/genivi-demo-platform-x86_64-generic.morph @@ -27,6 +27,8 @@ strata: morph: strata/multimedia-common.morph - name: multimedia-gstreamer morph: strata/multimedia-gstreamer.morph +- name: navigation + morph: strata/navigation.morph - name: genivi morph: strata/genivi.morph - name: wayland-generic -- cgit v1.2.1 From 219fb93712a19e6a0efb93b45ce318e2a91ddb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 23 Feb 2016 01:36:47 +0000 Subject: Add device-management stratum to GNOME systems Change-Id: I6faff35019b3bf630158c822fd1e98e4d981cfc0 --- systems/gnome-system-armv7lhf-jetson.morph | 2 ++ systems/gnome-system-x86_64.morph | 2 ++ 2 files changed, 4 insertions(+) (limited to 'systems') diff --git a/systems/gnome-system-armv7lhf-jetson.morph b/systems/gnome-system-armv7lhf-jetson.morph index 44cf5e80..c64b03f5 100644 --- a/systems/gnome-system-armv7lhf-jetson.morph +++ b/systems/gnome-system-armv7lhf-jetson.morph @@ -15,6 +15,8 @@ strata: morph: strata/core.morph - name: data-indexing-management morph: strata/data-indexing-management.morph +- name: device-management + morph: strata/device-management.morph - name: dlna-services morph: strata/dlna-services.morph - name: foundation diff --git a/systems/gnome-system-x86_64.morph b/systems/gnome-system-x86_64.morph index 2068397f..3c463c44 100644 --- a/systems/gnome-system-x86_64.morph +++ b/systems/gnome-system-x86_64.morph @@ -15,6 +15,8 @@ strata: morph: strata/core.morph - name: data-indexing-management morph: strata/data-indexing-management.morph +- name: device-management + morph: strata/device-management.morph - name: dlna-services morph: strata/dlna-services.morph - name: foundation -- cgit v1.2.1 From a5953ac2460459e051fad647d5f059a1b58e0899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 16 Feb 2016 17:02:33 +0000 Subject: Add multimedia-gstreamer-openmax-generic to GNOME system Change-Id: Ida199ea4723d1465b7b81a043d1ba959487411de --- systems/gnome-system-x86_64.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems') diff --git a/systems/gnome-system-x86_64.morph b/systems/gnome-system-x86_64.morph index 3c463c44..431da3b0 100644 --- a/systems/gnome-system-x86_64.morph +++ b/systems/gnome-system-x86_64.morph @@ -47,6 +47,8 @@ strata: morph: strata/multimedia-hardware-codecs-x86.morph - name: multimedia-gstreamer morph: strata/multimedia-gstreamer.morph +- name: multimedia-gstreamer-openmax-generic + morph: strata/multimedia-gstreamer-openmax-generic.morph - name: privileges-management morph: strata/privileges-management.morph - name: python2-core -- cgit v1.2.1 From 7576acb83db5a5504c0662b82c2974c620d444fb Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 6 Jan 2016 16:57:52 +0000 Subject: Stop using input-genivi for GENIVI systems This version is, not needed since the upgrade to weston 1.9 on these systems Change-Id: I36f569edd4abb125b9ddebe9ddcf58d5cf3888d8 --- systems/genivi-baseline-system-armv7lhf-jetson.morph | 4 ++-- systems/genivi-baseline-system-armv7lhf-versatile.morph | 4 ++-- systems/genivi-baseline-system-x86_64-generic.morph | 4 ++-- systems/genivi-demo-platform-armv7lhf-jetson.morph | 4 ++-- systems/genivi-demo-platform-x86_64-generic.morph | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'systems') diff --git a/systems/genivi-baseline-system-armv7lhf-jetson.morph b/systems/genivi-baseline-system-armv7lhf-jetson.morph index 59e2c86f..138ecc8c 100644 --- a/systems/genivi-baseline-system-armv7lhf-jetson.morph +++ b/systems/genivi-baseline-system-armv7lhf-jetson.morph @@ -31,8 +31,8 @@ strata: morph: strata/wayland-generic.morph - name: graphics-common morph: strata/graphics-common.morph -- name: input-genivi - morph: strata/input-genivi.morph +- name: input-common + morph: strata/input-common.morph - name: mesa-common morph: strata/mesa-common.morph - name: x-common diff --git a/systems/genivi-baseline-system-armv7lhf-versatile.morph b/systems/genivi-baseline-system-armv7lhf-versatile.morph index 6a69e3b2..09662627 100644 --- a/systems/genivi-baseline-system-armv7lhf-versatile.morph +++ b/systems/genivi-baseline-system-armv7lhf-versatile.morph @@ -31,8 +31,8 @@ strata: morph: strata/wayland-generic.morph - name: graphics-common morph: strata/graphics-common.morph -- name: input-genivi - morph: strata/input-genivi.morph +- name: input-common + morph: strata/input-common.morph - name: x-common morph: strata/x-common.morph - name: weston-genivi diff --git a/systems/genivi-baseline-system-x86_64-generic.morph b/systems/genivi-baseline-system-x86_64-generic.morph index 693437b4..d80ca21e 100644 --- a/systems/genivi-baseline-system-x86_64-generic.morph +++ b/systems/genivi-baseline-system-x86_64-generic.morph @@ -31,8 +31,8 @@ strata: morph: strata/wayland-generic.morph - name: graphics-common morph: strata/graphics-common.morph -- name: input-genivi - morph: strata/input-genivi.morph +- name: input-common + morph: strata/input-common.morph - name: llvm-common morph: strata/llvm-common.morph - name: mesa-common diff --git a/systems/genivi-demo-platform-armv7lhf-jetson.morph b/systems/genivi-demo-platform-armv7lhf-jetson.morph index f6bded35..c99739e1 100644 --- a/systems/genivi-demo-platform-armv7lhf-jetson.morph +++ b/systems/genivi-demo-platform-armv7lhf-jetson.morph @@ -35,8 +35,8 @@ strata: morph: strata/wayland-generic.morph - name: graphics-common morph: strata/graphics-common.morph -- name: input-genivi - morph: strata/input-genivi.morph +- name: input-common + morph: strata/input-common.morph - name: mesa-common morph: strata/mesa-common.morph - name: x-common diff --git a/systems/genivi-demo-platform-x86_64-generic.morph b/systems/genivi-demo-platform-x86_64-generic.morph index 724d3bf9..83d510b7 100644 --- a/systems/genivi-demo-platform-x86_64-generic.morph +++ b/systems/genivi-demo-platform-x86_64-generic.morph @@ -35,8 +35,8 @@ strata: morph: strata/wayland-generic.morph - name: graphics-common morph: strata/graphics-common.morph -- name: input-genivi - morph: strata/input-genivi.morph +- name: input-common + morph: strata/input-common.morph - name: llvm-common morph: strata/llvm-common.morph - name: mesa-common -- cgit v1.2.1 From 745598d9ece9aa38ab98d54a81617ede622fe546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 25 Feb 2016 14:00:54 +0000 Subject: strata/input-common.morph: Upgrade libinput to 1.2.0 Change-Id: I8804aa8d5c7d4a9d2ba714a518775e34b6b19f6f --- systems/genivi-baseline-system-armv7lhf-jetson.morph | 2 ++ systems/genivi-baseline-system-armv7lhf-versatile.morph | 2 ++ systems/genivi-baseline-system-x86_64-generic.morph | 2 ++ systems/genivi-demo-platform-armv7lhf-jetson.morph | 2 ++ systems/genivi-demo-platform-x86_64-generic.morph | 2 ++ systems/weston-qt5-system-x86_64.morph | 2 ++ systems/weston-system-armv7lhf-jetson.morph | 2 ++ systems/weston-system-x86_64-generic.morph | 2 ++ systems/xfce-system-x86_64.morph | 2 ++ 9 files changed, 18 insertions(+) (limited to 'systems') diff --git a/systems/genivi-baseline-system-armv7lhf-jetson.morph b/systems/genivi-baseline-system-armv7lhf-jetson.morph index 138ecc8c..ccf59f81 100644 --- a/systems/genivi-baseline-system-armv7lhf-jetson.morph +++ b/systems/genivi-baseline-system-armv7lhf-jetson.morph @@ -15,6 +15,8 @@ strata: morph: strata/connectivity.morph - name: connman-common morph: strata/connman-common.morph +- name: device-management + morph: strata/device-management.morph - name: audio-bluetooth morph: strata/audio-bluetooth.morph - name: glib-common diff --git a/systems/genivi-baseline-system-armv7lhf-versatile.morph b/systems/genivi-baseline-system-armv7lhf-versatile.morph index 09662627..74493383 100644 --- a/systems/genivi-baseline-system-armv7lhf-versatile.morph +++ b/systems/genivi-baseline-system-armv7lhf-versatile.morph @@ -15,6 +15,8 @@ strata: morph: strata/connectivity.morph - name: connman-common morph: strata/connman-common.morph +- name: device-management + morph: strata/device-management.morph - name: audio-bluetooth morph: strata/audio-bluetooth.morph - name: glib-common diff --git a/systems/genivi-baseline-system-x86_64-generic.morph b/systems/genivi-baseline-system-x86_64-generic.morph index d80ca21e..bbef3ee3 100644 --- a/systems/genivi-baseline-system-x86_64-generic.morph +++ b/systems/genivi-baseline-system-x86_64-generic.morph @@ -15,6 +15,8 @@ strata: morph: strata/connectivity.morph - name: connman-common morph: strata/connman-common.morph +- name: device-management + morph: strata/device-management.morph - name: audio-bluetooth morph: strata/audio-bluetooth.morph - name: glib-common diff --git a/systems/genivi-demo-platform-armv7lhf-jetson.morph b/systems/genivi-demo-platform-armv7lhf-jetson.morph index c99739e1..b2eef775 100644 --- a/systems/genivi-demo-platform-armv7lhf-jetson.morph +++ b/systems/genivi-demo-platform-armv7lhf-jetson.morph @@ -19,6 +19,8 @@ strata: morph: strata/connectivity.morph - name: connman-common morph: strata/connman-common.morph +- name: device-management + morph: strata/device-management.morph - name: audio-bluetooth morph: strata/audio-bluetooth.morph - name: libdrm-common diff --git a/systems/genivi-demo-platform-x86_64-generic.morph b/systems/genivi-demo-platform-x86_64-generic.morph index 83d510b7..17f077ad 100644 --- a/systems/genivi-demo-platform-x86_64-generic.morph +++ b/systems/genivi-demo-platform-x86_64-generic.morph @@ -19,6 +19,8 @@ strata: morph: strata/connectivity.morph - name: connman-common morph: strata/connman-common.morph +- name: device-management + morph: strata/device-management.morph - name: audio-bluetooth morph: strata/audio-bluetooth.morph - name: libdrm-common diff --git a/systems/weston-qt5-system-x86_64.morph b/systems/weston-qt5-system-x86_64.morph index b7fe546a..1e19a543 100644 --- a/systems/weston-qt5-system-x86_64.morph +++ b/systems/weston-qt5-system-x86_64.morph @@ -10,6 +10,8 @@ strata: morph: strata/core.morph - name: coreutils-common morph: strata/coreutils-common.morph +- name: device-management + morph: strata/device-management.morph - name: foundation morph: strata/foundation.morph - name: audio-bluetooth diff --git a/systems/weston-system-armv7lhf-jetson.morph b/systems/weston-system-armv7lhf-jetson.morph index 652c4690..5b25ebd0 100644 --- a/systems/weston-system-armv7lhf-jetson.morph +++ b/systems/weston-system-armv7lhf-jetson.morph @@ -10,6 +10,8 @@ strata: morph: strata/core.morph - name: coreutils-common morph: strata/coreutils-common.morph +- name: device-management + morph: strata/device-management.morph - name: foundation morph: strata/foundation.morph - name: bsp-jetson diff --git a/systems/weston-system-x86_64-generic.morph b/systems/weston-system-x86_64-generic.morph index 0adfa767..5e91fb71 100644 --- a/systems/weston-system-x86_64-generic.morph +++ b/systems/weston-system-x86_64-generic.morph @@ -9,6 +9,8 @@ strata: morph: strata/core.morph - name: coreutils-common morph: strata/coreutils-common.morph +- name: device-management + morph: strata/device-management.morph - name: foundation morph: strata/foundation.morph - name: bsp-x86_64-generic diff --git a/systems/xfce-system-x86_64.morph b/systems/xfce-system-x86_64.morph index fedddd57..62616000 100644 --- a/systems/xfce-system-x86_64.morph +++ b/systems/xfce-system-x86_64.morph @@ -9,6 +9,8 @@ strata: morph: strata/core.morph - name: coreutils-common morph: strata/coreutils-common.morph +- name: device-management + morph: strata/device-management.morph - name: python2-core morph: strata/python2-core.morph - name: foundation -- cgit v1.2.1