Commit fb28b367aab5e68ad6aec6cd52ea3bc2e3fb30fb

Authored by Eric Lee
1 parent ceacc12122
Exists in master

Read Board Information from EEPROM at U-Boot

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

recipes-bsp/u-boot/u-boot-smarcfimx6_2015.04-smarcfimx6.bb
1 # Copyright (C) 2013, 2014 Freescale Semiconductor 1 # Copyright (C) 2013, 2014 Freescale Semiconductor
2 2
3 DESCRIPTION = "U-Boot i.MX6 SMARC-FiMX6 platforms" 3 DESCRIPTION = "U-Boot i.MX6 SMARC-FiMX6 platforms"
4 require recipes-bsp/u-boot/u-boot.inc 4 require recipes-bsp/u-boot/u-boot.inc
5 5
6 PROVIDES += "u-boot" 6 PROVIDES += "u-boot"
7 7
8 LICENSE = "GPLv2+" 8 LICENSE = "GPLv2+"
9 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 9 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10 10
11 PV = "2015.04-smarcfimx6" 11 PV = "2015.04-smarcfimx6"
12 12
13 SRCREV = "c79b1eea525ef77867f2bfdc4da81851b1d7f014" 13 SRCREV = "0933e71600e342b598b214f583d92f6d989f64b5"
14 SRCBRANCH = "smarc-imx_v2015.04_4.1.15_1.0.0_ga" 14 SRCBRANCH = "smarc-imx_v2015.04_4.1.15_1.0.0_ga"
15 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${SRCBRANCH}" 15 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
16 16
17 PR = "r0+gitr${SRCPV}" 17 PR = "r0+gitr${SRCPV}"
18 18
19 S = "${WORKDIR}/git" 19 S = "${WORKDIR}/git"
20 20
21 UBOOT_SUFFIX = "imx" 21 UBOOT_SUFFIX = "imx"
22 22
23 PACKAGE_ARCH = "${MACHINE_ARCH}" 23 PACKAGE_ARCH = "${MACHINE_ARCH}"
24 COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" 24 COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
25 25