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.
This commit is contained in:
Holger Hans Peter Freyther 2014-03-29 10:50:04 +01:00
parent 4b1f68ae33
commit f23a2cbd9a
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"