aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-08-03 13:01:29 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-08-03 13:01:29 +0200
commitf1914a1bcd968675f883d94293281f64099d60ec (patch)
treee8a2086c218f9e45a22be35c217891205a74fbfe
parent0dd35e992142cba6a94fd2f6512db6fdf49c39a0 (diff)
Update bbe integration
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ie3984c90f13fe6ce1eb15229e07957607c688957
-rw-r--r--jjb/common/include-agl-header.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh
index 04b95007..5f1a6667 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"pike" = x"${TARGETBRANCH}" -o x"octopus" = x"${TARGETBRANCH}" -o x"needlefish" = x"${TARGETBRANCH}" ; then
+if test x"lamprey" != x"${TARGETBRANCH}" ; then
if test x"bbe" = x"${TARGETMACHINE}" ; then
echo "Target only works for TELEMATICS PROFILE. Select this:"
echo "TARGETFEATURES=\"${TARGETFEATURESnogfx}\""