mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 13:25:21 +02:00
riotboard: Fix broken image builds against linux-fslc
Several Yocto images fail to build because they're using packages that require imx6-specific hardware support (ASRC, VPU, GPU3D), which is not available in the mainline kernel. This patch affects the following image builds: - core-image-base - fsl-image-multimedia - fsl-image-multimedia-full - fsl-image-machine-test Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
9700f14f3e
commit
aab86df26c
|
@ -15,3 +15,8 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
|
|||
KERNEL_DEVICETREE = "imx6dl-riotboard.dtb"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc1"
|
||||
|
||||
# FIXME: Workaround for building against linux-fslc
|
||||
MACHINE_EXTRA_RRECOMMENDS_remove = "fsl-alsa-plugins"
|
||||
PREFERRED_VERSION_imx-test = "00.00.00"
|
||||
MACHINE_GSTREAMER_PLUGIN = ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user