summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-06-14 15:14:54 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-06-21 18:16:27 -0300
commite53bafea3cad0366146ef2963ae2374b4b9095fb (patch)
tree892094325b6ca82af8a381011315f56a3932747f /recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc
parent0552378a5b1b32d70e09c550354d34b34a9595c5 (diff)
downloadmeta-freescale-e53bafea3cad0366146ef2963ae2374b4b9095fb.tar.gz
u-boot-fslc: Upgrade 2019.04 -> 2019.07
This upgrades to the next U-Boot release 2019-07. This is based on the 2019.07-rc4 and includes the last fixes being worked on for the i.MX family. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc
new file mode 100644
index 00000000..949064e4
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc
@@ -0,0 +1,18 @@
1# Copyright (C) 2012-2019 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4inherit fsl-u-boot-localversion
5
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
8
9DEPENDS += "bison-native"
10
11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
12
13SRCREV = "4992c59e46bd6e9d1f5d51f976f031399f70e729"
14SRCBRANCH = "2019.07+fslc"
15
16PV = "v2019.07+git${SRCPV}"
17
18S = "${WORKDIR}/git"