summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-07-23 22:13:19 +0200
committerFabio Berton <fabio.berton@ossystems.com.br>2018-07-30 10:42:46 -0300
commit040e4f031f2dc581c48253405da9036def035b68 (patch)
tree629f23aa60de7b14bc11af619dfed40d10ff7b86 /recipes-bsp
parentfd89a85eaafb4f26a11d96db5702eadb83c02813 (diff)
downloadmeta-freescale-040e4f031f2dc581c48253405da9036def035b68.tar.gz
dtc-145: Deploy renamed binary only and add new class
dtc-145-native is used by older U-Boot recipes. U-Boot only depends on the native dtc binary. So, to not clash with files from the regular dtc native build do only install the dtc binary renamed to dtc-145. Also, create a new class to handle with dtc-145 dependency. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> 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.bb3
1 files changed, 1 insertions, 2 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 52ebee99..0e4ba7b3 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,6 @@ 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-145-native"
10 9
11LICENSE = "GPLv2+" 10LICENSE = "GPLv2+"
12LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 11LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
@@ -17,7 +16,7 @@ SRCREV = "b76bb1bf9fd21e21006d79552e28855ac43ad43c"
17 16
18S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
19 18
20inherit fsl-u-boot-localversion 19inherit dtc-145 fsl-u-boot-localversion
21 20
22LOCALVERSION ?= "-${SRCBRANCH}" 21LOCALVERSION ?= "-${SRCBRANCH}"
23 22