From c16a1bad33ec793164c36ba15e7def3fe860a859 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 4 Feb 2021 17:35:33 +0100 Subject: Changes for the koi branch in CI. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: Ie1080c88c643c5f1c74a4f115350efb47bfd83bd --- jjb/common/include-agl-header.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'jjb/common/include-agl-header.sh') diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index c837b934..b8b12ecb 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -155,7 +155,7 @@ set -x # h3ulcb-nogfx means no graphic drivers if test x"h3ulcb-nogfx" = x"$MACHINE"; then export TARGETIMAGE=${TARGETIMAGEnogfx} - if test x"master" = x"${TARGETBRANCH}" ; then + if test x"master" = x"${TARGETBRANCH}" -o x"koi" = x"${TARGETBRANCH}"; then export TARGETFEATURES="${TARGETFEATURESnogfx} agl-refhw-h3" else export TARGETFEATURES="${TARGETFEATURESnogfx}" @@ -171,6 +171,9 @@ fi if test x"raspberrypi4" = x"${MACHINE}" -a x"jellyfish" = x"${TARGETBRANCH}" ; then export TARGETMACHINE="raspberrypi4-64" fi +if test x"raspberrypi4" = x"${MACHINE}" -a x"koi" = x"${TARGETBRANCH}" ; then + export TARGETMACHINE="raspberrypi4-64" +fi #if $DEBUG; then set | grep ^TARGET || true -- cgit 1.2.3-korg