meta-imx/meta-v2x
Valentin Jec e7c83d7907 Change SRC_URIs to point to github istead of CAF [YOCIMX-6516]
The NXP BSP is moving from CAF to github, so update the recipes URLs and set PREMIRRORS to override the SRC_URIs.

Also update the paths to point to git.codelinaro.org

Signed-off-by: Valentin Jec <jec.valentin@nxp.com>
2022-09-14 20:29:48 +03:00
..
conf v2x: Disable/Enable profiling capabilities [YOCIMX-5295] 2021-03-10 13:45:24 +02:00
recipes-bsp/imx-seco v2x: imx-seco-libs: Regenerate the meta-v2x patch (8dxl only) to be applied after meta-imx patches 2021-02-05 20:30:33 +02:00
recipes-fsl v2x: Disable/Enable profiling capabilities [YOCIMX-5295] 2021-03-10 13:45:24 +02:00
recipes-kernel Introduce meta-v2x layer [YOCIMX-5194] 2021-02-01 18:12:17 -06:00
recipes-security Change SRC_URIs to point to github istead of CAF [YOCIMX-6516] 2022-09-14 20:29:48 +03:00
recipes-support/vtest Change SRC_URIs to point to github istead of CAF [YOCIMX-6516] 2022-09-14 20:29:48 +03:00
README Change SRC_URIs to point to github istead of CAF [YOCIMX-6516] 2022-09-14 20:29:48 +03:00

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-v2x"

For enabling profiling and tracing capabilities add the following in local.conf:

BBMASK_remove = "meta-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-bsp branch: the same branch as this layer revision: the same revision as this layer

subdirectory: meta-sdk branch: the same branch as this layer revision: the same revision as this layer