imx-setup-release.sh: Extend distro test to i.MX 9

The distro test is valid for i.MX 9 as well.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
Tom Hochstein 2024-06-26 13:12:36 -05:00
parent 09c11851e7
commit e0d6e8614f

View File

@ -98,21 +98,21 @@ if [ -z "$MACHINE" ]; then
fi fi
case $MACHINE in case $MACHINE in
imx8*) imx6*|imx7*)
: ok
;;
*)
case $FSLDISTRO in case $FSLDISTRO in
*wayland) *wayland)
: ok : ok
;; ;;
*) *)
echo -e "\n ERROR - Only Wayland distros are supported for i.MX 8 or i.MX 8M" echo -e "\n ERROR - Only Wayland distros are supported for $MACHINE"
echo -e "\n" echo -e "\n"
return 1 return 1
;; ;;
esac esac
;; ;;
*)
: ok
;;
esac esac
# Override the click-through in meta-freescale # Override the click-through in meta-freescale