Updates after marlin branch creation
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 24 Mar 2022 11:07:51 +0000 (12:07 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 24 Mar 2022 11:07:51 +0000 (12:07 +0100)
These need to be added.

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I046b917d214766f35180af362c9cdf869d329afd

jjb/common/include-agl-header.sh
jjb/common/include-agl-set-compositor-image.sh
jjb/common/include-agl-set-html5-image.sh
jjb/common/include-agl-set-iceg-lxc-image.sh
jjb/common/include-apps-header.sh

index 077aa1b..590bbb4 100644 (file)
@@ -158,7 +158,7 @@ if test x"h3ulcb-nogfx" = x"$MACHINE"; then
         export TARGETIMAGE=${TARGETIMAGEnogfx}
         export TARGETSDKIMAGE="agl-image-ivi-crosssdk"
     fi
-    if test x"master" = x"${TARGETBRANCH}" -o x"lamprey" = x"${TARGETBRANCH}" -o x"koi" = x"${TARGETBRANCH}"; then
+    if test x"master" = x"${TARGETBRANCH}" -o x"marlin" = x"${TARGETBRANCH}" -o x"lamprey" = x"${TARGETBRANCH}" -o x"koi" = x"${TARGETBRANCH}"; then
         export TARGETFEATURES="${TARGETFEATURESnogfx} agl-refhw-h3"
     else
         export TARGETFEATURES="${TARGETFEATURESnogfx}"
index 456b65d..4419e4a 100644 (file)
@@ -10,7 +10,7 @@ set -e
 ################################################################################
 
 # only run on master, jellyfish and icefish
-( echo "master jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
+( echo "master marlin jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
 
 # Use the agl-compositor
 export TARGETFEATURES="agl-demo agl-devel agl-netboot"
index 33019c3..2b48b63 100644 (file)
@@ -10,7 +10,7 @@ set -e
 ################################################################################
 
 # only run on master, jellyfish and icefish
-( echo "master jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
+( echo "master marlin jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
 
 export TARGETFEATURES="agl-demo agl-devel"
 export TARGETQA=""
index d18f0b3..44a6c4c 100644 (file)
@@ -10,7 +10,7 @@ set -e
 ################################################################################
 
 # only run on master, jellyfish and icefish
-( echo "master jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
+( echo "master marlin jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
 
 export TARGETFEATURES="agl-iceg agl-devel"
 export TARGETQA=""
index d71fcc3..b9ae1bd 100644 (file)
@@ -109,7 +109,7 @@ case "$TARGETARCH" in
        x86-64)
            export TARGETSDKARCH="corei7-64"
            # starting with master, we use qemu for the SDK.
-           if test x"master" = x"$AGLBRANCH" -o x"jellyfish" = x"${AGLBRANCH}" -o x"lamprey" = x"${AGLBRANCH}" -o x"koi" = x"${AGLBRANCH}" ; then
+           if test x"master" = x"$AGLBRANCH" -o x"jellyfish" = x"${AGLBRANCH}" -o x"marlin" = x"${AGLBRANCH}" -o x"lamprey" = x"${AGLBRANCH}" -o x"koi" = x"${AGLBRANCH}" ; then
                export TARGETSDKMACHINE="qemux86-64"
            else
                export TARGETSDKMACHINE="intel-corei7-64"