diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-03 13:01:29 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-03 13:01:29 +0200 |
commit | f1914a1bcd968675f883d94293281f64099d60ec (patch) | |
tree | e8a2086c218f9e45a22be35c217891205a74fbfe /jjb | |
parent | 0dd35e992142cba6a94fd2f6512db6fdf49c39a0 (diff) |
Update bbe integration
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ie3984c90f13fe6ce1eb15229e07957607c688957
Diffstat (limited to 'jjb')
-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 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}\"" |