Commit 09a5db0c77582870367290c4850311a0d0a76935

Authored by Eric Lee
1 parent b03e55b03b
Exists in master

Fix u-boot commit head

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

recipes-bsp/u-boot/u-boot-smarcfimx7_2017.03-smarcfimx7.bb
1 # Copyright (C) 2013-2016 EMBEDIAN, INC. 1 # Copyright (C) 2013-2016 EMBEDIAN, INC.
2 # Copyright 2018 EMBEDIAN 2 # Copyright 2018 EMBEDIAN
3 3
4 DESCRIPTION = "i.MX7 U-Boot for SMARC-FiMX7 platforms" 4 DESCRIPTION = "i.MX7 U-Boot for SMARC-FiMX7 platforms"
5 require recipes-bsp/u-boot/u-boot.inc 5 require recipes-bsp/u-boot/u-boot.inc
6 6
7 PROVIDES += "u-boot" 7 PROVIDES += "u-boot"
8 DEPENDS_append = "dtc-native" 8 DEPENDS_append = "dtc-native"
9 9
10 LICENSE = "GPLv2+" 10 LICENSE = "GPLv2+"
11 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 11 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
12 12
13 PV = "2017.03-smarcfimx7" 13 PV = "2017.03-smarcfimx7"
14 14
15 SRCREV = "032ad45267c6d9e68aa3c1ad5e73bf786f7e9315" 15 SRCREV = "d8c099ece2f8d25d153a1f0ed962acfa4da18375"
16 SRCBRANCH = "smarc-imx7_v2017.03_4.9.11_1.0.0_ga" 16 SRCBRANCH = "smarc-imx7_v2017.03_4.9.11_1.0.0_ga"
17 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${SRCBRANCH}" 17 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
18 18
19 PR = "r0+gitr${SRCPV}" 19 PR = "r0+gitr${SRCPV}"
20 20
21 S = "${WORKDIR}/git" 21 S = "${WORKDIR}/git"
22 22
23 UBOOT_SUFFIX = "imx" 23 UBOOT_SUFFIX = "imx"
24 24
25 PACKAGE_ARCH = "${MACHINE_ARCH}" 25 PACKAGE_ARCH = "${MACHINE_ARCH}"
26 COMPATIBLE_MACHINE = "(mx6|mx7)" 26 COMPATIBLE_MACHINE = "(mx6|mx7)"
27 27