summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2014.04.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
index ebae6922..c4c8670e 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
@@ -8,9 +8,9 @@ PROVIDES += "u-boot"
8LICENSE = "GPLv2+" 8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 9LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10 10
11SRCBRANCH = "imx_v2014.04_3.14.28_1.0.0_ga" 11SRCBRANCH = "imx_v2014.04_3.14.38_6qp_beta"
12SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" 12SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
13SRCREV = "88123ea911e133724cbe738c2b0517fa470592c0" 13SRCREV = "6e9282c2567b2820699fa55d2c6bf0ab78e992d6"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
@@ -19,4 +19,4 @@ inherit fsl-u-boot-localversion
19LOCALVERSION ?= "-${SRCBRANCH}" 19LOCALVERSION ?= "-${SRCBRANCH}"
20 20
21PACKAGE_ARCH = "${MACHINE_ARCH}" 21PACKAGE_ARCH = "${MACHINE_ARCH}"
22COMPATIBLE_MACHINE = "(mx6)" 22COMPATIBLE_MACHINE = "(mx6|mx7)"