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>
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