mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
machine/*: Allow kernel provider override
All machine configurations now allow user override of the preferred kernel provider. Signed-off-by: Gary Thomas <gary@mlbassoc.com>
This commit is contained in:
parent
c39c44c45c
commit
0512f5fd03
|
@ -4,7 +4,7 @@ include conf/machine/include/mxs-base.inc
|
||||||
|
|
||||||
SOC_FAMILY = "mxs:mx28:cfa10036"
|
SOC_FAMILY = "mxs:mx28:cfa10036"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-cfa"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-cfa"
|
||||||
|
|
||||||
IMAGE_BOOTLOADER = "barebox"
|
IMAGE_BOOTLOADER = "barebox"
|
||||||
BAREBOX_BINARY = "barebox"
|
BAREBOX_BINARY = "barebox"
|
||||||
|
|
|
@ -9,7 +9,7 @@ SOC_FAMILY = "mxs:mx28"
|
||||||
|
|
||||||
UBOOT_MACHINE = "m28evk_config"
|
UBOOT_MACHINE = "m28evk_config"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-fslc"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
|
||||||
KERNEL_IMAGETYPE = "uImage"
|
KERNEL_IMAGETYPE = "uImage"
|
||||||
KERNEL_DEVICETREE = "imx28-m28evk.dtb"
|
KERNEL_DEVICETREE = "imx28-m28evk.dtb"
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ SOC_FAMILY = "mx5:mx53"
|
||||||
|
|
||||||
UBOOT_MACHINE = "m53evk_config"
|
UBOOT_MACHINE = "m53evk_config"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-denx"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-denx"
|
||||||
|
|
||||||
KERNEL_IMAGETYPE = "uImage"
|
KERNEL_IMAGETYPE = "uImage"
|
||||||
KERNEL_DEVICETREE = "imx53-m53evk.dtb"
|
KERNEL_DEVICETREE = "imx53-m53evk.dtb"
|
||||||
|
|
|
@ -9,7 +9,7 @@ include conf/machine/include/tune-cortexa9.inc
|
||||||
SOC_FAMILY = "mx6:mx6s"
|
SOC_FAMILY = "mx6:mx6s"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
|
PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"
|
||||||
|
|
||||||
# Use SPI NOR U-Boot by default
|
# Use SPI NOR U-Boot by default
|
||||||
IMAGE_BOOTLOADER ?= ""
|
IMAGE_BOOTLOADER ?= ""
|
||||||
|
|
|
@ -8,7 +8,7 @@ include conf/machine/include/tune-cortexa9.inc
|
||||||
|
|
||||||
SOC_FAMILY = "mx6:mx6dl:wandboard"
|
SOC_FAMILY = "mx6:mx6dl:wandboard"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
|
||||||
|
|
||||||
UBOOT_MACHINE = "wandboard_dl_config"
|
UBOOT_MACHINE = "wandboard_dl_config"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ include conf/machine/include/tune-cortexa9.inc
|
||||||
|
|
||||||
SOC_FAMILY = "mx6:mx6q:wandboard"
|
SOC_FAMILY = "mx6:mx6q:wandboard"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
|
||||||
|
|
||||||
UBOOT_MACHINE = "wandboard_quad_config"
|
UBOOT_MACHINE = "wandboard_quad_config"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ include conf/machine/include/tune-cortexa9.inc
|
||||||
|
|
||||||
SOC_FAMILY = "mx6:mx6s:wandboard"
|
SOC_FAMILY = "mx6:mx6s:wandboard"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
|
||||||
|
|
||||||
UBOOT_MACHINE = "wandboard_solo_config"
|
UBOOT_MACHINE = "wandboard_solo_config"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user