mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-14 14:36:02 +01:00
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:
parent
09c11851e7
commit
e0d6e8614f
|
|
@ -98,21 +98,21 @@ if [ -z "$MACHINE" ]; then
|
|||
fi
|
||||
|
||||
case $MACHINE in
|
||||
imx8*)
|
||||
imx6*|imx7*)
|
||||
: ok
|
||||
;;
|
||||
*)
|
||||
case $FSLDISTRO in
|
||||
*wayland)
|
||||
: 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"
|
||||
return 1
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
: ok
|
||||
;;
|
||||
esac
|
||||
|
||||
# Override the click-through in meta-freescale
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user