From f1914a1bcd968675f883d94293281f64099d60ec Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 3 Aug 2023 13:01:29 +0200 Subject: Update bbe integration Signed-off-by: Jan-Simon Moeller Change-Id: Ie3984c90f13fe6ce1eb15229e07957607c688957 --- jjb/common/include-agl-header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}\"" -- cgit 1.2.3-korg