From f23a2cbd9a65e65a98717ddb99ca01dce81397ec Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 29 Mar 2014 10:50:04 +0100 Subject: [PATCH] sysmocom-odu: Fix the u-boot and linux recipe While the kernel resides in a dedicated kernel partition we will still install the uImage. For u-boot we just want it to be installed. --- recipes-bsp/linux/linux-sysmocom_3.2.bb | 1 - recipes-sysmobts/uboot/u-boot_sysmocom.inc | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/linux/linux-sysmocom_3.2.bb b/recipes-bsp/linux/linux-sysmocom_3.2.bb index f84bba1..c0b30ff 100644 --- a/recipes-bsp/linux/linux-sysmocom_3.2.bb +++ b/recipes-bsp/linux/linux-sysmocom_3.2.bb @@ -15,7 +15,6 @@ SRCREV = "bcc4fa827be7f59486ff305d664b42a142025f9b" # odu handling. SRCREV_sysmocom-odu = "f770b4d8361682c9ba80ca3aff17b49461932ccd" -FILES_kernel-image_sysmocom-odu = "" LINUX_VERSION_sysmocom-odu = "3.2.55" PR = "r31" diff --git a/recipes-sysmobts/uboot/u-boot_sysmocom.inc b/recipes-sysmobts/uboot/u-boot_sysmocom.inc index ec2f4e1..f228105 100644 --- a/recipes-sysmobts/uboot/u-boot_sysmocom.inc +++ b/recipes-sysmobts/uboot/u-boot_sysmocom.inc @@ -8,12 +8,13 @@ SRCREV_sysmocom-odu = "f2dcae2f9e9434392673fea7584641afa98f4232" UBOOT_MACHINE_sysmocom-odu = "am335x_evm_config" SPL_BINARY_sysmocom-odu = "MLO" SPL_UART_BINARY_sysmocom-odu = "u-boot-spl.bin" +SPL_UART_SYMLINK_sysmocom-odu = "${SPL_UART_BINARY}-${MACHINE}" PRINC = "13" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ - file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90" +LIC_FILES_CHKSUM = "file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90" +LIC_FILES_CHKSUM_sysmocom-odu = "file://README;beginline=1;endline=22;md5=2687c5ebfd9cb284491c3204b726ea29" UBOOT_MACHINE_sysmobts-v1 = "davinci_sysmobts_v1_config" UBOOT_MACHINE_sysmobts-v2 = "davinci_sysmobts_v2_config"