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:
Otavio Salvador 2015-03-10 15:04:29 -03:00
parent d875511031
commit 6ba1fd2fa5

View File

@ -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 = ""