drop ci-build: it is hiding errors

call kas from .gitlab-ci
fix typos
add missing mips64 file
add main layer workaround

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2020-07-20 15:20:32 -07:00
parent 4dc69a7550
commit 066a04425c
4 changed files with 22 additions and 27 deletions

View File

@@ -1,10 +0,0 @@
#! /bin/bash
set -e
CONF=$1
shift 1
IMAGES=$@
( kas shell kas/${CONF}.yml -c "bitbake --setscene-only ${IMAGES}" || true ) | sed -e '/^NOTE: .*Started$/d' -e '/^NOTE: Running /d'
kas shell kas/${CONF}.yml -c "bitbake --skip-setscene ${IMAGES}" | sed -e '/^NOTE: .*Started$/d' -e '/^NOTE: Running /d'