diff options
author | Javier Jardón <jjardon@gnome.org> | 2017-11-26 23:40:38 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2017-12-12 15:58:11 +0000 |
commit | 7aad5150f69da42b84994c353283db5daf8e967f (patch) | |
tree | 813f30921faea689677aa308bd61488229266d06 /elements/systems | |
parent | fa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff) | |
download | definitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz |
Add BuildStream converted files
This is made by a conversion made in
commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions
Check there to know what exact versions of YBD and defs2bst was used
Diffstat (limited to 'elements/systems')
-rw-r--r-- | elements/systems/base-system-content.bst | 8 | ||||
-rw-r--r-- | elements/systems/build-system-content.bst | 26 | ||||
-rw-r--r-- | elements/systems/genivi-demo-platform-content.bst | 39 | ||||
-rw-r--r-- | elements/systems/gnome-system-content.bst | 49 | ||||
-rw-r--r-- | elements/systems/ivi-system-content.bst | 51 | ||||
-rw-r--r-- | elements/systems/minimal-system-content.bst | 6 | ||||
-rw-r--r-- | elements/systems/openstack-system-content.bst | 35 | ||||
-rw-r--r-- | elements/systems/trove-system-content.bst | 29 | ||||
-rw-r--r-- | elements/systems/weston-qt5-system-content.bst | 33 | ||||
-rw-r--r-- | elements/systems/weston-system-content.bst | 26 |
10 files changed, 302 insertions, 0 deletions
diff --git a/elements/systems/base-system-content.bst b/elements/systems/base-system-content.bst new file mode 100644 index 00000000..f5f0be04 --- /dev/null +++ b/elements/systems/base-system-content.bst @@ -0,0 +1,8 @@ +kind: stack +description: The set of strata required to have a minimal system for a 64-bit x86 + system. +depends: +- gnu-toolchain.bst +- core.bst +- foundation.bst +- bsp-generic.bst diff --git a/elements/systems/build-system-content.bst b/elements/systems/build-system-content.bst new file mode 100644 index 00000000..b2e5ae0f --- /dev/null +++ b/elements/systems/build-system-content.bst @@ -0,0 +1,26 @@ +kind: stack +description: The system that should be used for building all other Baserock systems + for 64-bit Intel x86 computers. +depends: +- gnu-toolchain.bst +- core.bst +- foundation.bst +- python2-core.bst +- bsp-generic.bst +- tools.bst +- python-cliapp.bst +- python-pygobject.bst +- python-wsgi.bst +- morph-utils.bst +- nfs.bst +- python-common.bst +- ansible.bst +- cloudinit-support.bst +- openstack-common.bst +- openstack-clients.bst +- devtools.bst +- libsoup-common.bst +- glib-common.bst +- pcre-utils.bst +- ostree-core.bst +- sandboxing.bst diff --git a/elements/systems/genivi-demo-platform-content.bst b/elements/systems/genivi-demo-platform-content.bst new file mode 100644 index 00000000..97e8153c --- /dev/null +++ b/elements/systems/genivi-demo-platform-content.bst @@ -0,0 +1,39 @@ +kind: stack +description: A GENIVI demo platform for a 64-bit x86 system. +depends: +- gnu-toolchain.bst +- core.bst +- cpp-common-libs.bst +- python2-core.bst +- glib-common.bst +- pcre-utils.bst +- foundation.bst +- bsp-generic.bst +- connectivity.bst +- connman-common.bst +- device-management.bst +- bluetooth.bst +- sound-server-pulseaudio.bst +- libdrm-common.bst +- multimedia-common.bst +- multimedia-gstreamer.bst +- navigation.bst +- genivi/genivi.bst +- wayland-generic.bst +- graphics-common.bst +- input-common.bst +- ivi-common.bst +- llvm-common.bst +- mesa-common.bst +- x-common.bst +- genivi/weston-genivi.bst +- ruby.bst +- icu-common.bst +- qt5-tools.bst +- qt5-tools-qtmultimedia.bst +- qt5-tools-qtwebkit.bst +- qt5-tools-qtwayland.bst +- python-pygobject.bst +- genivi/genivi-demo-platform-libs.bst +- genivi/genivi-demo-platform.bst +- tools.bst diff --git a/elements/systems/gnome-system-content.bst b/elements/systems/gnome-system-content.bst new file mode 100644 index 00000000..9a20346e --- /dev/null +++ b/elements/systems/gnome-system-content.bst @@ -0,0 +1,49 @@ +kind: stack +description: A GNOME system system. +depends: +- gnu-toolchain.bst +- bluetooth.bst +- bsp-generic.bst +- NetworkManager-common.bst +- core.bst +- data-indexing-management.bst +- device-management.bst +- dlna-services.bst +- foundation.bst +- geolocation.bst +- glib-common.bst +- pcre-utils.bst +- gnome/gnome.bst +- graphics-common.bst +- gtk-deps.bst +- gtk2.bst +- gtk3.bst +- input-common.bst +- llvm-common.bst +- mesa-common.bst +- multimedia-common.bst +- multimedia-hardware-codecs-x86.bst +- multimedia-gstreamer.bst +- multimedia-gstreamer-openmax-generic.bst +- privileges-management.bst +- python2-core.bst +- python3-gobject.bst +- libsoup-common.bst +- ruby.bst +- libdrm-common.bst +- vala-common.bst +- wayland-generic.bst +- weston-common.bst +- x-common.bst +- x-drivers.bst +- x-generic.bst +- ostree-core.bst +- gnome/flatpak-common.bst +- network-security.bst +- icu-common.bst +- samba.bst +- secret-service.bst +- sound-server-pulseaudio.bst +- spell-checking.bst +- storage-management.bst +- cups.bst diff --git a/elements/systems/ivi-system-content.bst b/elements/systems/ivi-system-content.bst new file mode 100644 index 00000000..b34329b0 --- /dev/null +++ b/elements/systems/ivi-system-content.bst @@ -0,0 +1,51 @@ +kind: stack +description: A generic IVI system with components from GENIVI and AGL +depends: +- gnu-toolchain.bst +- bluetooth.bst +- bsp-x86_both-tools.bst +- ivi/bsp-x86_64-ivi.bst +- core.bst +- cpp-common-libs.bst +- data-indexing-management.bst +- device-management.bst +- dlna-services.bst +- erlang.bst +- foundation.bst +- geolocation.bst +- glib-common.bst +- pcre-utils.bst +- graphics-common.bst +- icu-common.bst +- input-common.bst +- ivi-common.bst +- libdrm-common.bst +- libsoup-common.bst +- llvm-common.bst +- mesa-common.bst +- multimedia-common.bst +- multimedia-hardware-codecs-x86.bst +- multimedia-gstreamer.bst +- multimedia-gstreamer-openmax-generic.bst +- navigation.bst +- network-security.bst +- NetworkManager-common.bst +- privileges-management.bst +- python2-core.bst +- python3-gobject.bst +- ivi/qt5-ivi.bst +- qt5-tools.bst +- qt5-tools-qtmultimedia.bst +- qt5-tools-qtwebengine.bst +- qt5-tools-qtwayland.bst +- ruby.bst +- samba.bst +- secret-service.bst +- sound-server-pulseaudio.bst +- spell-checking.bst +- storage-management.bst +- vala-common.bst +- wayland-generic.bst +- weston-common.bst +- x-common.bst +- ivi/rvi.bst diff --git a/elements/systems/minimal-system-content.bst b/elements/systems/minimal-system-content.bst new file mode 100644 index 00000000..d21bdd0f --- /dev/null +++ b/elements/systems/minimal-system-content.bst @@ -0,0 +1,6 @@ +kind: stack +description: The set of strata required to have a minimal system for a 64-bit x86 + system. +depends: +- gnu-toolchain.bst +- bsp-generic.bst diff --git a/elements/systems/openstack-system-content.bst b/elements/systems/openstack-system-content.bst new file mode 100644 index 00000000..e93b276c --- /dev/null +++ b/elements/systems/openstack-system-content.bst @@ -0,0 +1,35 @@ +kind: stack +description: Openstack system in baserock for the x86_64 architecture +depends: +- gnu-toolchain.bst +- core.bst +- python2-core.bst +- python-pygobject.bst +- python-common.bst +- foundation.bst +- bsp-generic.bst +- coreutils-common.bst +- devtools.bst +- tools.bst +- cloudinit-support.bst +- unmaintained/lvm.bst +- unmaintained/virtualization.bst +- connectivity.bst +- unmaintained/networking-utils.bst +- nfs.bst +- unmaintained/databases.bst +- erlang.bst +- unmaintained/apache-httpd-server.bst +- unmaintained/django.bst +- unmaintained/xstatic.bst +- openstack-common.bst +- openstack-clients.bst +- unmaintained/openstack-services.bst +- ansible.bst +- unmaintained/ntpd.bst +- libsoup-common.bst +- glib-common.bst +- pcre-utils.bst +- unmaintained/test-tools.bst +- swift.bst +- python-tools.bst diff --git a/elements/systems/trove-system-content.bst b/elements/systems/trove-system-content.bst new file mode 100644 index 00000000..f6b51ece --- /dev/null +++ b/elements/systems/trove-system-content.bst @@ -0,0 +1,29 @@ +kind: stack +description: Trove server +depends: +- gnu-toolchain.bst +- bsp-generic.bst +- foundation.bst +- core.bst +- python2-core.bst +- trove/python3-core.bst +- tools.bst +- python-cliapp.bst +- python-pygobject.bst +- python-wsgi.bst +- libsoup-common.bst +- glib-common.bst +- pcre-utils.bst +- ostree-core.bst +- morph-utils.bst +- lorry.bst +- trove/lorry-controller.bst +- trove/trove.bst +- lighttpd-server.bst +- nfs.bst +- python-common.bst +- ansible.bst +- cloudinit-support.bst +- devtools.bst +- trove/fail2ban-common.bst +- connectivity.bst diff --git a/elements/systems/weston-qt5-system-content.bst b/elements/systems/weston-qt5-system-content.bst new file mode 100644 index 00000000..787aac73 --- /dev/null +++ b/elements/systems/weston-qt5-system-content.bst @@ -0,0 +1,33 @@ +kind: stack +description: A system that is able to build other systems based on the 64-bit x86 + architecture. +depends: +- gnu-toolchain.bst +- core.bst +- coreutils-common.bst +- device-management.bst +- foundation.bst +- bluetooth.bst +- sound-server-pulseaudio.bst +- libdrm-common.bst +- multimedia-common.bst +- multimedia-gstreamer.bst +- bsp-generic.bst +- tools.bst +- glib-common.bst +- pcre-utils.bst +- wayland-generic.bst +- graphics-common.bst +- input-common.bst +- llvm-common.bst +- mesa-common.bst +- weston-common.bst +- x-common.bst +- x-generic.bst +- qt5-tools.bst +- qt5-tools-qtmultimedia.bst +- qt5-tools-qtwebengine.bst +- qt5-tools-qtwayland.bst +- connectivity.bst +- connman-common.bst +- icu-common.bst diff --git a/elements/systems/weston-system-content.bst b/elements/systems/weston-system-content.bst new file mode 100644 index 00000000..1eefb043 --- /dev/null +++ b/elements/systems/weston-system-content.bst @@ -0,0 +1,26 @@ +kind: stack +description: A weston system for a 64-bit x86 system. +depends: +- gnu-toolchain.bst +- core.bst +- coreutils-common.bst +- device-management.bst +- foundation.bst +- bsp-generic.bst +- connectivity.bst +- bluetooth.bst +- libdrm-common.bst +- multimedia-common.bst +- multimedia-gstreamer.bst +- wayland-generic.bst +- graphics-common.bst +- input-common.bst +- llvm-common.bst +- mesa-common.bst +- sound-server-pulseaudio.bst +- weston-common.bst +- x-common.bst +- x-generic.bst +- tools.bst +- glib-common.bst +- pcre-utils.bst |