mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx6sl-warp: Disable FSL-specific support
The kernel used in WaRP is based on Linux mainline so the FSL-specific headers does not exist. The removal here allow the machine to be build without errors. Change-Id: I8ba8e6790ab4c1aeaaae3c2ad129c3b434d40a83 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
d875511031
commit
6ba1fd2fa5
|
@ -36,3 +36,10 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
|
|||
KERNEL_DEVICETREE = "imx6sl-warp.dtb"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
|
||||
# The kernel used is based on Linux mainline so the FSL-specific
|
||||
# headers does not exist. The removal here allow the machine to be
|
||||
# build without errors.
|
||||
MACHINE_EXTRA_RRECOMMENDS_remove = "fsl-alsa-plugins"
|
||||
PREFERRED_VERSION_imx-test = "00.00.00"
|
||||
MACHINE_GSTREAMER_PLUGIN_imx6sl-warp = ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user