Commit 905dfe588a7d834d4fd4a95b8ec52f3ef49c3402

Authored by Eric Lee
1 parent 08fbb3b3ae
Exists in master

U-Boot Update

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

recipes-bsp/u-boot/u-boot-smarct335x_2015.07-smarct335x.bb
1 require u-boot-smarc.inc 1 require u-boot-smarc.inc
2 2
3 # u-boot needs devtree compiler to parse dts files 3 # u-boot needs devtree compiler to parse dts files
4 DEPENDS += "dtc-native" 4 DEPENDS += "dtc-native"
5 5
6 DESCRIPTION = "u-boot bootloader for Embedian SMARC T335x Computer on Module" 6 DESCRIPTION = "u-boot bootloader for Embedian SMARC T335x Computer on Module"
7 7
8 COMPATIBLE_MACHINE = "smarct335x" 8 COMPATIBLE_MACHINE = "smarct335x"
9 9
10 LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" 10 LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
11 11
12 PV = "2015.07-smarct335x" 12 PV = "2015.07-smarct335x"
13 PR = "r0+gitr${SRCPV}" 13 PR = "r0+gitr${SRCPV}"
14 14
15 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}" 15 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}"
16 16
17 BRANCH = "v2015.07-smarct33" 17 BRANCH = "v2015.07-smarct33"
18 18
19 SRCREV = "34063205836bceafe273f3c0838abb3f4ca1b95a" 19 SRCREV = "55fdb4689efcccd43d690c340084483947789b51"
20 20
21 S = "${WORKDIR}/git" 21 S = "${WORKDIR}/git"
22 22
23 UBOOT_SUFFIX = "img" 23 UBOOT_SUFFIX = "img"
24 24
25 SPL_BINARY = "MLO" 25 SPL_BINARY = "MLO"
26 SPL_UART_BINARY = "u-boot-spl.bin" 26 SPL_UART_BINARY = "u-boot-spl.bin"
27 27