aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-apps-header.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2022-03-24 12:07:51 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2022-03-24 12:07:51 +0100
commit478362e509c173c7ce1baa1bfe1fb268489b01d7 (patch)
tree43653e02bafdf6a73cc0dc8ac34b9c9bb28a1d23 /jjb/common/include-apps-header.sh
parent5b9d6f8c44a4267842a2a7d2ec26d34c8a739948 (diff)
Updates after marlin branch creation
These need to be added. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I046b917d214766f35180af362c9cdf869d329afd
Diffstat (limited to 'jjb/common/include-apps-header.sh')
-rw-r--r--jjb/common/include-apps-header.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-apps-header.sh b/jjb/common/include-apps-header.sh
index d71fcc37..b9ae1bd6 100644
--- a/jjb/common/include-apps-header.sh
+++ b/jjb/common/include-apps-header.sh
@@ -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"