To get the BSP you need to have repo
installed.
$ mkdir ~/bin
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ PATH=${PATH}:~/bin
$ mkdir hovergames
$ cd hovergames
$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.24-2.1.0_hovergames.xml
$ repo sync
If you want to create a new build folder:
$ DISTRO=fsl-imx-xwayland MACHINE=imx8mmnavq source sources/meta-nxp-hovergames/tools/setup-hovergames -b build
If you want to build in an existing build folder:
$ cd hovergames
$ source setup-environment build
There is a regular image and a minimal image. The minimal image excludes build-on-target support and the weston desktop.
$ bitbake imx-image-hovergames
$ bitbake imx-image-hovergames-minimal