summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAna Huelamo <ana.huelamo@codethink.co.uk>2016-11-15 15:28:08 +0000
committerAna Huelamo <ana.huelamo@codethink.co.uk>2016-11-16 10:05:50 +0000
commita0d90863f32cad5df4f396f9d1538a5259adcb08 (patch)
treeaa3c702466559d850ee5f7ad44cdf89d4da64826
parent0641852ad57d955a009d8ab2e3edcddf2a4d64d7 (diff)
downloaddefinitions-a0d90863f32cad5df4f396f9d1538a5259adcb08.tar.gz
[testing] Build systems in this branch
Just building gnome and ivi systems to test /usr merge
-rw-r--r--.gitlab-ci.yml98
-rw-r--r--gnome/systems/gnome-system-x86_64.morph4
2 files changed, 2 insertions, 100 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e984756..33795691 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,112 +9,14 @@ before_script:
- mkdir -p /ostree/repo
- ostree init --repo=/ostree/repo
-build-system-x86_64-chroot-build:
- stage: build
- script:
- - ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
-#build-system-x86_64-chroot-deploy:
-# stage: deploy
-# dependencies:
-# - build-system-x86_64-chroot-build
-# script:
-# - ybd/ybd.py clusters/build-system-x86_64-chroot-deploy.morph x86_64
-# artifacts:
-# name: "${CI_BUILD_NAME}-${CI_BUILD_REF}"
-# paths:
-# - build-system-x86_64-chroot.tar
-# only:
-# - master
-# - /^staging\/.*$/
-
-#build-system-armv7lhf-rootfs-build:
-# stage: build
-# script:
-# - sudo ybd/ybd.py systems/build-system-armv7lhf-rootfs.morph armv7lhf
-# tags:
-# - armv7l
-# only:
-# - master
-# - /^staging\/.*$/
-
-devel-build-64:
- stage: build
- script:
- - ybd/ybd.py systems/devel-system-x86_64-generic.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
-genivi-baseline-build-64:
- stage: build
- script:
- - ybd/ybd.py genivi/systems/genivi-baseline-system-x86_64-generic.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
-genivi-demo-platform-build-64:
- stage: build
- script:
- - ybd/ybd.py genivi/systems/genivi-demo-platform-x86_64-generic.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
ivi-build-64:
stage: build
script:
- ybd/ybd.py ivi/systems/ivi-system-x86_64.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
- only:
- - master
- - /^staging\/.*$/
gnome-build-64:
stage: build
script:
- ybd/ybd.py gnome/systems/gnome-system-x86_64.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
-minimal-build-64:
- stage: build
- script:
- - ybd/ybd.py systems/minimal-system-x86_64-generic.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
-trove-build-64:
- stage: build
- script:
- - ybd/ybd.py trove/systems/trove-system-x86_64.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
-weston-build-64:
- stage: build
- script:
- - ybd/ybd.py weston/systems/weston-system-x86_64-generic.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
-weston-qt-build-64:
- stage: build
- script:
- - ybd/ybd.py weston/systems/weston-qt5-system-x86_64.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
- only:
- - master
- - /^staging\/.*$/
diff --git a/gnome/systems/gnome-system-x86_64.morph b/gnome/systems/gnome-system-x86_64.morph
index 5fea7529..9dcfec86 100644
--- a/gnome/systems/gnome-system-x86_64.morph
+++ b/gnome/systems/gnome-system-x86_64.morph
@@ -3,10 +3,10 @@ kind: system
description: A GNOME system system.
arch: x86_64
strata:
-- name: bsp-x86_64-generic
- morph: strata/bsp-x86_64-generic.morph
- name: build-essential
morph: strata/build-essential.morph
+- name: bsp-x86_64-generic
+ morph: strata/bsp-x86_64-generic.morph
- name: bluetooth
morph: strata/bluetooth.morph
- name: NetworkManager-common