mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
colibri-vf: Fix mainline and NXP BXP support
We need to support both mainline and NXP BSP support, to allow that we need: - split generic and NXP BSP specific device trees - avoid setting the default Linux kernel if we use mainline BSP Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
a1500b3e8a
commit
dc20b515e0
|
@ -9,10 +9,19 @@ MACHINEOVERRIDES =. "vf:vf50:vf60:"
|
||||||
include conf/machine/include/imx-base.inc
|
include conf/machine/include/imx-base.inc
|
||||||
include conf/machine/include/tune-cortexa5.inc
|
include conf/machine/include/tune-cortexa5.inc
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex"
|
PREFERRED_PROVIDER_virtual/kernel_use-nxp-bsp ??= "linux-toradex"
|
||||||
|
|
||||||
KERNEL_IMAGETYPE = "zImage"
|
KERNEL_IMAGETYPE = "zImage"
|
||||||
KERNEL_DEVICETREE += "vf500-colibri-eval-v3.dtb vf610-colibri-eval-v3.dtb \
|
|
||||||
vf500-colibri-aster.dtb vf610-colibri-aster.dtb"
|
KERNEL_DEVICETREE = " \
|
||||||
|
vf500-colibri-eval-v3.dtb \
|
||||||
|
vf610-colibri-eval-v3.dtb \
|
||||||
|
"
|
||||||
|
|
||||||
|
KERNEL_DEVICETREE_append_use-nxp-bsp = " \
|
||||||
|
vf500-colibri-aster.dtb \
|
||||||
|
vf610-colibri-aster.dtb \
|
||||||
|
"
|
||||||
|
|
||||||
# U-Boot of our newer release read the Kernel and device tree from static UBI volumes,
|
# U-Boot of our newer release read the Kernel and device tree from static UBI volumes,
|
||||||
# hence no need to deploy the kernel binary in the image itself
|
# hence no need to deploy the kernel binary in the image itself
|
||||||
|
|
Loading…
Reference in New Issue
Block a user