Module: meta-ti Branch: master Commit: 18697ca48bef2b0a23fe3d8433bcc1f7bd30e624 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=18697ca48bef2b0a23fe3d8433bcc1f7bd30e624
Author: Denys Dmytriyenko <[email protected]> Date: Tue Feb 14 04:22:53 2017 +0000 am180x-evm: update machine config to work with latest BSP Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/am180x-evm.conf | 4 +++- recipes-bsp/u-boot/u-boot-ti.inc | 1 + 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf index f83814e..ef248a3 100644 --- a/conf/machine/am180x-evm.conf +++ b/conf/machine/am180x-evm.conf @@ -11,6 +11,8 @@ UBOOT_SUFFIX = "ais" UBOOT_ENTRYPOINT = "0xc0008000" UBOOT_LOADADDRESS = "0xc0008000" -IMAGE_FSTYPES += "tar.gz" +IMAGE_FSTYPES += "tar.xz" SERIAL_CONSOLE = "115200 ttyS2" + +KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb" diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index c53689e..7c19097 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u-boot/u-boot-ti.inc @@ -49,6 +49,7 @@ SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" SPL_BINARY = "MLO" SPL_BINARY_k2e-hs-evm = "" +SPL_BINARY_omapl138 = "" SPL_UART_BINARY = "u-boot-spl.bin" # Keystone specifics -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
