From: Jan-Simon Moeller Date: Mon, 31 Jul 2023 19:39:43 +0000 (+0200) Subject: Update for pike. X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=0dd35e992142cba6a94fd2f6512db6fdf49c39a0;p=ci-management.git Update for pike. Signed-off-by: Jan-Simon Moeller Change-Id: Iab5a540997697b7e1c2c9adcbb34f06246a5b80f --- diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 9b478c07..04b95007 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -187,7 +187,7 @@ fi ##### needlefish integration -if test x"master" = x"${TARGETBRANCH}" -o x"octopus" = x"${TARGETBRANCH}" -o x"needlefish" = x"${TARGETBRANCH}" ; then +if test x"master" = x"${TARGETBRANCH}" -o x"pike" = x"${TARGETBRANCH}" -o x"octopus" = x"${TARGETBRANCH}" -o x"needlefish" = x"${TARGETBRANCH}" ; then if test x"bbe" = x"${TARGETMACHINE}" ; then echo "Target only works for TELEMATICS PROFILE. Select this:" echo "TARGETFEATURES=\"${TARGETFEATURESnogfx}\""