meta-imx/meta-imx-cockpit
Tom Hochstein 6023500372 cockpit/imx-atf: Adjust for base recipe simplification
The base recipe design is simplified. Adapt the overrides to the new
design, plus move the clean operations to do_configure as is
customary.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2025-07-28 12:50:05 -07:00
..
conf layer.conf: Add walnascar to compatible layer 2025-03-30 22:24:09 +08:00
recipes-bsp cockpit/imx-atf: Adjust for base recipe simplification 2025-07-28 12:50:05 -07:00
recipes-kernel/linux Revert "cockpit: linux-imx: Fix -Wincompatible-pointer-types [YOCIMX-8508]" 2024-11-13 11:07:26 -06:00
recipes-security/optee-os Rename all the layers in meta-imx [YOCIMX-7393] 2023-12-08 06:41:38 +01:00
README Rename all the layers in meta-imx [YOCIMX-7393] 2023-12-08 06:41:38 +01:00

To add the Digital Cockpit to the Linux Yocto Project build, follow the commands below

  • Setup the machine

$ MACHINE=imx8qmmek-cockpit-mek DISTRO=fsl-imx-xwayland . ./imx-setup-release.sh -b build-cockpit

  • Hook in the meta-imx-cockpit layer $ hook_in_layer meta-imx/meta-imx-cockpit

Before building add the following line to the local.conf UBOOT_CONFIG = "a72 a53"

When using the new machine configuration imx8qmmek-cockpit-mek this will automation include the chnages for the kernel, arm trusted firmware, imx-boot, system controller firmware and optee into any image that is built.

For more details on integration follow the i.MX Digital Cockpit User's Guide as a reference.