Updates for LL branch
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 2 Jul 2021 13:27:49 +0000 (15:27 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 2 Jul 2021 14:45:51 +0000 (16:45 +0200)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I41fd76d4077fc105f816727366aeb662a2a2afe8

jjb/ci-apps-verify/ci-apps-jjb.yaml
jjb/common/include-agl-header.sh
jjb/common/include-agl-run-test-prepare.sh
jjb/common/include-agl-set-compositor-image.sh
jjb/common/include-agl-set-html5-image.sh
jjb/common/include-apps-header.sh

index 1a2bdb3..da0ee16 100644 (file)
@@ -6,6 +6,7 @@
       - icefish
       - jellyfish
       - koi
+      - lamprey
     architecture:
       - aarch64
       - x86-64
index b11dd04..077aa1b 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"koi" = x"${TARGETBRANCH}"; then
+    if test x"master" = x"${TARGETBRANCH}" -o x"lamprey" = x"${TARGETBRANCH}" -o x"koi" = x"${TARGETBRANCH}"; then
         export TARGETFEATURES="${TARGETFEATURESnogfx} agl-refhw-h3"
     else
         export TARGETFEATURES="${TARGETFEATURESnogfx}"
index 15b2b84..a705309 100644 (file)
@@ -105,7 +105,7 @@ qemuarm64)
        gen_info || exit 0
 ;;
 h3ulcb-nogfx)
-       if test x"master" = x"${TARGETBRANCH}" -o x"koi" = x"${TARGETBRANCH}"; then
+       if test x"master" = x"${TARGETBRANCH}" -o x"lamprey" = x"${TARGETBRANCH}" -o x"koi" = x"${TARGETBRANCH}"; then
        lava_device=r8a7795-agl-refhw
        releng_device=r8a7795-agl-refhw
        gen_info || exit 0
index 10b6c7e..456b65d 100644 (file)
@@ -10,7 +10,7 @@ set -e
 ################################################################################
 
 # only run on master, jellyfish and icefish
-( echo "master jellyfish icefish koi" | grep -q $TARGETBRANCH ) || exit 0
+( echo "master jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
 
 # Use the agl-compositor
 export TARGETFEATURES="agl-demo agl-devel agl-netboot"
index 27188eb..33019c3 100644 (file)
@@ -10,7 +10,7 @@ set -e
 ################################################################################
 
 # only run on master, jellyfish and icefish
-( echo "master jellyfish icefish koi" | grep -q $TARGETBRANCH ) || exit 0
+( echo "master jellyfish icefish koi lamprey" | grep -q $TARGETBRANCH ) || exit 0
 
 export TARGETFEATURES="agl-demo agl-devel"
 export TARGETQA=""
index cb116fb..d71fcc3 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"koi" = x"${AGLBRANCH}" ; then
+           if test x"master" = x"$AGLBRANCH" -o x"jellyfish" = x"${AGLBRANCH}" -o x"lamprey" = x"${AGLBRANCH}" -o x"koi" = x"${AGLBRANCH}" ; then
                export TARGETSDKMACHINE="qemux86-64"
            else
                export TARGETSDKMACHINE="intel-corei7-64"