diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-17 14:02:08 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-17 15:00:20 +0200 |
commit | 689c05855b7c61b9694d6158a686de1035831d33 (patch) | |
tree | f990c80d6416a8bddc2a24c4480d3068916bbf14 /jjb | |
parent | 2d8189ed863ed5ad0caa0696acb579dd8d363c88 (diff) |
Update the destination folder name of the rpi4
We use the 64bit variant, thus the output folder will be tmp/deploy/images/raspberrypi4-64/ .
Change-Id: I90de9094050b7dbf874f6fa0ccfd0df3ab3eb271
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-header.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 6e118837..02e9cb92 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -159,6 +159,13 @@ if test x"h3ulcb-nogfx" = x"$MACHINE"; then export TARGETSDKIMAGE="agl-image-ivi-crosssdk" fi +if test x"raspberrypi4" = x"${MACHINE}" -a x"master" = x"${TARGETBRANCH}" ; then + export TARGETMACHINE="raspberrypi4-64" +fi +if test x"raspberrypi4" = x"${MACHINE}" -a x"jellyfish" = x"${TARGETBRANCH}" ; then + export TARGETMACHINE="raspberrypi4-64" +fi + #if $DEBUG; then set | grep ^TARGET || true set | grep ^GERRIT || true |