diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2019-04-02 17:07:38 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-03 15:12:33 -0300 |
commit | 3d66051b87bea9d4ba8be62b74ca40dc32cf99d3 (patch) | |
tree | a236decab12dae087b1e669136ae470b3dbdc7d8 /recipes-bsp | |
parent | 13a43f3393dce385317ce7aad9a63bab587a6186 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2019.04.bb | 2 |
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 | ||
11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" | 11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" |
12 | 12 | ||
13 | SRCREV = "d4eebd04278595fb7e1cc7c5725ec3a9e581be5e" | 13 | SRCREV = "015ff874b446810481ce5f35ceb7674d1f3cf86c" |
14 | SRCBRANCH = "2019.04+fslc" | 14 | SRCBRANCH = "2019.04+fslc" |
15 | 15 | ||
16 | PV = "v2019.04+git${SRCPV}" | 16 | PV = "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 \ | |||
6 | was submitted for revision and it takes some time to become part of a stable \ | 6 | was submitted for revision and it takes some time to become part of a stable \ |
7 | version, or because it is not applicable for upstreaming." | 7 | version, or because it is not applicable for upstreaming." |
8 | 8 | ||
9 | DEPENDS_append = " dtc-native" | 9 | DEPENDS_append = " bc-native dtc-native" |
10 | 10 | ||
11 | PROVIDES += "u-boot" | 11 | PROVIDES += "u-boot" |
12 | 12 | ||