diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-07-20 15:20:32 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-07-24 09:59:33 -0700 |
| commit | 066a04425c318dd20dfe7806a5aa976e377a39a5 (patch) | |
| tree | 301ea8da3c1f7286f8dba0bde3a2a4fe81fa43d6 /scripts | |
| parent | 4dc69a75502cb8f184b003e13117999f136b7899 (diff) | |
| download | meta-security-066a04425c318dd20dfe7806a5aa976e377a39a5.tar.gz | |
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>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/ci-build.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh deleted file mode 100755 index b6f1dda..0000000 --- a/scripts/ci-build.sh +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | #! /bin/bash | ||
| 2 | |||
| 3 | set -e | ||
| 4 | |||
| 5 | CONF=$1 | ||
| 6 | shift 1 | ||
| 7 | IMAGES=$@ | ||
| 8 | |||
| 9 | ( kas shell kas/${CONF}.yml -c "bitbake --setscene-only ${IMAGES}" || true ) | sed -e '/^NOTE: .*Started$/d' -e '/^NOTE: Running /d' | ||
| 10 | kas shell kas/${CONF}.yml -c "bitbake --skip-setscene ${IMAGES}" | sed -e '/^NOTE: .*Started$/d' -e '/^NOTE: Running /d' | ||
