summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-04-02 17:07:38 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-04-03 15:12:33 -0300
commit3d66051b87bea9d4ba8be62b74ca40dc32cf99d3 (patch)
treea236decab12dae087b1e669136ae470b3dbdc7d8 /recipes-bsp/u-boot
parent13a43f3393dce385317ce7aad9a63bab587a6186 (diff)
downloadmeta-freescale-3d66051b87bea9d4ba8be62b74ca40dc32cf99d3.tar.gz
u-boot-fslc-common: Bump revision to 015ff874b4
- Add bc-native dependency - This commit merges remote-tracking branch 'imx/master' into 2019.04+fslc Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc2
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2019.04.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc
index 2127eae2..e70e72df 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc
@@ -10,7 +10,7 @@ DEPENDS += "bison-native"
10 10
11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
12 12
13SRCREV = "d4eebd04278595fb7e1cc7c5725ec3a9e581be5e" 13SRCREV = "015ff874b446810481ce5f35ceb7674d1f3cf86c"
14SRCBRANCH = "2019.04+fslc" 14SRCBRANCH = "2019.04+fslc"
15 15
16PV = "v2019.04+git${SRCPV}" 16PV = "v2019.04+git${SRCPV}"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2019.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2019.04.bb
index 5659e16c..2a17792f 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2019.04.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2019.04.bb
@@ -6,7 +6,7 @@ order to provide support for some backported features and fixes, or because it \
6was submitted for revision and it takes some time to become part of a stable \ 6was submitted for revision and it takes some time to become part of a stable \
7version, or because it is not applicable for upstreaming." 7version, or because it is not applicable for upstreaming."
8 8
9DEPENDS_append = " dtc-native" 9DEPENDS_append = " bc-native dtc-native"
10 10
11PROVIDES += "u-boot" 11PROVIDES += "u-boot"
12 12