diff options
author | 2023-07-31 21:39:43 +0200 | |
---|---|---|
committer | 2023-08-01 12:27:22 +0200 | |
commit | 0dd35e992142cba6a94fd2f6512db6fdf49c39a0 (patch) | |
tree | 8e61eddb3554cfbf17f5592dca340f4153ace226 | |
parent | c46f6ceb2fe387d4a8295ebb3e13068e870802ea (diff) |
Update for pike.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Iab5a540997697b7e1c2c9adcbb34f06246a5b80f
-rw-r--r-- | jjb/common/include-agl-header.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}\"" |