# meta-nxp-agl **Repository Path**: githubmap/meta-nxp-agl ## Basic Information - **Project Name**: meta-nxp-agl - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This builds the Wayland-Weston AGL image with the basic AGL interface using the NXP i.MX BSP layers in https://github.com/nxp-imx/meta-imx. Demos can then be run on top of this. The i.MX 8QuadMax and 8QuadXPlus Multisensory Environment Kits are supported. This image is not supported nor tested. It's simply a demo showing that the basic image runs. It runs on the i.MX Linux release indicated by the repo manifest name. Build instructions: To get the BSP you need to have `repo` installed. Install the `repo` utility (only need to do once per user): -------------------------------------------------- $: mkdir ~/bin $: curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo $: chmod a+x ~/bin/repo $: PATH=${PATH}:~/bin Download the BSP Yocto Project Environment into your directory: ------------------------------------------- $: mkdir imx-yocto-bsp $: cd imx-yocto-bsp $: repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.52-2.1.0_agl.xml $: repo sync Setup and Build for Wayland ------------------------------------------- $: source meta-agl/scripts/aglsetup.sh -m MACHINE agl-demo Supported machines: imx8qm-mek, imx8qxp-mek IMAGES ------------------------------------------- Most interesting results currently seen with: $: bitbake agl-demo-platform Other images: $: bitbake agl-image-minimal $: bitbake agl-image-ivi $: bitbake agl-image-weston