summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2018-06-15 16:08:28 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-26 14:16:13 -0300
commitddba499819c5834270d966877f2d15befbc4492e (patch)
treee8a63274140b0cdd2ef950bb0ee8c95efdf834a0 /recipes-bsp
parentdff0ff3ebee7e27840fcfa8d447e864e6c6b16fc (diff)
downloadmeta-freescale-ddba499819c5834270d966877f2d15befbc4492e.tar.gz
dtc: Add recipe for version 1.4.5
We need dtc version 1.4.5 to build u-boot-imx 2017.03, current version 1.4.6 raise a lot of errors and can't build older U-Boot version. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2017.03.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
index 72205676..52ebee99 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards."
6require recipes-bsp/u-boot/u-boot.inc 6require recipes-bsp/u-boot/u-boot.inc
7 7
8PROVIDES += "u-boot" 8PROVIDES += "u-boot"
9DEPENDS_append = "dtc-native" 9DEPENDS_append = "dtc-145-native"
10 10
11LICENSE = "GPLv2+" 11LICENSE = "GPLv2+"
12LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 12LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"