# meta-imx-liri **Repository Path**: githubmap/meta-imx-liri ## Basic Information - **Project Name**: meta-imx-liri - **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 NXP Yocto Support for Liri Desktop This Yocto layer provides support for building Liri Desktop on NXP i.MX8 machines. It has been built only with the xwayland backend. This is not tested and not supported. It is a DEMO only. Build instructions: Install the `repo` utility: $: mkdir ~/bin $: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo $: chmod a+x ~/bin/repo $: PATH=${PATH}:~/bin Download the BSP Yocto Project Environment $: mkdir imx-yocto-bsp $: cd imx-yocto-bsp $: repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.24-2.1.0_liridesktop.xml $: repo sync Setup and Build for XWayland This example uses imx8qmmek MACHINE as example but you can build any mx8 machine $: MACHINE=imx8qmmek DISTRO=fsl-imx-xwayland source ./fsl-setup-release.sh -b build-liri Hook in liridesktop layers $: source ../sources/meta-imx-liri/tools/hook-in-liri.sh Image to build liri desktop: $: bitbake lirios-image