You can refer to the README file inside of Kirkstone's branch.
https://github.com/nxp-imx/imx-manifest/tree/imx-linux-kirkstone
To download the 5.15.71-2.2.0 release
$: repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.71-2.2.0.xml
To download the 5.15.52-2.1.0 release
$: repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.52-2.1.0.xml
To download the 5.15.32-2.0.0 release
$: repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.32-2.0.0.xml
Setup the build folder for a BSP release:
Note: The remaining instructions are for setting up a BSP release only. For setting up a demo, please see imx-manifest/README-<demo> for further instructions.
$: [MACHINE=<machine>] [DISTRO=fsl-imx-<backend>] source ./imx-setup-release.sh -b bld-<backend>
<machine> defaults to `imx6qsabresd`
<backend> Graphics backend type
xwayland Wayland with X11 support - default distro
wayland Wayland
fb Framebuffer (not supported for mx8)
Note if the poky community distro is used then build breaks will happen with some components using our meta-imx layer.
Examples:
$: MACHINE=imx8mnevk DISTRO=fsl-imx-xwayland source ./imx-setup-release.sh -b bld-xwayland
Build an image:
$: bitbake <image recipe>
Some image recipes:
| Image Name |
Description |
| imx-image-core |
core image with basic graphics and no multimedia |
| imx-image-multimedia |
image with multimedia and graphics |
| imx-image-full |
image with multimedia and machine learning and Qt |