mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
Rework machines to use dtb file in KERNEL_DEVICETREE variable
The linux-dtb.inc has been reworked to use the Linux kernel build system to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable should has the /target/ name, not the file path. This patch reworks following machines: - imx233-olinuxino-* - m28evk - m53evk Change-Id: I824e818f50de094fe1b25ef3ea202abd90093650 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
f6cc86276b
commit
53cae59d3a
|
@ -9,7 +9,7 @@ UBOOT_MACHINE = "mx23_olinuxino_config"
|
|||
SOC_FAMILY = "mxs:mx23:imx233-olinuxino"
|
||||
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-olinuxino.dts"
|
||||
KERNEL_DEVICETREE = "imx23-olinuxino.dtb"
|
||||
|
||||
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
||||
IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
|
||||
|
|
|
@ -11,7 +11,7 @@ UBOOT_MACHINE = "m28evk_config"
|
|||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-fslc"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx28-m28evk.dts"
|
||||
KERNEL_DEVICETREE = "imx28-m28evk.dtb"
|
||||
|
||||
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
||||
IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
|
||||
|
|
|
@ -13,7 +13,7 @@ UBOOT_MACHINE = "m53evk_config"
|
|||
PREFERRED_PROVIDER_virtual/kernel = "linux-denx"
|
||||
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-m53evk.dts"
|
||||
KERNEL_DEVICETREE = "imx53-m53evk.dtb"
|
||||
|
||||
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
||||
IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
|
||||
|
|
Loading…
Reference in New Issue
Block a user