From 040e4f031f2dc581c48253405da9036def035b68 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 23 Jul 2018 22:13:19 +0200 Subject: 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 Signed-off-by: Fabio Berton --- recipes-bsp/u-boot/u-boot-imx_2017.03.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-bsp/u-boot') 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." require recipes-bsp/u-boot/u-boot.inc PROVIDES += "u-boot" -DEPENDS_append = "dtc-145-native" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" @@ -17,7 +16,7 @@ SRCREV = "b76bb1bf9fd21e21006d79552e28855ac43ad43c" S = "${WORKDIR}/git" -inherit fsl-u-boot-localversion +inherit dtc-145 fsl-u-boot-localversion LOCALVERSION ?= "-${SRCBRANCH}" -- cgit v1.2.3-54-g00ecf