iwaita2ya / meta-nxp-hovergames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i.MX Linux Yocto Project BSP for HoverGames

Install the repo utility

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

Download the Yocto Project BSP

$ 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

Create a new build folder

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

Use an existing build folder

If you want to build in an existing build folder:

$ cd hovergames
$ source setup-environment build

Build the image

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

About


Languages

Language:Perl 76.2%Language:BitBake 19.4%Language:PHP 3.4%Language:Shell 0.9%