mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
cubox-i: Stop including imx6sabresd-common
The CuBox-i is not a directly based board of i.MX6 SabreSD board and we shouldn't depend on that file otherwise changes in that file may affect cubox-i based images and this is not desired. Change-Id: Ie368da88caf98284e7fbbdee97f5e98f7563d051 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
37c793bea4
commit
1c0b216988
|
@ -9,7 +9,8 @@
|
|||
# machine type upon booting. SOC_FAMILY includes all SoCs from all of these machines
|
||||
# to let recipes include firmware etc. for all of these SoCs.
|
||||
|
||||
require conf/machine/include/imx6sabresd-common.inc
|
||||
require conf/machine/include/imx-base.inc
|
||||
require conf/machine/include/tune-cortexa9.inc
|
||||
|
||||
SOC_FAMILY = "mx6:mx6s:mx6dl:mx6q"
|
||||
|
||||
|
@ -26,4 +27,7 @@ SPL_BINARY = "SPL"
|
|||
|
||||
BOOT_SCRIPTS = "${UENV_FILENAME}:uEnv.txt"
|
||||
|
||||
MACHINE_FEATURES += "alsa bluetooth irda serial usbhost wifi"
|
||||
MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth irda serial usbhost wifi"
|
||||
MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user