summaryrefslogtreecommitdiffstats
path: root/conf/fragments/bsp/nxp.conf
Commit message (Collapse)AuthorAgeFilesLines
* fragments/bsp: add FSLC and NXP BSP selection fragmentsDaiane Angolini2026-05-271-0/+32
BSP selection (linux-fslc vs linux-imx, u-boot-fslc vs u-boot-imx) previously required a separate DISTRO from meta-freescale-distro. These fragments let users express the same choice with DISTRO = "poky" without depending on a dedicated distro layer. The fslc fragment covers the mainline-tracking BSP (linux-fslc, u-boot-fslc). The nxp fragment covers the NXP downstream BSP (linux-imx, u-boot-imx) and carries the provider preferences and GStreamer version pins previously found in fsl-base.inc. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>