mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
wandboard.inc: add file with common settings for wandboard boards
Currently the following variables can be shared among all the wandboard models: PREFERRED_PROVIDER_virtual/kernel, SERIAL_CONSOLE and MACHINE_FEATURES. Move them to a include file to avoid code duplication. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
This commit is contained in:
parent
8948a8ec42
commit
9376c69037
10
conf/machine/include/wandboard.inc
Normal file
10
conf/machine/include/wandboard.inc
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Common settings for wandboard boards
|
||||||
|
|
||||||
|
include conf/machine/include/imx-base.inc
|
||||||
|
include conf/machine/include/tune-cortexa9.inc
|
||||||
|
|
||||||
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
|
||||||
|
|
||||||
|
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||||
|
|
||||||
|
MACHINE_FEATURES += "pci"
|
|
@ -3,19 +3,14 @@
|
||||||
#@SOC: i.MX6DL
|
#@SOC: i.MX6DL
|
||||||
#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Duallite
|
#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Duallite
|
||||||
|
|
||||||
include conf/machine/include/imx-base.inc
|
include include/wandboard.inc
|
||||||
include conf/machine/include/tune-cortexa9.inc
|
|
||||||
|
|
||||||
SOC_FAMILY = "mx6:mx6dl:wandboard"
|
SOC_FAMILY = "mx6:mx6dl:wandboard"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
|
|
||||||
|
|
||||||
UBOOT_MACHINE = "wandboard_dl_config"
|
UBOOT_MACHINE = "wandboard_dl_config"
|
||||||
|
|
||||||
KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
|
KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
MACHINE_FEATURES += "bluetooth wifi"
|
||||||
|
|
||||||
MACHINE_FEATURES += " pci wifi bluetooth"
|
|
||||||
|
|
||||||
MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config"
|
MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config"
|
||||||
|
|
|
@ -3,19 +3,14 @@
|
||||||
#@SOC: i.MX6Q
|
#@SOC: i.MX6Q
|
||||||
#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Quad
|
#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Quad
|
||||||
|
|
||||||
include conf/machine/include/imx-base.inc
|
include include/wandboard.inc
|
||||||
include conf/machine/include/tune-cortexa9.inc
|
|
||||||
|
|
||||||
SOC_FAMILY = "mx6:mx6q:wandboard"
|
SOC_FAMILY = "mx6:mx6q:wandboard"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
|
|
||||||
|
|
||||||
UBOOT_MACHINE = "wandboard_quad_config"
|
UBOOT_MACHINE = "wandboard_quad_config"
|
||||||
|
|
||||||
KERNEL_DEVICETREE = "imx6q-wandboard.dtb"
|
KERNEL_DEVICETREE = "imx6q-wandboard.dtb"
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
MACHINE_FEATURES += "bluetooth wifi"
|
||||||
|
|
||||||
MACHINE_FEATURES += " pci wifi bluetooth"
|
|
||||||
|
|
||||||
MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config"
|
MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config"
|
||||||
|
|
|
@ -3,17 +3,10 @@
|
||||||
#@SOC: i.MX6S
|
#@SOC: i.MX6S
|
||||||
#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Solo
|
#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Solo
|
||||||
|
|
||||||
include conf/machine/include/imx-base.inc
|
include include/wandboard.inc
|
||||||
include conf/machine/include/tune-cortexa9.inc
|
|
||||||
|
|
||||||
SOC_FAMILY = "mx6:mx6s:wandboard"
|
SOC_FAMILY = "mx6:mx6s:wandboard"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
|
|
||||||
|
|
||||||
UBOOT_MACHINE = "wandboard_solo_config"
|
UBOOT_MACHINE = "wandboard_solo_config"
|
||||||
|
|
||||||
KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
|
KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
|
||||||
|
|
||||||
MACHINE_FEATURES += " pci wifi"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user