mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-14 06:26:18 +01:00
meta-bsp --> meta-imx-bsp meta-sdk --> meta-imx-sdk meta-ml --> meta-imx-ml meta-v2x --> meta-imx-v2x meta-cockpit-->meta-imx-cockpit Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
i.MX Linux Yocto BSP layer for V2X support
|
|
==========================================
|
|
|
|
This layer provides support for i.MX-based Vehicle-to-Everything (V2X)
|
|
Communications, leveraging the internal HSM implementation in SECO / V2X IPs.
|
|
|
|
This layer applies to i.MX 8DXL parts only.
|
|
|
|
To use the layer add the following line to $BUILDDIR/conf/bblayers.conf:
|
|
|
|
BBLAYERS += "${BSPDIR}/sources/meta-imx/meta-imx-v2x"
|
|
|
|
For enabling profiling and tracing capabilities add the following in local.conf:
|
|
#
|
|
BBMASK:remove = "meta-imx-v2x/recipes-kernel/"
|
|
PACKAGECONFIG:pn-v2xsehsm:append = " lttng"
|
|
PACKAGECONFIG:pn-vtest:append = " lttng"
|
|
IMAGE_INSTALL:append = " lttng-tools"
|
|
#
|
|
|
|
The layer depends on:
|
|
|
|
URI: git://git.openembedded.org/meta-openembedded
|
|
branch: zeus
|
|
revision: Reference to the release manifest file (.xml) in the imx-manifest.git
|
|
|
|
URI: git://git.yoctoproject.org/meta-freescale
|
|
branch: zeus
|
|
revision: Reference to the release manifest file (.xml) in the imx-manifest.git
|
|
|
|
URI: git://git.yoctoproject.org/meta-freescale-distro
|
|
branch: zeus
|
|
revision: Reference to the release manifest file (.xml) in the imx-manifest.git
|
|
|
|
URI: git://github.com/nxp-imx/meta-imx
|
|
subdirectory: meta-imx-bsp
|
|
branch: the same branch as this layer
|
|
revision: the same revision as this layer
|
|
|
|
subdirectory: meta-imx-sdk
|
|
branch: the same branch as this layer
|
|
revision: the same revision as this layer
|