Handle bbe
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 7 Aug 2022 21:49:38 +0000 (23:49 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 7 Aug 2022 21:49:38 +0000 (23:49 +0200)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I06ad57ca850f4c263abdecddb1dbcf1e7ba96a9f

jjb/common/include-agl-header.sh

index 5ca80bd..d0bf0c5 100644 (file)
@@ -187,11 +187,9 @@ fi
 
 
 ##### needlefish integration
-if test x"master" = x"${TARGETBRANCH}" ; then
-
+if test x"master" = x"${TARGETBRANCH}" -o test x"needlefish" = x"${TARGETBRANCH}" ; then
     if test x"bbe" = x"${TARGETMACHINE}" ; then
       echo "Target not yet building - exit gracefully."
       exit 0
     fi
-
 fi
\ No newline at end of file