Commit 1b016047997498ec5e350b8ef4406bb3b4b8b615

Authored by Eric Lee
1 parent 3f21ecbc0d
Exists in master

Enable LCD backlight at u-boot

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

recipes-bsp/u-boot/u-boot-smarcfimx6_2014.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/README;md5=025bf9f768cbcb1a165dbe1a110babfb" 9 LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
10 10
11 PROVIDES += "u-boot" 11 PROVIDES += "u-boot"
12 PV = "2014.04-smarcfimx6" 12 PV = "2014.04-smarcfimx6"
13 13
14 SRCREV = "537440da909cbdec68d036dad93a9df2eaf4fbb7" 14 SRCREV = "6aac3db2761cb0cd3034e6f0575b2e3019cd3cff"
15 SRCBRANCH = "smarc-imx_v2014.04_3.14.28_1.0.0_ga" 15 SRCBRANCH = "smarc-imx_v2014.04_3.14.28_1.0.0_ga"
16 # eMMC Boot Up 16 # eMMC Boot Up
17 #SRCREV = "d1dd1c20ee8775c3eb9515a0d0c25c854da99b45" 17 #SRCREV = "d1dd1c20ee8775c3eb9515a0d0c25c854da99b45"
18 #SRCBRANCH = "smarc-emmc-imx_v2014.04_3.14.28_1.0.0_ga" 18 #SRCBRANCH = "smarc-emmc-imx_v2014.04_3.14.28_1.0.0_ga"
19 SRC_URI = "git://git@git.embedian.com/developer/smarc-t335x-uboot.git;protocol=ssh;branch=${SRCBRANCH}" 19 SRC_URI = "git://git@git.embedian.com/developer/smarc-t335x-uboot.git;protocol=ssh;branch=${SRCBRANCH}"
20 20
21 PR = "r0+gitr${SRCPV}" 21 PR = "r0+gitr${SRCPV}"
22 22
23 S = "${WORKDIR}/git" 23 S = "${WORKDIR}/git"
24 24
25 PACKAGE_ARCH = "${MACHINE_ARCH}" 25 PACKAGE_ARCH = "${MACHINE_ARCH}"
26 COMPATIBLE_MACHINE = "(mx6)" 26 COMPATIBLE_MACHINE = "(mx6)"
27 27
28 28